/*!
Theme Name: Business Theme
Theme URI: http://themesbazar.com/businesstheme
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: businesstheme_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=Hind:wght@300;400;500;600;700&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;
    font-weight: normal;
}
p{
	margin: 0;
}

ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}
figure {
	margin: 0 0 0 !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
======================================*/  


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;
}


                /*======================================
                    Themesbazar_header Section css-start
                ======================================*/  



.header-item ul li:last-child{
	border-right: transparent;
}

.header-item ul > li i {
	font-size: 22px;
	color: #f84e77;
	position: absolute;
	left: -16px;
	top: 0;
}

.header-item a {
	font-size: 18px;
	color: #fff;
	margin-right:10px;
	transition: .8s all;
}

.header-item a:hover {
	color: #ff7093;
}

                /*======================================
                    Themesbazar_header Section css-End
                ======================================*/  


                /*======================================
                        Logo & Menu Section css-End
                ======================================*/


.logo img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.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);
}

.searchBar {
	max-width: 30%;
	position: relative;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	float: right;
	margin-top: 9px;
	z-index: -1;
	transition: .8s all;
}
.searchBar.showSearch {
	opacity: 1;
	visibility: visible;
	position: absolute;
	right: 26px;
	z-index: 999;

}

.searchIcon {
	float: right;
	margin-top: 8px;
	font-size: 20px;
	color: #0d1e50;
	cursor: pointer;
}

.searchIcon i {
	line-height: 51px;
	transform: rotate(270deg);
}

.searchBar input[type="text"] {
	width: 100%;
	border: 2px solid #0a1b4c;
	height: 50px;
	font-size: 16px;
	outline: inherit;
	padding: 0 5px;
	background: #fff;
}

.searchBar input[type="submit"] {
	border: none;
	font-size: 16px;
	padding: 0 14px;
	background: transparent;
	color: #fff;
}

.searchBar button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #0a1b4c;
	border: none;
	font-size: 17px;
	padding: 0 10px;
}

.remove {
	position: absolute;
	right: -6px;
	top: -14px;
	width: 18px;
	height: 18px;
	background: #0a1b4c;
	text-align: center;
	font-size: 9px;
	border-radius: 50%;
	line-height: 16px;
	color: #fff;
	cursor: pointer;
	border: 2px solid #0744f4;
}


/*======================================
		Logo & Menu Section css-End
======================================*/



/*======================================
		Slider Section css Start
======================================*/
.slide_image {
	position: relative;
}

.slide_image::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #09122F;
	opacity: .6;
		z-index: 99;
}




.slide_image img {
	height: 600px;
	object-fit: cover;
	animation: zoom-in 3s linear infinite;
}
@keyframes zoom-in{
	100%{
		width: 150%;
	}
}

.slider_wrpp {
	position: relative;
}

.slider-item {
	position: absolute;
	left: 10%;
	top: 43%;
	transform: translateY(-50%);
	z-index: 999;
}






.slider-active .owl-item.active .slide_image img {

	display: block;

	width: 100%;

	-webkit-animation: thing 20s;

	-o-animation: thing 20s;

	animation: thing 20s;

}



@keyframes thing {

	from{

		transform: scale(1, 1);

	}



	to{

		transform: scale(1.3, 1.3);	

	}

}



.slider-btn a:hover {
	background: #fff;
	color: #f84e77;
}


.slider-active .owl-item.active .slider-title {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay:.8s;
  }
  
  .slider-active .owl-item.active .slider-title2 {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 1.5s;
  }
  
  .slider-active .owl-item.active .slider-details {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 2s;
  }
  
  .slider-active .owl-item.active .slider-btn {
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 2.5s;
  }


.slider-active button.owl-prev {
	position: absolute;
	left: 2%;
	top: 43%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #ddd;
	background: transparent;
	transition: .5s;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	width: 65px;
	height: 65px;
	border-radius: 50%;
}


.slider-active button.owl-prev:hover{
	background: #ddd;
	color: #0d1e50;
}

.slider-active button.owl-next {
	position: absolute;
	right: 2%;
	top: 43%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #ddd;
	background: transparent;
	transition: .5s;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.slider-active button.owl-next:hover{
	background: #ddd;
	color: #0d1e50;
}


/*======================================
		Slider Section css End
======================================*/


/*======================================
		About Section css Start
======================================*/
.about-section {
	padding: 90px 0 50px 0;
}


.about-image {
	text-align: center;
	position: relative;
	margin: 0 auto;
	max-width: 500px;
	max-height: 500px;
	object-fit: cover;
	border-radius: 47% 53% 72% 28% / 50% 60% 40% 50%  ;
	overflow: hidden;
}

.about-image::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #09122F;
	opacity: .5;

}
.about-padding{
	position: relative;
}

.popup-image {
	position: absolute;
	right: 38px;
	bottom: 5px;
}

.videoIcon {
	position: absolute;
	right: 37px;
	bottom: 40px;
	font-size: 62px;
	color: #fff;
}




.about-details {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 33px;
	color: #55575c;
	line-height: 30px;
}

.about-content {
	column-count: 2;
	column-gap: 20px;
	margin-bottom: 20px;
}

.about-wrpp {
	width: 100%;
	overflow: hidden;
	break-inside: avoid;
	margin-bottom: 20px;
	break-inside: avoid-column;
}

.about-item li {
	margin-bottom: 13px;
	font-size: 16px;
	color: #0d1e50;
	font-weight: 600;
}

.about-item i {
	font-size: 18px;
	color: #f84e77;
	margin-right: 5px;
}



.about-btn a:hover {
	background: transparent;
	color: #11aba0;
}


/*****======================================
		About Section css End
======================================*****/

  
/*****==================================
	Speech-section Start
=====================================****/
.speech-section {
	background: #f9f9f9;
	padding: 50px 0 60px;
	margin: 15px 0;
}

.speech-wrpp {
	margin: 10px 0 0;
	box-shadow: 0 0 4px #ddd;
	padding: 10px 20px 26px;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
}




.speech-image img {
	width: 30%;
	float: left;
	margin-right: 6px;
}

.speech-content {
	margin-top: -6px;
	text-align: justify;
	font-weight: 300;

}

.speech-content a {
	background: #e6f9fd;
	padding: 6px 14px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	margin-left: 9px;
	color: #044eb5;
	font-weight: 500;
	border-radius: 22px;
	transition: .8s all;
	line-height: 1;
}

.speech-content a:hover {
	padding: 6px 17px;
}
  
/*****==================================
	Speech-section End
=====================================*****/





/*****======================================
		Services Section css Start
======================================*****/
.service-section {
	padding: 50px 0 70px;
}

.servicesContent {
	text-align: center;
	margin-bottom: 50px;
}




.services-secContent {
	font-size: 17px;
	color: #847d7d;
	font-weight: 300;
}


.services-image {
	position: relative;
}

.services-image img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}
.services-image::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #1b2646;
	transition: all 0.5s ease 0s;
	opacity: .6;
	transition: .3s all;
}

.services-image:hover:before{
	opacity: .1;
} 

.services-image::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d1e50), color-stop(100%, rgba(0, 47, 75, 0.5)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	transition: all 0.5s ease 0s;
}

.services-content {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	z-index: 9;
	width: 100%;
	padding: 6px 30px 21px 30px;
}
.services-wrpp:hover .services-content::before {
	opacity: 1;
	visibility: visible;
}

.services-title {
	line-height: 27px;
	margin-bottom: 16px;
}

.services-title > a {
	font-weight: 700;
	font-size: 25px;
	transition: .8s all;
	color: #fff;
}

.services-btn i {
	transition: .5s all;
	margin-left: 2px;
}
.services-btn > a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	transition: .5s all;

}
.services-btn:hover i{
	margin-left: 5px;	
}



/*****======================================
		Services Section css End
======================================*****/



/*****======================================
		counter Section css Start
======================================*****/


.counter-content {
	padding: 100px 50px 100px 50px;
}

.counter-samll {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 15px;
}

.counter-title {
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	line-height: 50px;
	margin-bottom: 20px;
}

.counter-details {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 30px;
}


.counter-part {
	display: flex;
	max-width: 540px;
}
.single-counter {
	width: 50%;
}

.count-number {
	display: inline-block;
	padding: 26px 22px 20px 22px;
	background: #ffffff;
	color: #0d1e50;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
}

.count-number {
	color: #0d1e50;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
}

.plus {
	color: #f84e77;
	font-size: 24px;
	font-weight: 500;
}

.count-text {
	float: right;
	margin-right: 28px;
	margin-top: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.counter-image {
	position: absolute;
	width: 100%;
}

.counter-image img {
	max-height: 530px;
}


/*****======================================
		Counter Section css End
======================================*****/


/*****======================================
		Projects  Section css Start
======================================*****/
.peojects-section {
	padding: 50px 0 70px;
}


.projects-image {
	position: relative;
}

.projects-image img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.projects-image::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d1e50), color-stop(100%, rgba(0, 47, 75, 0.5)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	transition: all 0.5s ease 0s;
}

.projects-content {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	z-index: 9;
	width: 100%;
	padding: 3px 30px 3px 30px;
}


.projects-title {
	line-height: 27px;
	margin-bottom: 16px;
}

.projects-title > a {
	font-weight: 700;
	font-size: 25px;
	transition: .8s all;
	color: #fff;
}

.projects-title:hover a {
	color: #04f7df;
}

.projects-cat {
	margin-bottom: 20px;
}

.projects-cat > a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	transition: .5s all;
}


.projects-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	content: "";
	z-index: 1;
}

.projects-active .owl-dots button {
	margin: 0 2px;
	padding: 5px 3px 4px 3px !important;
	transition: .8s all;
	background: #10204e !important;
	outline: inherit;
}

.projects-active .owl-dots button.active {
	background: #068c7f  !important;
	padding: 11px 3px 4px 3px !important;
}

/*****======================================
		projects Section css End
======================================*****/


/*****======================================
		Notice Section css Start
======================================*****/


.notice-section::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #09122F;
	opacity: .8;
	z-index: -1;
}

.notice-title {
	text-align: left;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .5px;
	text-transform: capitalize;
}


.notice-btn {
	text-align: center;
	margin-top: 15px;
}

.notice-btn a {
	display: inline-block;
	padding: 15px 50px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #19dcc9;
	font-weight: 600;
	letter-spacing: 1px;
	transition: .5s all;
}

.notice-btn a:hover {
 	background: #19dcc9; 
}



/*****======================================
		Notice Section css End
======================================*****/


/*****=================================== 
	Shop Section css Start 
====================================*****/
.shop-section {
	padding: 20px 0 40px;
}


.shop-wrpp {
	box-shadow: 0 0 10px #eee;
	margin: 3px 5px;
}

.shop-image {
	position: relative;
}

.shop-image::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(16, 31, 80, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: .8s all;
}

.shop-wrpp:hover .shop-image::before{
    opacity: 1;
    visibility: visible;
}

.shop-image img {
	height: 300px;
	object-fit: cover;
}

.shop-wrpp {
	box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
	transition: all 0.5s ease 0s;
	margin: 20px 0 30px 15px;
}

.shop-wrpp:hover {
	transform: translateY(-10px);
	box-shadow: 0px 30px 30px 0px rgba(13, 30, 80, 0.1);
}

.products-content {
	padding: 10px;
	text-align: center;
}

.products-title {
	margin: 7px 0 9px;
}

.products-title a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.products-pirce {
	font-weight: 600;
	color: #000;
	margin: 0 0 10px;
	font-size: 20px;
}

.cart-btn {
	margin: 15px 0 10px;
}



.cart-btn > a i {
	font-size: 23px;
	line-height: 1;
	position: absolute;
	left: 4px;
	bottom: 6px;
}

.cart-btn a:hover{
    border:1px solid #11aba0;
	background: transparent;
	color: #11aba0;
}

.shop-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	content: "";
	z-index: 1;
}

.shop-active .owl-dots button {
	margin: 0 4px;
	padding: 6px !important;
	transition: .8s all;
	background: #ddd !important;
	outline: inherit;
	border-radius: 50px;
}

.shop-active .owl-dots button.active {
	background: #068c7f !important;
	padding: 6px !important;
}




/*=================================== 
	Shop Section css  End 
====================================*/



/*****======================================
		Team Section css Start
======================================*****/
.team-section {
	padding: 20px 0 50px;
}

.team-wrpp {
	border: 1px solid #E3E3E3;
	padding: 15px;
	margin: 1px;
	border-radius: 5px;
}

.team-image {
	max-width: 100%;
}



.team-content {
	text-align: center;
	padding: 10px 0 10px;
}

.member-name {
	margin-bottom: 5px;
}

.member-name > a {
	font-size: 25px;
	color: #0b0b27;
	font-weight: 500;
	transition: .5s all;
}

.team-deg {
	font-size: 20px;
	color: #595959;
	font-weight: 300;
}

.team-secial {
	text-align: center;
	margin-top: 10px;
}

.team-secial > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 44px;
	background: #E3E3E3;
	color: #333;
	font-size: 22px;
	margin-right: 6px;
	transition: .5s all;
}

.team-secial > a:hover{
	background: #0b0b27;
	color: #fff;
}


.team-active button.owl-prev {
	background: #e3e3e3;
	position: absolute;
	right: 72px;
	top: -14%;
	z-index: 999;
	width: 60px;
	height: 45px;
	color: #333 ;
	font-size: 25px !important;
	line-height: 48px !important;
	transition: .4s all;
	outline: inherit;
}
.team-active button.owl-prev:hover{
	background: #0b0b27;
	color: #fff;
}

.team-active button.owl-next {
	background: #e3e3e3;
	position: absolute;
	right: 0;
	top: -14%;
	z-index: 999;
	width: 60px;
	height: 45px;
	color: #333;
	font-size: 25px !important;
	line-height: 48px !important;
	transition: .4s all;
	outline: inherit;
}
.team-active button.owl-next:hover{
	background: #0b0b27;
	color: #fff;
}

/*****======================================
		Team Section css End
======================================*****/



/*****======================================
		Testimonial Section css Start
======================================*****/

.testimonial-wrpp {
	background: #fff;
	border: 15px solid #424A5F;
	padding: 30px 0 20px;
	position: relative;
}

.testimonial-wrpp > i {
	position: absolute;
	right: 6px;
	font-size: 128px;
	top: -5px;
	color: #F0F2F9;
}

.testimonial-content {
	padding: 11px 30px 10px;
	text-align: center;
}


.testimonial-image img {
	max-width: 115px;
	border-radius: 50%;
	height: 115px;
	object-fit: cover;
	background: #fff;
	padding: 8px;
	box-shadow: 0 0 10px #ddd;
	margin: 0 auto;
}

.testimonial-name {
	font-size: 25px;
	font-weight: 500;
	color: #130d31;
}

.testimonial-deg {
	font-size: 18px;
	color: #777;
	margin-bottom: 10px;
}


.testimonial-details {
	color: #444242;
	font-weight: 300;
	line-height: 25px;
	font-size: 18px;
	margin-top: 15px;
}

.testimonial-secContent {
	margin-top: 70px;
}

.testimonial-samll {
	color: #f8b604;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 300;
}



.testimonial-active button.owl-prev {
	background: #594242;
	position: absolute;
	right: -15%;
	bottom: 19%;
	z-index: 999;
	width: 60px;
	height: 45px;
	color: #f8b604;
	font-size: 25px !important;
	line-height: 48px !important;
	transition: .4s all;
	outline: inherit;
}

.testimonial-active button.owl-prev:hover {
	background: #45454a;
	color: #fff;
}

.testimonial-active button.owl-next {
	background: #594242;
	position: absolute;
	right: -28%;
	bottom: 19%;
	z-index: 999;
	width: 60px;
	height: 45px;
	color: #f8b604;
	font-size: 25px !important;
	line-height: 48px !important;
	transition: .4s all;
	outline: inherit;
}

.testimonial-active button.owl-next:hover {
	background: #45454a;
	color: #fff;
}



/*****======================================
		Testimonial Section css End
======================================*****/



/*****======================================
		Gallery Section css Start
======================================*****/
.gallery-content {
	column-count: 4;
	column-gap: 13px;
}

.gallery-wrpp {
	overflow: hidden;
	break-inside: avoid;
	break-inside: avoid-column;
	width: 100%;
	margin-bottom: 15px;
}


/*****======================================
		Gallry Section css End
======================================*****/




/*****======================================
		Latest Section css Start
======================================*****/
.latest-section {
	padding: 20px 0 50px;
}

.latest-wrpp {
	box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
	transition: all 0.5s ease 0s;
	margin: 20px 0 30px 15px;
}


.latest-wrpp:hover {
	transform: translateY(-10px);
	box-shadow: 0px 30px 30px 0px rgba(13, 30, 80, 0.1);
}


.latest-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.latest-content {
	padding: 10px 16px;
}


.latest-date {
	margin-bottom: 10px;
	font-size: 16px;
	color: #55575c;
}

.latest-date i {
	color: #f97192;
	margin-right: 5px;
	font-size: 18px;
}

.latest-title {
	margin-bottom: 10px;
}



.latest-title > a:hover{
	color: #11aba0;
}

.latest-details {
	color: #55575c;
	font-weight: 300;
	line-height: 28px;

}

.bottom-part {
	display: flex;
	justify-content: space-between;
	padding: 15px 18px 18px;
	border-top: 1px solid #f1f2f7;
}


.author-name > a {
	font-size: 15px;
	font-weight: 500;
	color: #0d1e50;
}

.author-name a:hover {
	color: #11aba0;
}

.author-part {
	display: flex;
	align-items: center;
}

.author-img img {
	max-width: 30px;
	height: 30px;
	border-radius: 100%;
	margin-right: 10px;
}

.comment-text {
	font-size: 15px;
	color: #55575c;
}

.latest-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	content: "";
	z-index: 1;
}

.latest-active .owl-dots button {
	margin: 0 2px;
	padding: 6px !important;
	transition: .8s all;
	background: #ddd !important;
	outline: inherit;
	border-radius: 50px;
}

.latest-active .owl-dots button.active {
	background: #068c7f !important;
	padding: 6px !important;
}

/*****======================================
		Latest Section css End
======================================*****/


/*****======================================
		Vdieo Gallery Section css Start
======================================*****/


.video-gallery::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #09122F;
	opacity: .8;
	z-index: -1;
}


.videoContent {
	text-align: center;
	margin-bottom: 30px;
}
.video-samll {
	font-size: 18px;
	color: #f8b604;
	font-weight: 500;
	margin-bottom: 10px;
}

.video-secTitle {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 7px;
	line-height: 1;
}


.video-thumbnail img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.video-thumbnails{
	position: relative;
}

.video-thumbnails::before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}


.video-thumbnails:hover .video-icon i {
	background:rgba(0,0,0,.14);
	border: 2px solid #fff;
	color: #fff;
}


.video-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	content: "";
	z-index: 1;
}

.video-active .owl-dots button {
	margin: 0 4px;
	padding: 6px !important;
	transition: .8s all;
	background: #ddd !important;
	outline: inherit;
	border-radius: 50px;
}

.video-active .owl-dots button.active {
	background: #19dcc9 !important;
	padding: 6px !important;
}

/*****======================================
		Vdieo Gallery Section css End
======================================*****/


/*****======================================
		Clinet Section css Start
======================================*****/
.client-section {
	background: #f0f1f5;
	margin-top: 50px;
	padding: 80px 60px 60px;
}

.clinet-title {
	color: #0d1e50;
	font-size: 43px;
	font-weight: 700;
	line-height: 50px;
}

.clinet-active {
	margin-top: 20px;
}

/*****======================================
		Clinet Section css End
======================================*****/




/*****======================================
		Footer  css Start
======================================*****/


.footer-section::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #09122F;
	z-index: -1;
	opacity: .3;
}

.footer-logo img {
	width: 100%;
	height: auto;
}

.location-content {
	margin-top: 20px;
	margin-bottom: 25px;
}


.location-icon {
	float: left;
	margin-right: 10px;
}

.location-icon i {
	color: #ffc949;
	font-size: 20px;
}

.footer-contnet {
	column-count: 2;
	column-gap: 20px;
}

.footer-wrpp {
	overflow: hidden;
	width: 100%;
	break-inside: avoid-column;
	break-inside: avoid;
}




.footer-title::before {
	position: absolute;
	left: 0;
	bottom: -6px;
	content: '';
	width: 19%;
	height: 4px;
	background: #f9c753;
}


.footer-menu ul li {
	margin-bottom: 13px;
}



.footer-menu ul li i {
	margin-right: 5px;
	transition: .5s all;
}

.footer-menu ul li a:hover {
	color: #ffc949;
}
.footer-menu ul li a:hover i {
	transform: rotate(90deg);
}


.insta-content {
	column-count: 3;
	column-gap: 6px;
}

.insta-wrpp {
	margin-bottom: 7px;
	overflow: hidden;
	break-inside: avoid;
	width: 100%;
}

.insta-image img {
	width: 100%;
	height: 80px;
	object-fit: cover;
}

.bottom-footer {
	border-top: 1px solid #071540;
	padding: 25px 0 8px;
	margin-top: 20px;
}

.copy-right {
	font-weight: 300;
}

.copy-right a {
	text-decoration: none;
	font-weight: 600;
}

.themesBazar_design {
	text-align: right;
	font-weight: 300;
}

.themesBazar_design a {
	font-weight: 400;
	color: #f8b604;
	text-decoration: none;
}



.themesBazar_scroll i {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	top: 15px;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
}


/*****======================================
		Footer  css End
======================================*****/




/*****======================================
			page css stat
======================================*****/


/***** ============== All page css Start =================*****/
.page-menu {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
}
.page-menu.sticky {
	position: fixed !important;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	background: #040e2a;

}
.page-menu .stellarnav > ul > li > a {
	color: #fff;
}

.page-menu .searchIcon {
	color: #fff;
}



.all-page:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	 background: #09122F;
	opacity: .7;
	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: #f84e77;
	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 =================*****/


/***** ============== Services page css Start =================*****/
.service-page {
	margin: 50px 0 70px;
}

.services-pItem {
	column-count: 3;
	column-gap: 20px;
}


.services-pWrpp {
	overflow: hidden;
	break-inside: avoid-column;
	break-inside: avoid;
	width: 100%;
	margin-bottom: 20px;
}


.services-Pimage {
	position: relative;
}

.services-Pimage img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}
.services-Pimage::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #1b2646;
	transition: all 0.5s ease 0s;
	opacity: .6;
	transition: .3s all;
}

.services-Pimage:hover:before{
	opacity: .1;
} 

.services-Pimage::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d1e50), color-stop(100%, rgba(0, 47, 75, 0.5)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	transition: all 0.5s ease 0s;
}

.services-Pcontent {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	z-index: 9;
	width: 100%;
	padding: 6px 30px 21px 30px;
}
.services-Pwrpp:hover .services-Pcontent::before {
	opacity: 1;
	visibility: visible;
}

.services-Ptitle {
	line-height: 27px;
	margin-bottom: 16px;
}

.services-Ptitle > a {
	font-weight: 700;
	font-size: 25px;
	transition: .8s all;
	color: #fff;
}

.services-Pbtn i {
	transition: .5s all;
	margin-left: 2px;
}
.services-Pbtn > a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	transition: .5s all;

}
.services-Pbtn:hover i{
	margin-left: 5px;	
}

.page-pagination {
	margin-top: 50px;
	text-align: center;
}

.page-pagination ul > li {
	display: inline-block;
}

.page-pagination ul > li > a {
	display: inline-block;
	padding: 11px 20px 11px;
	background: #0d1e50;
	text-align: center;
	border-radius: 50px;
	margin-right: 2px;
	transition: .5s all;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
}
/***** ============== Services page css End =================*****/


/***** ============== Projects page css Start =================*****/
.peojects-page {
	margin: 50px 0;
}

.projects-pItem {
	column-count: 3;
	column-gap: 20px;
}

.projects-Pwrpp {
	overflow: hidden;
	width: 100%;
	break-inside: avoid-column;
	break-inside: avoid;
	margin-bottom: 20px;
}

.projects-Pimage {
	position: relative;
}

.projects-Pimage img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.projects-Pimage::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d1e50), color-stop(100%, rgba(0, 47, 75, 0.5)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
	transition: all 0.5s ease 0s;
}

.projects-Pcontent {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	z-index: 9;
	width: 100%;
	padding: 3px 30px 3px 30px;
}


.projects-Ptitle {
	line-height: 27px;
	margin-bottom: 16px;
}

.projects-Ptitle > a {
	font-weight: 700;
	font-size: 25px;
	transition: .8s all;
	color: #fff;
}

.projects-Ptitle:hover a {
	color: #04f7df;
}

.projects-Pcat {
	margin-bottom: 20px;
}

.projects-Pcat > a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	transition: .5s all;
}

/***** ============== Projects page css End =================*****/

/***** ============== Team page css Start =================*****/

.team-page {
	margin: 50px 0;
}


.team-Pitem {
	column-count: 4;
	column-gap: 20px;
}


.team-Pwrpp {
	border: 1px solid #E3E3E3;
	padding: 15px;
	margin: 1px;
	overflow: hidden;
	break-inside: avoid-column;
	break-inside: avoid;
	width: 100%;
	margin-bottom: 20px;
}

.team-Pimage {
	max-width: 100%;
}

.team-Pimage img {
	width: 100%;
	height: 265px;
	object-fit: cover;
	border: 5px solid #11aba0;
}

.team-Pcontent {
	text-align: center;
	padding: 10px 0 10px;
}

.member-Pname {
	margin-bottom: 5px;
}

.member-Pname > a {
	font-size: 25px;
	color: #0b0b27;
	font-weight: 500;
	transition: .5s all;
}

.team-Pdeg {
	font-size: 20px;
	color: #595959;
	font-weight: 300;
}

.team-Psocial {
	text-align: center;
	margin-top: 10px;
}

.team-Psocial > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 44px;
	background: #E3E3E3;
	color: #333;
	font-size: 22px;
	margin-right: 6px;
	transition: .5s all;
}

.team-Psocial > a:hover{
	background: #0b0b27;
	color: #fff;
}

/***** ============== Team page css End =================*****/

/***** ============== Testimonial page css Start =================*****/
.testimonial-page {
	margin: 50px 0;
}
.testimonial-Pitem {
	column-count: 3;
	column-gap: 20px;
}

.testimonial-Pwrpp {
	background: #fff;
	border: 5px solid #424A5F;
	padding: 23px 0 8px;
	position: relative;
	overflow: hidden;
	width: 100%;
	break-inside: avoid-column;
	break-inside: avoid;
	margin-bottom: 20px;
}


.testimonial-Pwrpp > i {
	position: absolute;
	right: 6px;
	font-size: 90px;
	top: -5px;
	color: #F0F2F9;
}

.testimonial-Pcontent {
	padding: 11px 10px 10px;
	text-align: center;
}


.testimonial-Pimage {
	text-align: center;
}

.testimonial-Pimage img {
	max-width: 115px;
	border-radius: 50%;
	height: 115px;
	object-fit: cover;
	background: #fff;
	padding: 8px;
	box-shadow: 0 0 10px #ddd;
	margin: 0 auto;
}

.testimonial-Pname {
	font-size: 25px;
	font-weight: 500;
	color: #130d31;
}

.testimonial-Pdeg {
	font-size: 18px;
	color: #777;
	margin-bottom: 10px;
}


.testimonial-Pdetails {
	color: #444242;
	font-weight: 300;
	line-height: 25px;
	font-size: 17px;
	margin-top: 11px;
}


/***** ============== Testimonial page css End =================*****/
.gallery-page {
	margin: 50px 0;
}



/*****=========== Video page css Start==================*****/
.video-page {
	margin: 50px 0;
}

.video-Pitem {
	column-count: 3;
	column-gap: 20px;
}

.video-Pwrpp {
	overflow: hidden;
	width: 100%;
	break-inside: avoid-column;
	break-inside: avoid;
	margin-bottom: 20px;
}

.video-Pthumbnail img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.video-Pthumbnails{
	position: relative;
}

.video-Pthumbnails::before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.video-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.3);
	padding: 10px 5px;
}

.video-caption > a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	transition: .5s all;
}

.video-caption > a:hover{
	color: #04f7df;
}

.video-Picon i {
	position: absolute;
	top: 44%;
	left: 50%;
	height: 45px;
	width: 45px;
	background: #04f7df;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 41px;
	color: #fff;
	border-radius: 50%;
	font-size: 30px;
	padding-left: 5px;
	border: 2px solid #04f7df;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}

.video-Pthumbnails:hover .video-Picon i {
	background:rgba(0,0,0,.14);
	border: 2px solid #fff;
	color: #fff;
}

/*****=========== Video page css End==================*****/

/*****=========== Latest News page css Start ==================*****/
.latestNews-page {
	margin: 50px 0;
}

.latest-pItem {
	column-count: 2;
	column-gap: 20px;
}

.latest-Pwrpp {
	box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
	transition: all 0.5s ease 0s;
	overflow: hidden;
	break-inside: avoid;
	break-inside: avoid-column;
	width: 100%;
	margin-bottom: 20px;
}

.latest-Pwrpp:hover {
	transform: translateY(-10px);
	box-shadow: 0px 30px 30px 0px rgba(13, 30, 80, 0.1);
}

.latest-pimage img {
	width: 100%;
	height: 290px;
	object-fit: cover;
}

.latest-Pcontent {
	padding: 35px 45px;
}

.latest-Pdate {
	margin-bottom: 10px;
	font-size: 16px;
	color: #55575c;
}

.latest-Pdate i {
	color: #f97192;
	margin-right: 5px;
	font-size: 18px;
}

.latest-Ptitle {
	margin-bottom: 10px;
}

.latest-Ptitle > a {
	font-size: 24px;
	color: #0d1e50;
	font-weight: 700;
	transition: .5s all;
}

.latest-Ptitle > a:hover{
	color: #11aba0;
}

.latest-Pdetails {
	color: #55575c;
	font-weight: 300;
	line-height: 28px;

}


/*****=========== Latest News page css End ==================*****/


/*****=========== Single page css Start ==================*****/

/*===========Single-page css Start==================*/
.single-page {
	padding: 50px 0;
}

.single-page-date {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-top: 10px;
}

.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: #016bb9;
}

.single-page-title {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 13px;
	color: #460404;
	margin-top: 12px;
}

.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-page-search {
	margin-bottom: 20px;
}



.single-search {
	position: relative;
}

.single-search input[type="text"] {
	padding: 12px 5px;
	font-size: 15px;
	border: 2px solid #11aba0;
	width: 100%;
	outline: inherit;
}
.single-page-search input[type="submit"], button[type="submit"] {
	padding: 10px 19px 12px;
	border: none;
	background: #11aba0;
	color: #fff;
	cursor: pointer;
	margin: 0;
	font-size: 19px;
	border-radius: inherit;
	position: absolute;
	right: 0;
	height: 100%;
	line-height: 2;
}


.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: #0d1e50;
}

.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: #0d1e50;
	color: #fff;
}


/*****=========== Single page css End ==================*****/


  

/*****=========== Contact-page css Start==================*****/

.contact-page {
	padding: 50px 0;
}


.contact-p-wpp {
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
	padding: 10px;
	border-radius: 20px;
}

.p-addres-titel {
	font-size: 30px;
	color: #040e2a;
	font-weight: 700;
	text-transform: capitalize;
	margin: 4px 0 3px;
}

.p-address-content {
	padding: 20px 0;
	border-bottom: 1px solid#ddd;
	position: relative;
}

.p-address-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 56px !important;
}

.p-address-content ul li {
	font-size: 15px;
	color: #333;
	line-height: 18px;
	font-weight: 300;
	text-transform: capitalize;
}

.p-address-content strong {
	font-weight: 700;
	color: #061538;
	font-size: 16px;
	margin-bottom: 6px;
	display: inline-block;
}

.p-address-content i {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #11aba0;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	border-radius: 50%;
	margin-right: 10px;
	color: #11aba0;
}

.contact-page-social {
	margin-top: 20px;
	margin-bottom: 10px;
}

.contact-page-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.contact-page-social ul li {
	display: inline-block;
	margin-right: 4px;
}

.contact-page-social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	background: #ddd;
	text-align: center;
	color: #6c6c6c;
	transition: .5s all;
	font-size: 20px;
}


.contact-page-social ul li a:hover {
	color: #11aba0;
}



.contact-wrpp {
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
	padding: 20px;
	border-radius: 20px;
}

.contact-page-title {
	color: #040e2a;
	font-weight: 700;
	font-size: 30px;
	text-transform: capitalize;
	margin: 0 0 18px;
}

.contact-page-form input[type="text"], input[type="email"], textarea {
	width: 100%;
	padding: 16px 9px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 12px;
	border: 1px solid#ddd;
	background: #F5F5F5;
    outline: inherit;
}

.c-page-input-title {
	margin-bottom: 6px;
	font-size: 20px;
	color: #666;
	font-weight: 300;
}


.contact-page-btn input[type="submit"] {
	background: #11aba0;
	padding: 14px 56px;
	font-size: 20px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	text-align: center;
	transition: .8s;
	cursor: pointer;
}


.map-section iframe {
	width: 100%;
	height: 500px;
}


/*****=========== Contact-page css End ==================*****/

/*****=========== Shop-page css Start ==================*****/
.shop-page {
	margin: 50px 0;
}

.shop-pItem {
	column-count: 4;
	column-gap: 20px;
}

.shop-Pwrpp {
	box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
	overflow: hidden;
	break-inside: avoid;
	break-inside: avoid-column;
	margin-bottom: 20px;
	width: 100%;
}

.shop-Pimage {
	position: relative;
	text-align: center;
}

.shop-Pimage::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(16, 31, 80, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: .8s all;
}

.shop-Pwrpp:hover .shop-Pimage::before{
    opacity: 1;
    visibility: visible;
}

.shop-Pimage img {
	height: 300px;
	object-fit: cover;
}



.products-Pcontent {
	padding: 10px;
	text-align: center;
}

.products-Ptitle {
	margin: 7px 0 9px;
}

.products-Ptitle a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.products-Ppirce {
	font-weight: 600;
	color: #000;
	margin: 0 0 10px;
	font-size: 20px;
}

.cart-Pbtn {
	margin: 15px 0 10px;
}

.cart-Pbtn a {
	display: inline-block;
	background: #11aba0;
	border: 1px transparent;
	padding: 8px 29px;
	font-size: 15px;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	transition: .5s all;
	position: relative;
}

.cart-Pbtn > a i {
	font-size: 23px;
	line-height: 1;
	position: absolute;
	left: 4px;
	bottom: 6px;
}

.cart-Pbtn a:hover{
    border:1px solid #11aba0;
	background: transparent;
	color: #11aba0;
}

/*****=========== Shop-page css End ==================*****/




/*****===========products-single page css Start==================******/
.products-single {
	padding: 50px 0;
	background: #fff;
}

.single-products-image {
	background: #eee;
	padding: 5px;
	margin-bottom: 10px;
}

.single-products-image img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.products-single-content{
	column-count: 4;
	column-gap: 20px;
}


.products-single-wrpp {
	overflow: hidden;
	break-inside: avoid;
	break-inside: avoid-column;
	width: 100%;
	margin-bottom: 11px;
	background: #eee;
	padding: 6px;
}

.products-details {
	margin-left: 40px;
}

.single-products-title {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin: 0 0 8px;
}


.single-products-sub {
	font-size: 20px;
	font-weight: 300;
	color: #555;
	border-bottom: 1px solid#eee;
	padding-bottom: 23px;
	margin: 0 0 15px;
}

.single-products-pirce {
	font-size: 30px;
	font-weight: 700;
	color: #008c82;
	margin: 0 0 10px;
}
.single-products-pirce span {
	color: #777;
	text-decoration: line-through;
}


.short-description {
	color: #757575;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
	letter-spacing: 0.2px;
}

.quantity input[type="number"] {
	border: 1px solid#ddd;
	padding: 9px;
	width: 20%;
	float: left;
	margin-right: 20px;
	color: #495057;
    outline: inherit;
}

.single-products-cart a {
	display: inline-block;
	background: #11aba0;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 17px;
	text-transform: capitalize;
	border: 2px solid #07c6b8;
}

.single-products-cart i {
	-webkit-text-stroke: 0.8px #fff;
	color: transparent;
}


.products_review {
	margin-bottom: 25px;
}


.products_review .nav-link.active {
    border-bottom: 2px solid#003d75;
    background: transparent;
    color: #000;
    font-weight: 700;
}

.products_review .nav-link {
	border-radius: 0;
	background: transparent;
	padding: 10px 12px 0;
	font-size: 19px;
	color: #999;
}

.products_review .nav-item {
    background: transparent;
	margin-right: 10px;
	font-size: 18px;
	cursor: pointer;
}

.ad-information ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.ad-information ul li {
	margin-bottom: 10px;
	font-size: 17px;
    font-weight: 500;
}

.ad-information ul li strong {
	margin-right: 50px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.customer-review {
	overflow: hidden;
	margin-bottom: 40px;
}

.review-image img {
	float: left;
	margin-right: 20px;
	width: 120px;
	object-fit: contain;
}

.review-item {
	overflow: hidden;
}

.c-review {
	font-size: 12px;
	color: #003d75;
	margin-bottom: 10px;
}


.review-title {
	font-size: 17px;
	font-weight: 700;
	color: #000;
}


.review-title span {
	font-size: 16px;
	font-weight: normal;
	color: #6c757d;
	margin-left: 15px;
}


.review-content {
	color: #6c757d;
	font-size: 17px;
	margin-top: 10px;
	line-height: 25px;
	font-weight: 500;
}

.add-comment {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
}


.review-input input[type="text"] {
	width: 100%;
	border: none;
	padding: 10px;
	margin-bottom: 16px;
	border: 1px solid #ddd;
	text-transform: capitalize;
	color: #000;
	outline: inherit;
}


.review-input textarea {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	text-transform: capitalize;
	color: #000;
}


.review-input input[type="submit"] {
	border:2px solid#003d75;
	background: #003d75;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	transition: .5s all;
	margin-top: 10px;
}

.review-input input[type="submit"]:hover{
    border:2x solid#003d75;
    background: transparent;
    color: #003d75;
}



/*****===========products-single page css End==================*****/


/*****=========== Cart page css start==================*****/

.cart-page {
	padding: 80px 0;
	background: #fff;
}
.table thead tr th {
	border: none;
	border-bottom: 2px solid #dee2e6 !important;
	border-top: 1px solid #dee2e6;
	font-size: 16px;
	color: #012240;
	font-weight: 700;
}

.table tr {
	text-align: center;
	vertical-align: middle;
}


.cart_image img {
	max-width: 100px;
	height: auto;
	object-fit: contain;
}

.cart_count input[type="number"] {
	width: 30%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 18px;
	margin: 0;
}


.cart_price {
	font-weight: 700;
	color: #012240;
	font-size: 17px;
}

.cart_title a {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	text-decoration: none;
}
.cart_total  {
	font-size: 17px;
	color: #012240;
	font-weight: 700;
	
}

.cart_icon a {
	background: #ececec;
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 39px;
	color: #012240;
	font-size: 21px;
	border-radius: 50%;
	text-align: center;
	transition: .8s all;
}


.cart_icon a:hover{
    background:#11aba0;
    color: #fff;
}

.coupon input[type="text"] {
	border: 1px solid #11aba0;
	padding: 12px 13px 14px;
	font-size: 17px;
	color: #000;
	outline: inherit;
	border-radius: 5px 0 0 5px;
}

.coupon input[type="submit"] {
	padding: 14px 20px 15px;
	font-size: 17px;
	border: 1px solid #11aba0;
	background: #11aba0;
	color: #fff;
	margin-left: -4px;
	border-radius: 0 5px 5px 0;
}

.cart-update{
    text-align: right;
}

.cart-update a {
	display: inline-block;
	border: 2px solid #11aba0;
	padding: 10px 20px;
	font-size: 17px;
	text-decoration: none;
	color: #000;
	font-weight: 600;
    transition: .5s all;
    
}

.cart-update a:hover {
	background: #11aba0;
	color: #fff;
}


.total-carts {
	margin-top: 70px;
	border: 1px solid #ddd;
	padding: 20px 20px;
}

.tCart-border {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 15px;
}

.tCart-title {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.5px;
}

.cart-item {
	font-size: 17px;
	color: #000;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.cart-item span {
	font-size: 21px;
	font-weight: 700;
	color: #031d35;
}

.checkout-btn {
	margin-top: 30px;
	margin-bottom: 7px;
}

.checkout-btn a {
	display: inline-block;
	background: #11aba0;
	padding: 12px 20px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
}

/*****=========== Cart page css End==================*****/



/*=========== checkout page css Start==================*/
.checkout-page {
	padding: 80px 0;
	background: #fff;
}

.customer-login {
	background: #F7F7F7;
	padding: 20px;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1px;
}

.customer-login a {
	text-decoration: none;
	color: #0d6efd;
}

.customer-login i {
	color: #003d75;
	margin-right: 6px;
}

.checkout {
	margin-top: 60px;
}

.checkout-title {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}

.input-item input[type="text"] {
	width: 100%;
	padding: 11px 5px;
	border: 1px solid #DDDD;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 300;
	color: #000;
	border-radius: 5px;
    outline: inherit;
}

.input-item input:focus {
	border-color: #035DAE;
}

.input-item select {
	width: 100%;
	padding: 13px 5px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	border-radius: 5px;
	color: #767676;
    font-weight: 300;
}

.input-item textarea {
	width: 100%;
	background: transparent;
	padding: 10px 5px;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 1px;
    border-radius: 5px;
 
}
.input-item textarea:focus {
	border-color: #035DAE;
}


.aNotic {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
}


.order_review {
	background: #f7f8fb;
	padding: 30px;
}

.order-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


.order-content ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 17px;
	color: #333;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.3px;
}


.order-content ul li span {
	float: right;
}

.order-content ul li strong {
	float: right;
	font-size: 20px;
	color: #000;
}


.payment {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	margin-top: 30px;
}

.many-transfer {
	font-size: 19px;
	font-weight: 700;
	color: #000;
	cursor: pointer;
	margin-top: 10px;
}

.place-order {
	margin-top: 50px;
}

.place-order a {
	display: inline-block;
	width: 100%;
	background: #11aba0;
	font-size: 23px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding: 10px 10px;
	text-transform: capitalize;
	letter-spacing: 1px;
}


/*=========== checkout page css End==================*/

.cart_stck span {
	background: #006f26;
	padding: 2px 19px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
}

.cart_buy a {
	display: inline-block;
	background: #11aba0;
	padding: 10px 20px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	text-decoration: none;
}


/*=============== Order-completed  Page css Start============*/
.order-completed {
	padding: 80px 0;
	background: #fff;
}

.order-content {
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
}

.order-icon i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #11aba0;
	font-size: 50px;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 20px;
	padding-left: 5px;
}

.order-title {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}

.order-btn {
	margin-top: 40px;
}

.order-btn a {
	display: inline-block;
	background: #11aba0;
	color: #fff;
	padding: 10px 40px;
	font-size: 25px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 5px;
	transition: .5s all;
	border: 1px solid #11aba0;
}

.order-btn a:hover{
    border-color: #11aba0;
    background: transparent;
    color: #11aba0;
}

/*===============Order-completed  Page css End============*/

/*===============Account  Page css Start============*/
#v-pills-tabContent {
	width: 100%;
}

.account-details .nav-link {
	display: block;
	padding: 12px 18px;
	text-decoration: none;
	transition: .3s all;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000;
}

.account-details .nav-link a {
	text-decoration: none;
	color: #000;
}

.account-details .nav-link:hover{
    color: #003d75;
}

.account-details .nav-link a:hover{
    color: #003d75;
}

.account-details .nav-link.active {
	color: #fff;
	background-color: #11aba0;
}
.account-details #v-pills-tab {
	box-shadow: 0 0 10px #ddd;
	text-align: left;
	width: 300px;
	margin-bottom: 20px;
	max-height: 250px;
}

.account-item {
	margin-left: 5px;
	box-shadow: 0 0 5px #ddd;
}

.account-title {
	border-bottom: 1px solid #f0f0f0;
	padding: 13px 15px;
	margin: 0;
	font-weight: 700;
	color: #000;
	font-size: 25px;
	letter-spacing: 0.5px;
}

.account-itemContent {
	padding: 20px;
}

.viewA a {
	display: inline-block;
	background: #11aba0;
     border: 1px solid#11aba0;
	padding: 7px 20px;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	text-decoration: none;
	transition: .5s all;
}
.viewA a:hover{
    border: 1px solid#11aba0;
    background: transparent;
    color: #000;
}

.edit-btn {
	padding: 20px;
}



.edit-btn a {
	display: inline-block;
	background: #11aba0;
    border: 1px solid#11aba0;
	padding: 10px 20px;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 17px;
    transition: .5s all;
}

.edit-btn a:hover{
    background: transparent;
    border-color: #11aba0;
    color: #11aba0;
}


.input-text {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.input-text span {
	color: #003d75;
	font-size: 18px;
}

.input-edit input[type="text"], input[type="password"] {
	width: 100%;
	padding: 9px 5px;
	border: 1px solid #DDDD;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	border-radius: 5px;
	outline: inherit;
}


.input-edit input[type="submit"] {
	background: #11aba0;
    border: 1px solid #11aba0;
	border: 0;
	color: #fff;
	padding: 11px 45px;
	font-weight: 500;
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 40px;
	margin-bottom: 20px;
    transition: .5s all;
}

.input-edit input[type="submit"]:hover{
    background: transparent;
    border: 1px solid #11aba0;
    color: #11aba0;
}

/*===============Account  Page css End============*/


/*===========Login-page css start ==================*/
.login-page {
	padding: 50px 0;
}

.login-content {
	padding: 30px;
	border: 1px solid #ced4da;
	background: #fbfbfb;
}

.login-logo {
	text-align: center;
	margin-bottom: 20px;
}

.login-logo img {
	width: 60%;
	height: auto;
	object-fit: cover;
}

.login-title {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.login-wrpp input[type="text"], input[type="password"] {
	width: 100% !important;
	padding: 12px 10px;
	border: 1px solid#ced4da;
	font-size: 20px;
	margin-bottom: 23px;
	font-weight: 300;
	color: #000;
	opacity: inherit;
	outline: inherit;
	display: inline-block;
    cursor: pointer;
}

.login-btn {
	text-align: center;
	margin-bottom: 20px;
}

.login-btn input[type="submit"] {
	background: #003d75;
	width: auto;
	border: none;
	padding: 20px 36px 22px;
	text-transform: capitalize;
	font-size: 20px;
	border-radius: 50px;
	color: #fff;
	line-height: 0;
}
.register-content {
	padding: 30px;
	border: 1px solid #ced4da;
	margin-left: 46px;
	background: #fbfbfb;
}

.login-new {
	text-align: center;
	color: #3f434e;
	font-weight: 400;
	font-size: 17px;
}

.login-new a {
	text-decoration: none;
	color: #000;
	font-size: 17px;
}

.forget {
	text-align: center;
	margin-top: 15px;
}
.forget a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
}

/*===========Login-page css End==================*/


/*===========Search-page css Start==================*/
.search-page {
	margin: 50px 0;
}

.search-content {
	column-count: 3;
	column-gap: 20px;
}

.search-wrpp {
	overflow: hidden;
	break-inside: avoid;
	break-inside: avoid-column;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
}


.search-item {
	padding: 20px;
	border-left: 3px solid #11aba0;
}

.search-title > a {
	font-size: 20px;
	font-weight: 500;
	color: #032640;
	display: inline-block;
	margin-bottom: 10px;
}

.search-date {
	font-size: 14px;
	color: #666;
}

/*===========Search-page css End==================*/



/*=============== single about Page css Start============*/
.about-single {
	padding: 50px 0;
}

.single-about-title {
	font-size: 25px;
	text-transform: capitalize;
	color: #054675;
	font-weight: 600;
	background: #f9f9f9;
	padding: 17px 10px;
	margin-bottom: 10px;
}

.single-about-image img {
	width: 50%;
	height: auto;
	object-fit: cover;
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}

.singe-about-content {
	text-align: justify;
	font-weight: 300;
}


/*=============== single about Page css End============*/


/*==============Archive-page css Start====================*/

.others-page {
	margin: 50px 0;
}

.table.table-bordered thead tr th {
	text-align: left;
	background: #0A1B4C;
	color: #fff;
	font-weight: 700;
	padding: 11px 10px;
	border-bottom: none;
	letter-spacing: 0.3px;
}

.table.table-bordered tbody tr th {
	text-align: left;
    margin-top: 10px;
}


.table.table-bordered td {
	text-align: left;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.2px;
}


.image img {
	width: 20%;
	height: auto;
}

.wrpper {
	padding-top: 16px !important;
	color: #0f0d0d;
}

.wrpper a {
	background: #0A1B4C;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin-top: -7px;
	border-radius: 5px;
}
/*==============Archive-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: #040e2a;
	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: #0c63a5;
	margin-bottom: 13px;
	font-weight: 500;
	text-transform: capitalize;
}

.tSingle-name {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
}


.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 ====================*/




/*===============404/Error Page css End============*/
.error-page {
	padding: 50px 0;
}

.error-wrpp {
	text-align: center;
	margin-top: 40px;
}

.error-title {
	font-size: 130px;
	font-weight: 700;
	letter-spacing: 7px;
	margin-bottom: 0;
	-webkit-text-stroke: 3px #003d75;
	-webkit-text-fill-color: #fff;
	-webkit-animation: fill 0.6s infinite alternate;
	display: inline-block;
}

 @-webkit-keyframes fill {
  from { -webkit-text-fill-color: #003d75; }
  to { -webkit-text-fill-color: #035dae; }
} 

.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: #003d75;
	padding: 10px 30px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	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
 ======================================== */
 


/*****=========== 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%;
}

 .widget_area {
	margin-bottom: 10px;
	padding: 5px;
}

.widget_area h3 {
	background: #051939;
	color: white;
	padding: 5px 10px;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 5px;
}
 

/*****=========== Pricing single page css End ==================*****/



/*****=========== Services single page css Start ==================*****/
.projects_single_page {
	padding: 40px 0;
}

.projects_single_title {
	font-size: 30px;
	padding: 10px 0;
	font-weight: 600;
	color: #04011c;
	line-height: 1.2;
}

.projects_single_image img {
	width: 100%;
	height: auto;
}


.projects_single_content {
	text-align: justify;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	font-weight: 300;
}

.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%;
}


.projects_single_recent {
	padding: 20px;
	border: 3px solid #e7e9ef;
	margin: 20px 0 0;
}

.projects_recent_content {
	display: inline-block;
	margin-top: 20px;
}

.projects_recent_title {
	font-size: 22px;
	font-weight: 600;
	color: #032640;
	position: relative;
}

.projects_recent_image img {
	width: 40%;
	height: auto;
	margin-right: 10px;
	float: left;
}

.projects_recent_date {
	font-size: 12px;
	font-weight: 300;
	color: #797979;
}


.projects_recent_title2 {
	margin-top: 3px;
}

.projects_recent_title2 a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	font-size: 16px;
}

.projects_recent_title2 a:hover {
	color: #f15b43;
}
.projects_single_tag{
	margin: 10px 0 0 0;
}

.projects_single_tag ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}

.projects_single_tag ul li a {
	color: #85838c;
	text-decoration: none;
	font-size: 16px;
	background: #f5f6f9;
	padding: 5px 10px;
	display: inline-block;
	transition: .5s all;
}

.projects_single_tag ul li a:hover {
	background: #4db7a6;
	color: #fff;
}



/*****=========== Services single page css End ==================*****/

