/*!
Version:9.0.0
Tested up to: 7.4
Requires PHP: 5.6
License URI: LICENSE
Text Domain: organization_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=Barlow+Condensed:wght@300;400;500;600;700;800;900&family=Karla:wght@300;400;500;600;700;800&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 ;
	padding: 0;
    font-weight: normal;
	font-family: 'Barlow Condensed', 'SolaimanLipiNormal', sans-serif;
	font-size: 16px;
	line-height: 1.2;
}
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-item ul li {
	display: inline-block;
	border-right: 1px solid #2a3451;
	padding-right: 12px;
	padding-left: 12px;
	position: relative;
	margin-right: 20px;
	font-weight: 300;
}

.header-item ul li:last-child{
	border-right: transparent;
}

.header-item ul > li i {
	font-size: 22px;
	position: absolute;
	left: -16px;
	top: 0;
}

.header-item a {
	font-size: 18px;
	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: 18px;
}

.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);
}

.donate-btn {
	text-align: center;
	margin-top: 14px;
	position: relative;
}




.donate-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;
}

.donate-btn span i  {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;

}

.donate-btn:hover span i{
	color: #4db7a6;
	transform: rotateY(180deg);
}


.donate-btn a:hover {
	background: #11aba0;

}


/*======================================
		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: .5;
	z-index: 9;
}
.slide_image img {
	max-width: 100%;
	height: 600px;
	object-fit: cover;
}


.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: 50%;
	transform: translateY(-50%);
	z-index: 99;
	width: 50%;
}





.slider-btn ul li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

.slider-btn ul li a {
	overflow: hidden;
	color: #fff;
	background: #f15b43;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 18px 60px 18px 28px;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	border-radius: 50px;
	transform-origin: inherit;
}


.slider-btn ul li:last-child span i  {
	color: #4db7a6;
}

.slider-btn ul li:last-child a:hover{
	background: #f15b43;
}

.slider-btn ul li:last-child a:hover i{
	color: #f15b43;
}

.slider-btn ul li a:hover{
	background: #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: rotateY(180deg);
}


.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-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-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2%;
	content: "";
	z-index: 1;
}


.slider-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
	transition: .5s all;
}

.slider-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}

.slider-active .owl-dots button.active {
	border: 1px solid #068c7f;
}

.slider-active .owl-dots button.active::before {
	background: #f15b43 !important;
}



/*======================================
		Slider Section css End
======================================*/




/*======================================
		Services Section css Start
======================================*/
.services-area {
	background: #f4f2f1;
	margin: 0 0 20px;
	padding: 50px 0;
}

.services-padding {
	padding: 20px;
	background: #fff;
	z-index: 99;
	position: relative;
	box-shadow: 0 1px 2px #f2f2f2;
}

.services-content {
	background: #001234;
	padding: 17px 0 20px 20px;
	position: relative;
}

.services-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
}

.services-item {
	width: 70%;
}
.services-title > a {
	font-size: 23px;
	color: #fff;
	font-weight: 700;
	transition: .5s all;
}

.services-title > a:hover{
	color: #ff5e14;
}

.services-content p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	margin-top: 5px;
	text-transform: capitalize;
}

.more_btn::before {
	content: '';
	position: absolute;
	background: #fff;
	clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
	right: 0;
	top: 0;
	width: 110px;
	height: 101px;
	z-index: 1;
	transition: .5s all;
}

.services-content:hover .more_btn::before {
	background: #ff5e14;
}

.services-content:hover .more_btn a {
	color: #fff;
}
.more_btn {
	float: right;
}

.more_btn a {
	color: #001234;
	position: absolute;
	z-index: 9;
	right: 32px;
	top: 29px;
	font-size: 39px;
	transition: .5s all;
}


.services-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	content: "";
	z-index: 1;
}

.services-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
}

.services-active .owl-dots button.active::before {
	background: #f15b43 !important;
}
.services-active .owl-dots button.active {
	border: 1px solid #068c7f;
}


.services-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #000;
	position: relative;
	transition: .5s all;
}



/*======================================
		Services 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: #4db7a6;
	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;
}


.aboutCat-title {
	margin-bottom: 15px;
	color: #f15b43;
	font-weight: 600;
	font-size: 20px;
}



.about-details {
	font-weight: 300;
	margin-bottom: 23px;
	color: #55575c;
	line-height: 1.5;
}


.about-item i {
	font-size: 18px;
	color: #f84e77;
	margin-right: 5px;
}

.about-support {
	margin-bottom: 40px;
}

.about-support ul li {
	margin-bottom: 15px;
	font-size: 18px;
	color: #444;
}

.about-support i {
	width: 30px;
	height: 30px;
	line-height: 28px;
	background: #4db7a6;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-right: 6px;
}





.about-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;
}

.about-btn span i  {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;

}

.about-btn:hover span i{
	color: #4db7a6;
	transform: rotateY(180deg);
}


.about-btn a:hover {
	background: #11aba0;

}



/*****======================================
		About Section css End
======================================*****/

  
/*****==================================
	Speech-section Start
=====================================****/
.speech-section {
	background: #fbfbfb;
	padding: 50px 0 50px;
	margin: 4px 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: 22px;
	content: '';
	width: 2%;
	height: 4px;
	background: #4db7a6;
}


.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;
	line-height: 1.4;
}

.speech-btn {
	text-align: right;
	margin-top: 20px;
}




.speech-btn span {
	width: 25px;
	height: 25px;
	background: #fff;
	color: #f15b43;
	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: #fff;
	color: #f15b43;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
}

.speech-btn:hover span i{
	color: #4db7a6;
	transform: rotateY(180deg);
}


.speech-btn a:hover {
	background: #11aba0;
}
  


.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;
}


.speech-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #000;
	position: relative;
	transition: .5s all;
}




/*****==================================
	Speech-section End
=====================================*****/




/*****==================================
	Notice-section Start
=====================================*****/



.notice-title {
	font-size: 65px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-transform: capitalize;
}


.notice-btn {
	text-align: center;
	margin-top: 20px;
}

.notice-btn > a {
	overflow: hidden;
	color: #fff;
	background: transparent;
	border: 1px solid #ddd;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	padding: 18px 68px 18px 26px;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	border-radius: 50px;
	transform-origin: inherit;
	position: relative;
}


.notice-btn span {
	width: 35px;
	height: 35px;
	background: #fff;
	color: #f15b43;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 12px;
	top: 7px;
	font-size: 14px;
}

.notice-btn span i {
	width: 35px;
	height: 35px;
	background: #fff;
	color: #f15b43;
	line-height: 35px;
	font-size: 15px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
}

.notice-btn:hover span i{
	color: #f15b43;
	transform: rotateY(180deg);
}


.notice-btn a:hover {
	background: #f15b43;
	border: 1px solid #f15b43;

}


/*****==================================
	Notice-section End
=====================================*****/

.section-content {
	text-align: center;
	margin-bottom: 50px;
}






/*****==================================
	Donate-section Start
=====================================*****/
.donate-area {
	padding: 50px 0 80px;
}


.donate-wrpp {
	background: #f4f2f1;
	padding-bottom: 20px;
}

.donate-image {
	position: relative;
	overflow: hidden;
}
.donate-image img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: .5s all;
	object-position: top;
}
.donate-wrpp:hover .donate-image img{
	transform: scale(1.1);
	z-index: 999;
}


.donater-itme {
	background: #fff;
	margin: 0 20px;
	border-radius: 50px;
	box-shadow: 0 4px 5px #ddd;
	overflow: hidden;
	position: relative;
	top: 20px;
}

.donater-image img {
	max-width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
	object-position: top;
	float: left;
	margin: 6px;
}

.donater-name {
	float: left;
	margin-top: 7px;
	/* font-size: 22px; */
	font-weight: 700;
	margin-left: 5px;
	color: #001234;
	letter-spacing: 0.5px;
	padding-left: 15px;
	padding-top: 4px;
}


.donater-btn {
	background: #ff5e14;
	display: inline-block;
	/* font-size: 16px; */
	border-radius: 0;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	transition: .5s all;
	float: right;
	padding: 0px 10px;
	height: 50px;
	line-height: 49px;
	position : relative;
}

.donater-btn  .added_to_cart.wc-forward {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #ff5e14;
}

.donater-btn a{
	color : white;
}

.donater-btn > a:hover{
	background: #4db7a6;
}

.donate-content {
	padding: 0 30px;
}

.wooco {
	border-bottom: 5px solid #ffff;
	padding-bottom: 10px;
	font-size: 17px;
	font-weight: 600;
	color: #001234;
}

.wooco > strong {
	color: #ff5e14;
	font-size: 20px;
	font-weight: 600;
}


.wooco > span {
	float: right;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.donate-title {
	margin-top: 35px;
}


.donate-title > a {
	font-size: 28px;
	font-weight: 700;
	color: #001234;
	transition: .5s all;
}

.donate-title > a:hover{
	color: #ff5e14;
}


.donate-details {
	color: #777777;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 10px;
}


.donate-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	content: "";
	z-index: 1;
}

.donate-active .owl-dots button {
	margin: 0 4px;
	padding: 6px !important;
	transition: .8s all;
	background: #4db7a6 !important;
	outline: inherit;
	border-radius: 50px;
}

.donate-active .owl-dots button.active {
	background: #f15b43 !important;
	padding: 6px !important;
}


/*****==================================
	Donate-section End
=====================================*****/


  

/*****======================================
		counter-section css-Start
======================================*****/



.happyClinet_wrpp {
	text-align: center;
}

.client-icon i {
	font-size: 90px;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.happy-client {
	font-weight: 600;
	font-size: 70px;
	margin: 0 0 18px;
	letter-spacing: 1.5px;
}

.happy-title {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 20px;
	margin: 0 0 20px;
}


/****======================================
		counter-section css-End
======================================*****/


/****======================================
		Team-section css-Start
======================================*****/
.team-area{
	background-image: url(assets/images/teamBg.jpg);
	background-color: #012240;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}
.team-area::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #09122F;
	opacity: .8;
	z-index: -1;
}

.section-teamContent {
	text-align: center;
	margin-bottom: 50px;
}

.section-teamSmall {
	color: #ff5e14;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
}
.section-teamTitle {
	color: #fff;
	font-size: 65px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -0.1px;
}


.team-wrpp {
	background: #fff;
	padding: 25px 30px 25px 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.team-wrpp::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 8px;
	content: '';
	background: #ff5e14;
	transition: .5s all;
}
.team-wrpp:hover:before {
	height: 100%;
}


.team-image img {
	max-width: 170px;
	height: 170px;
	border-radius: 50%;
	float: left;
	margin-right: 40px;
}

.team-content {
	overflow: hidden;
	margin-top: 30px;
}

.team-title {
	margin-bottom: 10px;
}

.team-title > a {
	font-size: 30px;
	font-weight: 600;
	display: inline-block;
	color: #001234;
	transition: .5s all;
}

.team-title > a:hover{
	color: #f15b43;
}

.team-deg {
	margin-bottom: 13px;
	font-size: 16px;
	color: #f15b43;
}

.team-secial > a {
	display: inline-block;
	color: #777;
	font-size: 18px;
	margin-right: 6px;
	transition: .5s all;
}

.team-secial > a:hover {
	color: #4db7a6;
	transform: rotateY(340deg);
}



.team-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	content: "";
	z-index: 1;
}

.team-active .owl-dots button {
	margin: 0 4px;
	padding: 6px !important;
	transition: .8s all;
	background: #4db7a6 !important;
	outline: inherit;
	border-radius: 50px;
}

.team-active .owl-dots button.active {
	background: #ff5e14 !important;
	padding: 6px !important;
}




/****======================================
		Team-section css-End
======================================*****/


/*****======================================
		Gallery Section css Start
======================================*****/
.gallery-section {
	padding: 50px 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
======================================*****/




/*****======================================
		Event Section css End
======================================*****/
.event-area {
	background-image: url(assets/images/bg.png);
	background-size: cover;
	background-position: center;
	background-color: #eee;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 50px 0 80px;
	margin: 0px 0;
}


.event-wrpp {
	border: 4px solid #4db7a6;
	padding: 5px;
}

.event-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: top;
}

.event-item {
	padding: 15px 20px;
}

.event-daet i {
	color: #f15b43;
	font-size: 18px;
	margin-right: 3px;
}

.event-title > a {
	font-size: 30px;
	color: #001234;
	font-weight: 700;
	transition: .5s all;
}

.event-title > a:hover{
	color: #f15b43;
}

.event-details {
	font-weight: 300;
	color: #666;
	margin: 10px 0;
}

.event-btn {
	margin: 30px 0 10px;
}




.event-btn span {
	width: 25px;
	height: 25px;
	background: #fff;
	color: #f15b43;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 12px;
	top: 7px;
	font-size: 14px;
}

.event-btn span i  {
	width: 25px;
	height: 25px;
	background: #fff;
	color: #f15b43;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
}

.event-btn:hover span i{
	color: #4db7a6;
	transform: rotateY(180deg);
}


.event-btn a:hover {
	background: #11aba0;
}

.event-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	content: "";
	z-index: 1;
}

.event-active .owl-dots button {
	margin: 0 4px;
	padding: 6px !important;
	transition: .8s all;
	background: #4db7a6 !important;
	outline: inherit;
	border-radius: 50px;
}

.event-active .owl-dots button.active {
	background: #f15b43 !important;
	padding: 6px !important;
}

/*****======================================
		Event 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: 20px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.products-pirce {
	font-weight: 600;
	color: #4db7a6;
	margin: 0 0 10px;
	font-size: 25px;
}

.cart-btn {
	margin: 15px 0 10px;
	position : relative;
}




.cart-btn > a i {
	font-size: 23px;
	line-height: 1;
	left: 4px;
	bottom: 6px;
	transition:.5s all;
}

.cart-btn:hover i {
	color: #4db7a6;
	transform: rotateY(320deg);
}

.cart-btn a:hover{
    border:1px solid #4db7a6;
	background: transparent;
	color: #4db7a6;
}

.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: #4db7a6 !important;
	outline: inherit;
	border-radius: 50px;
}

.shop-active .owl-dots button.active {
	background: #f15b43 !important;
	padding: 6px !important;
}



/*****=================================== 
	Shop Section css  End 
====================================*****/




/*****=================================== 
	Donate bg Section css  Start 
====================================*****/

.donate-bg {
	background-image: url(assets/images/donate-bg.jpg);
	background-size: cover;
	background-position: center top;
	background-color: #ddd;
	padding: 50px 0 50px;
	position: relative;
	z-index: 1;
	margin: 30px 0 10px;
}



.donate-bg::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #09122F;
	opacity: .8;
	z-index: -1;
}

.donateBg-small {
	font-size: 20px;
	color: #f15b43;
	margin-bottom: 15px;
}

.donateBg-title {
	font-size: 65px;
	color: #fff;
	font-weight: 700;
}


.donateBg-btn {
	text-align: right;
	margin-top: 70px;
}


.donateBg-btn ul li {
	display: inline-block;
	color: white;
	margin-right: 20px;
	text-align: right;
	position : relative;
}
.donateBg-btn ul li a{
	color: white;
}

.donateBg-btn ul li:first-child {
	background: #fff;
	color: #f15b43;
	padding: 16px 20px;
	border-radius: 20px;
}



.donateBg-btn .added_to_cart.wc-forward {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

/*****
.donateBg-btn {
	margin: 70px 0 0;
	text-align: right;
}


.donateBg-btn ul li {
	display: inline-block;
}


.donateBg-btn ul li > a:first-child {
	background: #fff;
	color: #f15b43;
	font-size: 24px;
	padding: 16px 52px;
}

.donateBg-btn ul li > a {
	overflow: hidden;
	color: #fff;
	background: #f15b43;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 65px 20px 30px;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	border-radius: 50px;
	transform-origin: inherit;
	position: relative;
	margin-right: 20px;
}

.donateBg-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: 13px;
	top: 12px;
	font-size: 16px;
}

.donateBg-btn span i  {
	width:	30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
}

.donateBg-btn:hover span i{
	color: #4db7a6;
	transform: rotateY(180deg);
}


.donateBg-btn a:hover {
	background: #11aba0;
}
*****/
/*****=================================== 
	Donate bg Section css  End 
====================================*****/






/*****=================================== 
	Testimonial Section css  Start 
====================================*****/
.testimonial-area {
	padding: 60px 0 80px;
}

.testimonial-area .section-content{
	text-align: left;
}

.testimonial-wrpp {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px #ddd;
	margin: 7px 10px;
}

.testimonial-image img {
	max-width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #feeeec;
	padding: 5px;
	object-position: top;
	float: left;
	margin-right: 25px;
}

.testimonial-content {
	overflow: hidden;
	margin-top: 7px;
}

.testimonial-title {
	font-size: 22px;
	font-weight: 600;
	color: #001234;
	margin-bottom: 5px;
}

.testimonial-deg {
	font-size: 16px;
	color: #f15b43;
}

.testimonial-details {
	margin-top: 45px;
	text-align: justify;
	color: #777;
	font-weight: 300;
}

.review-icon {
	margin: 20px 0;
}

.review-icon span {
	font-size: 17px;
	font-weight: 600;
	color: #001234;
	margin-right: 50px;
}

.review-icon i {
	color: #f15b43;
}


.testimonial-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	content: "";
	z-index: 1;
}

.testimonial-active .owl-dots button {
	margin: 0 4px;
	padding: 6px !important;
	transition: .8s all;
	background: #4db7a6 !important;
	outline: inherit;
	border-radius: 50px;
}

.testimonial-active .owl-dots button.active {
	background: #f15b43 !important;
	padding: 6px !important;
}



/*****=================================== 
	Testimonial Section css  End 
====================================*****/


/*****======================================
		Vdieo Gallery Section css Start
======================================*****/
.video-gallery {
	background-image: url(assets/images/teamBg.jpg);
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	background-attachment: fixed;
	padding: 60px 0 100px;
	margin: 60px 0 50px;
	position: relative;
	z-index: 1;
}

.video-gallery::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #09122F;
	opacity: .8;
	z-index: -1;
}



.video-thumbnails img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
}

.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-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 45px;
	width: 45px;
	background: #4db7a6 ;
	-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 #4db7a6 ;
	opacity: .8;
	-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: -40px;
	content: "";
	z-index: 1;
}

.video-active .owl-dots button {
	margin: 0 4px;
	padding: 6px !important;
	transition: .8s all;
	background: #4db7a6  !important;
	outline: inherit;
	border-radius: 50px;
}

.video-active .owl-dots button.active {
	background: #ff5e14 !important;
	padding: 6px !important;
}
/*****======================================
		Vdieo Gallery Section css End
==========================================****/



/*****======================================
		Latest Section css Start
======================================*****/
.latest-area {
	padding: 50px 0 100px;
}

.latest-wrpp {
	box-shadow: 0 0 10px #ddd;
	margin: 7px 0 10px 8px;
	padding: 5px;
}

.latest-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: top;
}

.latest-item {
	padding: 15px 20px;
	overflow: hidden;
}


.latest-cat a:hover{
	color: #ffcd00;
}
.latest-cat i {
	margin-right: 2px;
}

.latest-title {
	margin: 10px 0 20px;
}



.latest-title > a:hover{
	color: #f15b43;
}
.latest-details {
	font-weight: 300;
	color: #666;
	margin: 10px 0;
}

.author-content {
	margin-top: 27px;
}

.author-image img {
	max-width: 55px;
	height: 55px;
	border-radius: 50%;
	float: left;
	margin-right: 13px;
}


.author-name {
	position: relative;
	top: 17px;
}

.author-name > a {
	font-size: 19px;
	color: #001234;
	font-weight: 600;
	transition: .5s all;
}

.author-name > a:hover{
	color: #f15b43;
}

.latest-date {
	float: right;
	margin-top: -10px;
}

.latest-date i {
	color: #f15b43;
	font-size: 25px;
	margin-right: 3px;
	position: relative;
	top: 5px;
}

.latest-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	content: "";
	z-index: 1;
}

.latest-active .owl-dots button {
	margin: 0 4px;
	padding: 6px !important;
	transition: .8s all;
	background: #4db7a6 !important;
	outline: inherit;
	border-radius: 50px;
}

.latest-active .owl-dots button.active {
	background: #f15b43 !important;
	padding: 6px !important;
}

/*****======================================
		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-active {
	margin-top: 20px;
}

/*****======================================
		Clinet Section css End
======================================*****/




/*****======================================
		Footer  css Start
======================================*****/


.footer-logo img {
	width: 100%;
	height: auto;
}

.location-content {
	margin-top: 20px;
	margin-bottom: 25px;
}

.footer-content {
	margin-top: 22px;
}


.location-icon {
	float: left;
	margin-right: 10px;
}

.location-icon i {
	color: #f15b43;
	font-size: 24px;
}



.footer-title {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 26px;
	position: relative;
}

.footer-title::before {
	position: absolute;
	left: 0;
	bottom: -8px;
	content: '';
	width: 19%;
	height: 3px;
	background: #4db7a6;
}


.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;
}



.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: 600;
	text-decoration: none;
}



/*****======================================
		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: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.all-pagetitle {
	font-size: 80px;
	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 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;
	background: #f15b43;
	text-align: center;
	border-radius: 50px;
	margin-right: 2px;
	transition: .5s all;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
}

.page-pagination .active a {
	background: #4db7a6;
	color: #fff;
}
/*=========== Services-page css Start==================*/
.services-page {
	padding: 50px 0;
}

.services_page_item .services-wrpp {
	margin-bottom: 20px;
	box-shadow: 0 0 10px #d9d9d9;
}

.services_page_item .more_btn::before {
	height: 91px;
}

.services_page_item .services-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
}

/*=========== Services-page css End==================*/



/*===========Donate-page css Start==================*/
.donate-page {
	padding: 60px 0;
}


.donnate_pae_item .donate-wrpp {
	margin-bottom: 20px;
}


/*=========== Donate-page css End==================*/


/*=========== Team css Start ==================*/
.team-page {
	padding: 50px 0;
}



.team_page_item .team-wrpp {
	overflow: hidden;
	width: 100%;
	box-shadow: 0 0 10px #dbd6d6;
	border-radius: 30px;
	margin-bottom: 20px;
}


/*=========== Team-page css End==================*/

.gallery-page {
	padding: 50px 0;
}


/*===========Event-page css Start==================*/
.event-page {
	padding: 50px 0;
}


.event_page_item .event-wrpp {
	margin-bottom: 20px;
}

/*===========Event-page css End==================*/


/*=========== Testimonial-page css Start==================*/
.testimonial-page {
	padding: 50px 0;
}

.testimonail_page_item .testimonial-wrpp {
	margin: 0 0 20px;
}

/*=========== Testimonial-page css End==================*/



/*****=========== Video page css Start==================*****/
.video-page {
	margin: 50px 0;
}


.video-Pwrpp {
	margin-bottom: 20px;
}

.video-Pthumbnails img {
	width: 100%;
	height: 220px;
	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: 22px;
	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 page css Start==================*****/
.latest-page {
	padding: 50px 0;
}

.latest_page_item .latest-wrpp {
	margin: 0 0 20px;
}

/*****=========== Latest page css End==================*****/


/*===========Single-page css Start==================*/
.single-page {
	padding: 20px 0 70px;
}

.single-latest-page {
	padding: 50px 0;
}

.blog-single-title {
	font-size: 30px;
	padding: 10px 0;
	font-weight: 600;
	color: #4db7a6;
	line-height: 1.2;
}

.single-page-date {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-top: 10px;
}

.single-latest-page .single-page-date {
	padding: 10px 8px 10px;
	margin: 10px 0;
	background: #fbfbfb;
	border-radius: 5px;
}



.single-page-date ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.single-page-date ul li a {
	color: #807e7e;
	text-decoration: none;
	font-size: 16px;
}

.single-page-date ul li {
	display: inline-block;
	margin-right: 30px;
}

.single-page-date i {
	margin-right: 5px;
	font-size: 20px;
	color: #f15b43;
}

.single-page-date img {
	width: 40px;
	height: 40px;
	border-radius: 40%;
	margin-right: 10px;
	background: #f2c7c0;
	padding: 2px;
}



.single-page-title {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	margin: 13px 70px;
	line-height: 1.2;
}

.single-page-image img {
	width: 100%;
	height: auto;
}

.single-page-content {
	text-align: justify;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	font-weight: 300;
}


.single-page-categori {
	-webkit-box-shadow: 0 0 10px #eee;
	        box-shadow: 0 0 10px #eee;
	padding: 10px;
	
}

.single-category-title {
	font-size: 25px;
	font-weight: 600;
	color: #460404;
	position: relative;
	margin-bottom: 20px;
}

.single-category-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 40px;
	height: 3px;
	background: #ffcd00;
}


.single-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%;
	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: #f15b43;
}

.single-page-tag {
	padding: 30px;
	border: 3px solid #e7e9ef;
	margin-top: 30px;
}

.single-tag-title {
	font-size: 22px;
	font-weight: 600;
	color: #032640;
	margin-bottom: 20px;
}



.tag ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tag ul li {
	display: inline-block;
	
	margin-bottom: 10px;
	margin-right: 5px;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}

.tag ul li a {
	color: #85838c;
	text-decoration: none;
	font-size: 16px;
	background: #f5f6f9;
	padding: 5px 10px;
	display: inline-block;
	transition: .5s all;
}


.tag ul li a:hover {
	background: #4db7a6;
	color: #fff;
}



/*****=========== Single page css End ==================*****/


  

/*****=========== 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;
	margin-left: 56px !important;
	list-style: none;
}

.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 ==================*****/


/*===========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-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
}


/*===========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-size: 16px;
	font-weight: 300;
	line-height: 25px;
}


/*=============== single about Page css End============*/


/*==============Archive-page css Start====================*/

.others-page {
	margin: 50px 0;
}

.table.table-bordered thead tr th {
	text-align: center;
	background: #11ABA0;
	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 {
	padding-top: 36px !important;
	color: #0f0d0d;
	font-size: 15px;
}

.wrpper a {
	background: #f15b43;
	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: #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;
}

/*==============Single-page css End ====================*/


/*============== Donate-form-page css Start ====================*/
.donate-form-page {
	padding: 50px 0;
}
.donate-form {
	box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
	padding: 20px;
	margin: 0 90px;
	border-radius: 10px;
}



.from-group input[type="text"], input[type="email"], input[type="number"],  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;
}

.send-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;
}



/*============== Donate-form-page css End ====================*/




/*===============404/Error Page css End============*/
.error-page {
	padding: 50px 0;
}

.error-wrpp {
	text-align: center;
}

.error-title {
	font-size: 130px;
	font-weight: 700;
	letter-spacing: 7px;
	margin-bottom: 0;
	display: inline-block;
}



.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: #f15b43;
	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%;
}

/*****=========== Pricing single page css End ==================*****/


/*===========  custom page pagination  css For Woocommrce start ==================*/  


 
.pagination-content {
	margin-top: 50px;
	text-align: center;
}



.pagination-content ul li {
	display: inline-block;
	border-radius: 50px;
	margin-left: 10px;
}

.pagination-content ul li a {
	border: 1px solid #eee;
	padding: 9px 24px 9px;
	display: inline-block;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	border-radius: 50px;
	text-transform: capitalize;
}
.pagination-content ul li a:hover{
    background: #eee;
    color: #000;
}

.pagination-content .active {
	background: #333; 
}

.pagination-content .active a {
	color: #fff;
	border: 1px solid#333;
} 

.pagination-content .current {
	background: #00061e;
	color: #fff;
}

.pagination-content .current {
	border: 1px solid #eee;
	padding: 9px 24px 9px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
	border-radius: 50px;
	text-transform: capitalize;
	color : white;
	background : #f15b43;
}

 .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;
}
 
  

/*========== custom page pagination 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 ==================*****/


