/*!
Theme Name: E-Corporate Theme
Theme URI: http://themesbazar.com/ecorporate
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: ecorporate_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@200;300;400;500;600;700;800;900&family=Source+Sans+Pro:wght@300;400;600;700;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;
    font-weight: normal;
	font-family: 'Source Sans Pro', 'SolaimanLipiNormal', sans-serif;
	line-height: 1.2;
	font-size: 18px;

}
p{
	margin: 0 !important;
}

ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}
figure {
	margin: 0 0 0 !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;
}


/*======================================
		ThemesBazar col Start
======================================*/  
.themesBazar-1{
	max-width: 100% !important ;
	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
======================================*/  


/*======================================
	Themesbazar_header Section css-start
======================================*/  
.header {
	background: transparent;
	line-height: 1;
	margin: 0;
	padding: 13px 0 17px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
	border-bottom: 1px solid #373e55;
}

.header-welcome{
	display: inline-block;
	color: #B4B9CA;
	padding-right: 15px;
	position: relative;
	margin-right: 9px;
	font-weight: 300;
	padding-top:5px;
}



.header-item {
	text-align: right;
}

.header-item ul li {
	display: inline-block;
	color: #B4B9CA;
	border-right: 1px solid #2a3451;
	padding-right: 15px;
	position: relative;
	margin-right: 9px;
	font-weight: 300;
}

.header-item ul li:last-child{
	border-right: transparent;
}




/****======================================
	Themesbazar_header Section css-End
======================================*****/  


/****======================================
		Logo & Menu Section css-Start
======================================*****/

.menu-section {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 6px 0 10px 0 !important;
    background: rgb(0, 33, 91,0.2);
    top: 60px;
}

.logo img {
	width: 100%;
	height: auto;
	margin-top: 12px;
	
}


.searchBar {
	max-width: 30%;
	position: relative;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	float: right;
	margin-top: 13px;
	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: #ddd;
	cursor: pointer;
}

.searchIcon i {
	line-height: 51px;
	transform: rotate(270deg);
}

.searchBar input[type="text"] {
	width: 100%;
	border: 2px solid #fd5d14;
	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: #fd5d14;
	border: none;
	font-size: 17px;
	padding: 0 10px;
}

.remove {
	position: absolute;
	right: -6px;
	top: -14px;
	width: 18px;
	height: 18px;
	background: #f15b43;
	text-align: center;
	font-size: 9px;
	border-radius: 50%;
	line-height: 16px;
	color: #fff;
	cursor: pointer;
	border: 2px solid #f15b43;
}



/*****======================================
		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: .8;
	z-index: 9;
}
.slide_image img {
	max-width: 100%;
	height: 700px;
	object-fit: cover;
	object-position: top;
}


.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_wrpp {
	position: relative;
}



.slider-item {
	position: absolute;
	left: 10%;
	top: 54%;
	transform: translateY(-50%);
	z-index: 99;
	width: 50%;
}



.slider-details {
	line-height: 1.5;
	font-weight: 300;
	margin: 20px 0 50px;
}


.slider-btn ul li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
}



.slider-btn ul li:last-child a {
	border: 1px solid #434b62;
}

.slider-btn ul li:last-child span i  {
	color: #001234;
}

.slider-btn ul li:last-child a:hover{
	background: #f15b43;
	border: 1px solid #f15b43 ;
}

.slider-btn ul li:last-child a:hover i{
	color: #f15b43;
}

.slider-btn ul li a:hover{
	background: #4db7a6;
	border: 1px solid #4db7a6;
	transform-origin: left;
}


.slider-btn ul li span  {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 12px;
	top: 10px;
	font-size: 16px;
}


.slider-btn ul li span i  {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;

}

.slider-btn ul li:hover span i{
	color: #4db7a6;
	transform: rotateX(180deg);
}

.slide_image::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 0;
	height: 5px;
	background:#373e55;
	opacity: .5;
	z-index: 9;
	transition: 6s all;
}

.slider-active .owl-item.active .slide_image::after {
	width: 100%;
	background: #373e55;
	opacity: .5;

}

.slider-active .owl-item.active .slider-title {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay:.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: 50%;
	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: 50%;
	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: 60px 0 50px 0;
}
.about-image {
	position: relative;
}

.about-image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	padding-right: 40px;
}

.exprinces-box {
	position: absolute;
	right: 22px;
	bottom: 0;
	background: #fff;
	width: 38%;
	padding: 8px;
	box-shadow: 0 0 10px #ddd;
	height: 129px;
}
.exprinces-box::before {
	position: absolute;
	left: 8px;
	top: 6px;
	content: '';
	width: 102%;
	height: 90%;
	background: #001234;
}

.exprince-year {
	float: left;
	margin-right: 20px;
	font-size: 60px;
	font-weight: 700;
	margin-top: 17px;
	margin-left: 18px;
	color: #f15b43;
	position: absolute;
}
.exprince-title {
	font-size: 25px;
	font-weight: 700;
	margin-top: 26px;
	line-height: 26px;
	margin-left: 95px;
	position: absolute;
	color: #fff;
}

.about-padding{
	position: relative;
}

.aboutSec-title {
	font-size: 100px;
	font-weight: 900;
	color: transparent;
	-webkit-text-stroke: 1px #eee;
	text-transform: uppercase;
	position: relative;
	top: -32px;
	z-index: -1;
}





.about-details {
	font-weight: 300;
	margin-bottom: 23px;
	color: #55575c;
	line-height: 26px;
}


.about-support {
	margin-bottom: 40px;
}

.about-support ul li {
	margin-bottom: 6px;
	font-size: 15px;
	color: #444;
}


.about-support i {
	color: #f15b43;
	margin-right: 9px;
	font-size: 18px;
}


.about-btnContent {
	border-top: 1px solid #eee;
}

.btn-title {
	float: left;
	width: 60%;
	border-right: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 15px;
}

.btn-title > i {
	font-size: 60px;
	color: #f15b43;
	line-height: 1;
	float: left;
	margin-right: 10px;
}

.completed strong {
	font-size: 30px;
	color: #001234;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 6px;
}

.completed {
	font-weight: 700;
}

.btn-title span {
	color: #999;
	font-weight: 300;
	font-size: 16px;
}


.about-btn a:hover{
	background: transparent;
	color: #001234;
}

/*****======================================
		About Section css End
======================================*****/


  
/*****==================================
	Speech-section Start
=====================================****/
.speech-section {
	background: #fbfbfb;
	padding: 50px 0 50px;
	margin: 15px 0;
}

.speech-wrpp {
	margin: 10px;
	box-shadow: 0 0 4px #ddd;
	padding: 10px 20px 26px;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
}



.speech-title::before {
	position: absolute;
	left: -54px;
	bottom: 22px;
	content: '';
	width: 7%;
	height: 4px;
	background: #f05a42;
}

.speech-title::after {
	position: absolute;
	left: -15px;
	bottom: 21px;
	content: '';
	width: 6px;
	height: 6px;
	background: #4db7a6;
	border-radius: 50%;
}

.speech-image img {
	max-width: 44%;
	float: left;
	margin-right: 8px;
	height: 230px;
	object-fit: cover;
	object-position: top;
}

.speech-content {
	margin-top: -6px;
	text-align: justify;
	font-weight: 300;
	font-size: 16px;
}

.speech-btn {
	text-align: right;
	margin-top: 20px;
}

.speech-btn > a {
	overflow: hidden;
	color: #000;
	border: 1px solid#ddd;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 13px 56px 14px 29px;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	border-radius: 50px;
	transform-origin: inherit;
	position: relative;
}


.speech-btn span {
	width: 25px;
	height: 25px;
	background: #00215b;
	color: #fff;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 12px;
	top: 7px;
	font-size: 14px;
}

.speech-btn span i  {
	width: 25px;
	height: 25px;
	background: #00215b;
	color: #fff;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
}

.speech-btn:hover span i {
	transform: rotateX(180deg);
}


.speech-btn a:hover {
	border-color: #fd5d14;
}


.speech-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	content: "";
	z-index: 1;
}

.speech-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
}

.speech-active .owl-dots button.active::before {
	background: #f15b43 !important;
}
.speech-active .owl-dots button.active {
	border: 1px solid #068c7f !important;
}


.speech-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	/* transition: .8s all; */
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #000 !important;
	position: relative;
	transition: .5s all;
}




/*****==================================
	Speech-section End
=====================================*****/
.section-content {
	text-align: center;
	margin-bottom: 60px;
}




.sec-title::before {
	content: "";
	position: absolute;
	background: #001234;
	height: 6px;
	left: 46%;
	width: 65px;
	bottom: -25px;
}

.sec-title::after {
	content: "";
	position: absolute;
	background: #fe982f;
	height: 6px;
	left: 46%;
	width: 33px;
	bottom: -25px;
}

/*****==================================
	Services-section Start
=====================================*****/
.services-section {
	padding: 60px 0;
}

.services-wrpp {
	padding: 15px;
	border-radius: 15px;
	box-shadow: 0 0 10px #ddd;
	margin: 10px;
	transition: .5s all;
}


.services-image img {
	width: 100%;
	object-fit: cover;
	object-position: top;
	height: 250px;
	border-radius: 10px;
}

.services-image {
	position: relative;
	transition: .5s all;
}

.services-image::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,33,91,.8);
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	transition: .5s all;
}

.services-wrpp:hover .services-image::before{
	opacity: 1;
	visibility: visible;
}

.services-image > span {
	position: absolute;
	left: 0;
	right: 0;
	top: 56%;
	text-align: center;
	z-index: 99;
	transition: .5s all;
	opacity: 0;
	visibility: hidden;
}
.services-image > span a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f15b43;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
}

.services-wrpp:hover .services-image > span {
	opacity: 1;
	visibility: visible;
	top: 50%;
	transform: translateY(-50%);
}

.services-content {
	text-align: center;
	padding: 20px 20px 30px;
}

.services-title a {
	display: inline-block;
	font-size: 30px;
	line-height: 100%;
	font-weight: 700;
	color: #00215b;
	margin-bottom: 16px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.services-title a:hover {
	color: #f15b43;
}

.services-details {
	font-size: 16px;
	color: #546e9b;
	margin-bottom: -11px;
}


.services-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	content: "";
	z-index: 1;
}

.services-active .owl-dots button.active {
	border: 1px solid #068c7f !important;
}

.services-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.services-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	transition: .8s all;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #000 !important;
	position: relative;
	transition: .5s all;
}

.services-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
}


/*****==================================
	Services-section End
=====================================*****/
  




/*****==================================
	Counter section  Start
=====================================*****/

.counter-title {
	font-size: 50px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	line-height: 1;
}

.counter-details {
	color: #eee;
	margin: 0 0 30px;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
}

.counter-support {
	margin-bottom: 50px;
}

.counter-support > ul > li {
	color: #eee;
	font-size: 15px;
	margin-bottom: 8px;
	font-weight: 300;
}

.counter-support > ul > li > i {
	color: #f15b43;
	margin-right: 0px;
	font-size: 18px;
}

.counter-image {
	position: absolute;
	top: -44px;
	border-bottom: 10px solid #f15b43;
}


.happyClinet_wrpp {
	overflow: hidden;
	width: 100%;
}

.client-icon > i {
	font-size: 60px;
	color: #fe982f;
	float: left;
	position: relative;
	top: 4px;
	margin-right: 10px;
}

.counter_item {
	overflow: hidden;
}

.happy-client {
	font-weight: 600;
	color: #fff;
	font-size: 30px;
	margin: 6px 0 10px;
	letter-spacing: 2px;
	line-height: 1;
}

.happy-title {
	text-transform: capitalize;
	font-weight: 300;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

/*****==================================
	Counter section  End
=====================================*****/


/*****==================================
	projects-section Start
=====================================*****/
.projects-section {
	padding: 60px 0;
}

.projects-wrpp {
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 10px #ddd;
	margin: 10px;
	transition: .5s all;
}


.projects-image img {
	width: 100%;
	object-fit: cover;
	object-position: top;
	height: 350px;
	border-radius: 10px;
}

.projects-image {
	position: relative;
	transition: .5s all;
}

.projects-image::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,33,91,.5);
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	transition: .5s all;
}

.projects-wrpp:hover .projects-image::before{
	opacity: 1;
	visibility: visible;
}



.projects-content {
	text-align: center;
	padding: 20px 20px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,33,91,.6);
	border-radius: 0 0 10px 10px;
}

.projects-cat {
	line-height: 1;
}

.projects-cat > a {
	color: #ffd909;
	font-size: 16px;
}



.projects-title a {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	font-weight: 700;	
	margin: 6px 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.projects-title a:hover {
	color: #f15b43;
}


.projects-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	content: "";
	z-index: 1;
}

.projects-active .owl-dots button.active {
	border: 1px solid #068c7f !important;
}

.projects-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.projects-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	transition: .8s all;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #000 !important;
	position: relative;
	transition: .5s all;
}

.projects-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
}


/*****==================================
	projects-section End
=====================================*****/
  



/*****======================================
		Notice Section css Start
======================================*****/





.notice-btn {
	text-align: center;
	margin-top: 15px;
}




.notice-btn span {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 12px;
	top: 7px;
	font-size: 16px;
}

.notice-btn span i  {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;

}

.notice-btn:hover span i{
	color: #4db7a6;
	transform: rotateX(180deg);
}


.notice-btn a:hover {
	background: #00215b;
	border: 1px solid #00215b;
}


/*****======================================
		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(0,33,91,.6);
	opacity: 0;
	visibility: hidden;
	transition: .8s all;
	border-radius: 10px;
}

.shop-wrpp:hover .shop-image::before{
    opacity: 1;
    visibility: visible;
}

.shop-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;
}

.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;
	padding: 10px;
	border-radius: 10px;
}

.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: 700;
}

.products-pirce {
	font-weight: 700;
	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: 7px;
}

.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: -10px;
	content: "";
	z-index: 1;
}

.shop-active .owl-dots button.active {
	border: 1px solid #068c7f !important;
}

.shop-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.shop-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	transition: .8s all;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #000 !important;
	position: relative;
	transition: .5s all;
}

.shop-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
}


/*=================================== 
	Shop Section css  End 
====================================*/



/*****======================================
		Team Section css Start
======================================*****/
.team-section {
	padding: 40px 0 50px;
}

.team-wrpp {
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 10px #ddd;
	margin: 8px;
}

.team-image {
	max-width: 100%;
	position: relative;
}

.team-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;
}


.team-content {
	text-align: center;
	padding: 10px 0 10px;
}

.member-name {
	margin-bottom: 5px;
	margin-top: 20px;
}
.member-name > a {
	font-size: 25px;
	color: #00215b;
	font-weight: 700;
	transition: .5s all;
}



.team-secial {
	text-align: center;
	margin-top: 10px;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
}

.team-secial > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #00215b;
	font-size: 18px;
	margin-right: 6px;
	transition: .5s all;
	border-radius: 50%;
	border: 1px solid #eee;
}

.team-secial > a:hover{
	background: #00215b;
	color: #fff;
	border-color: #00215b;
}


.team-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	content: "";
	z-index: 1;
}

.team-active .owl-dots button.active {
	border: 1px solid #068c7f !important;
}

.team-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.team-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	transition: .8s all;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #000 !important;
	position: relative;
	transition: .5s all;
}

.team-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
}

/*****======================================
		Team Section css End
======================================*****/


/*****======================================
		Vdieo Gallery Section css Start
======================================*****/


.video-gallery::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgb(9, 18, 47,0.8);
	z-index: -1;
}


.secTitle {
	color: transparent;
	-webkit-text-stroke: 1px #434a66;
	font-size: 80px;
	font-weight: 900;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -25px;
}

.sec-content2 {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}



.video-thumbnails img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;
}

.video-thumbnails {
	position: relative;
	border: 1px solid #434a66;
	padding: 5px;
	border-radius: 10px;
}

.video-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 45px;
	width: 45px;
	background: #f15b43;
	-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 #f15b43;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}

.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: -46px;
	content: "";
	z-index: 1;
}

.video-active .owl-dots button.active {
	border: 1px solid #068c7f !important;
}

.video-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.video-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	transition: .8s all;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #ddd !important;
	position: relative;
	transition: .5s all;
}

.video-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #ddd;
	border-radius: 50%;
}


/*****======================================
		Vdieo Gallery Section css End
==========================================****/



/*****======================================
		Testimonial Section css Start
==========================================****/


.testimonial-wrpp {
	position: relative;
	padding: 40px 45px;
	margin: 15px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.testimonial-image {
	position: absolute;
	right: 21px;
	top: 10px;
}
.testimonial-image img {
	max-width: 100px;
	height: 110px;
	object-fit: cover;
	object-position: top;
}

.testimonial-title {
	font-size: 20px;
	font-weight: 700;
	color: #00215b;
	margin-bottom: 10px;
}

.testimonial-deg {
	margin-bottom: 10px;
	color: #f15b43;
	font-size: 15px;
	line-height: 1;
}

.rating span {
	color: #ffaa01;
	font-size: 14px;
}

.testimonial-details {
	margin-top: 16px;
	color: #777;
	font-weight: 300;
	font-size: 16px;
}

.testimonial-wrpp > i {
	font-size: 80px;
	position: absolute;
	right: 16px;
	bottom: 17px;
	color: #eee;
}


.testimonial-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	content: "";
	z-index: 1;
}

.testimonial-active .owl-dots button.active {
	border: 1px solid #068c7f !important;
}

.testimonial-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.testimonial-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	transition: .8s all;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #000 !important;
	position: relative;
	transition: .5s all;
}

.testimonial-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
}

/*****======================================
		Testimonial Section css End
==========================================****/



/*****======================================
		Gallery Section css Start
======================================*****/
.gallery-section {
	padding: 40px 0;
}


.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: 50px 0;
}

.latest-wrpp {
	margin: 10px;
	background: #f7f9ff;
	border-radius: 15px;
}

.latest-blog > ul > li {
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	font-weight: 300;
	color: #333;
}

.latest-blog > ul > li > a {
	font-size: 15px;
	color: #333;
}

.latest-blog > ul > li > i {
	font-size: 20px;
	color: #f15b43;
}


.latest-image img {
	width: 100%;
	border-radius: 10px;
	height: 250px;
	object-fit: cover;
	object-position: top;
}

.latest-item {
	padding: 30px;
}

.latest-title {
	margin: 11px 0;
}


.latest-title a:hover{
	color: #f15b43;
}

.latest-details {
	font-weight: 300;
	color: #444;
}


.latest-btn {
	margin: 20px 0 0;
}

.latest-btn > a {
	font-size: 16px;
	color: #f15b43;
	transition: .5s all;
}
.latest-btn > a:hover {
	text-decoration: underline;
}

.latest-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	content: "";
	z-index: 1;
}

.latest-active .owl-dots button.active {
	border: 1px solid #068c7f !important;
}

.latest-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.latest-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	transition: .8s all;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #000 !important;
	position: relative;
	transition: .5s all;
}

.latest-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
}


/*****======================================
		Latest 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 Section css End
======================================*****/




/*****======================================
		Footer  css Start
======================================*****/


.footer-logo img {
	width: 100%;
	height: auto;
}

.footer-content {
	margin-top: 22px;
	font-weight: 300;
}

.location-content {
	margin-top: 20px;
	margin-bottom: 25px;
	font-weight: 300;
}



.location-icon {
	float: left;
	margin-right: 10px;
}

.location-icon i {
	color: #ffc949;
	font-size: 20px;
}



.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 a {
	font-weight: 400;
	letter-spacing: .5px;
	transition: .5s all;
}

.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);
}


.footer_custom_col3 {
	max-width: 33.33%;
	width: 100%;
	flex: 0 0 auto;
	padding: 4px;
}

.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 {
	color: #f8b604;
	font-weight: 600;
}

.themesBazar_design {
	text-align: right;
	font-weight: 300;
}

.themesBazar_design a {
	font-weight: 400;
	color: #f8b604;

}



.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
======================================*****/



/***** ============== All page Bg css Start =================*****/


.all-page:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	 background: #09122F;
	opacity: .8;
	z-index: -1; 
}

.all-pageContent {
	margin-top: 120px;
	text-align: center;
	margin-bottom: 20px;
}

.all-pagetitle {
	font-size: 65px;
	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: #f15b43;
	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 Bg css End =================*****/




.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;
	border: 1px solid#f15b43;
	text-align: center;
	border-radius: 50px;
	margin-right: 2px;
	transition: .5s all;
	color: #00215b;
	font-weight: 400;
	font-size: 17px;
	line-height: 1;
}

.page-pagination .active a {
	border: 1px solid #4db7a6;
	color: #fff;
	background: #4db7a6;
}

/*****=========== services page css Start==================*****/

.services-page {
	padding: 60px 0;
}

.services_page_item .services-wrpp {
	margin: 0 0 16px;
}

/*****=========== services page css End==================*****/

/*****=========== Projects page css Start==================*****/
.projects-page {
	padding: 60px 0;
}


.projects_page_item .projects-wrpp {
	margin: 0 0 16px;
}

/*****=========== Prjects page css End==================*****/



/*****=========== Team page css Start==================*****/
.team-page {
	padding: 60px 0;
}

.team-pageContent {
	column-count: 4;
	column-gap: 20px;
}
.team-pageContent > .team-wrpp {
	overflow: hidden;
	margin: 0;
	margin-bottom: 20px;
	width: 100%;
	break-inside: avoid;
	break-inside: avoid-column;
}

/*****=========== Team page css End==================*****/


/*****=========== Latest page css Start==================*****/
.latest-page {
	padding: 60px 0;
}

.latest_page_item .latest-wrpp {
	margin: 0 0 15px;
}

/*****=========== Latest page css End==================*****/

/*****=========== Team page css Start==================*****/
.testimonial-page {
	padding: 60px 0;
}

.testimonial_page_item .testimonial-wrpp {
	margin:0 0 20px;
	
}


/*****=========== Team page css End==================*****/




/*****=========== Video page css Start==================*****/
.video-page {
	margin: 50px 0;
}


.video-Pwrpp {
	overflow: hidden;
	margin-bottom: 20px;
}

.video-Pthumbnails img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
}

.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: 20px;
	font-weight: 600;
	text-transform: capitalize;
	transition: .5s all;
	letter-spacing: 0.2px;
}

.video-caption > a:hover{
	color: #04f7df;
}

.video-Picon i {
	position: absolute;
	top: 44%;
	left: 50%;
	height: 45px;
	width: 45px;
	background: #00215b;
	-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 #00215b;
	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==================*****/




/*=============== 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;
	line-height: 1.5;
}

/*=============== single about Page css End============*/


/*===========Single-page css Start==================*/
.single-page {
	padding: 40px 0 70px;
}

.single-latest-page {
	padding: 50px 0;
}

.blog-single-title {
	font-size: 30px;
	padding: 10px 0;
	font-weight: 600;
	color: #0b0b27;
	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 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;
}

.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 #f15b43;
	width: 100%;
	outline: inherit;
}
.single-page-search input[type="submit"], button[type="submit"] {
	padding: 10px 19px 12px;
	border: none;
	background: #f15b43;
	color: #fff;
	cursor: pointer;
	margin: 0;
	font-size: 19px;
	border-radius: inherit;
	position: absolute;
	right: 0;
	height: 100%;
}


.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: #0b0b27;
	color: #fff;
}



/*****=========== Single 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: #4db7a6;
	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: #19937f;
}

.team-details {
	color: #999;
	font-weight: 300;
	line-height: 1.5;
	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 .la-facebook-f{
	color: #3b5998;
}
.single-Tsocial .la-twitter{
	color: #00acee;
}
.single-Tsocial .la-linkedin-in{
	color: #0e76a8;
}
.single-Tsocial .la-instagram{
	color: #d6249f;
}



/*==============Team 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 #f15b43;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	border-radius: 50%;
	margin-right: 10px;
	color: #f15b43;
}

.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: #0b0b27;
	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 ==================*****/


/*===========Search-page css Start==================*/
.search-page {
	margin: 50px 0;
}


.search-wrpp {
	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==================*/


/*==============Archive-page css Start====================*/

.others-page {
	margin: 50px 0;
}

.table.table-bordered thead tr th {
	text-align: center;
	background: #02173C;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding: 11px 0;
	border-bottom: none;
	letter-spacing: 0.3px;
}
.table.table-bordered tbody tr th {
	text-align: center;
    margin-top: 20px;
}


.table.table-bordered td {
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.2px;
}


.image img {
	width: 20%;
	height: auto;
}



.wrpper a {
	background: #11aba0;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin-top: -7px;
	border-radius: 5px;
}
/*==============Archive-page css End====================*/


/*===============404/Error Page css End============*/
.error-page {
	padding: 20px 0 70px;
}

.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
 ======================================== */
 


/*****=========== 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 ==================*****/


