/*!
Theme Name: AgencyTheme
Theme URI: https://codedokan.com/category/others-themes/agencytheme
Author: CodeDokan.Com
Author URI: https://codedokan.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: agencytheme_codedokan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the codedokan.

*/



/* 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: 17px;

}
p{
	margin: 0 !important;
}

ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}
figure {
	margin: 0 0 0 !important;
}


a{ text-decoration: none !important}
a:hover { text-decoration: none !important}


a:hover {
	color: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1200px;
}


/*======================================
		codedokan col Start
======================================*/  
.codedokan-1{
	max-width: 100% !important;
	width: 100%;
	flex: 0 0 auto;
}

.codedokan-2{
	max-width: 50% !important ;
	width: 100%;
	flex: 0 0 auto;
}

.codedokan-3{
	max-width: 33.33% !important;
	width: 100%;
	flex: 0 0 auto;
}

.codedokan-4{
	max-width: 25% !important;
	width: 100%;
	flex: 0 0 auto;
}

.codedokan-6{
	max-width: 16.66% !important;
	width: 100%;
	flex: 0 0 auto;
}


/*======================================
		codedokan col End
======================================*/  


/*======================================
	codedokan_header Section css-start
======================================*/  


.header_info2 {
	text-align: center;
}

.header_info {
	position: relative;
	text-align: center;
}

.header_info::before {
	position: absolute;
	left: 0;
	bottom: 5px;
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}
.header_info::after {
	position: absolute;
	left: 5%;
	bottom: 5px;
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}


/****======================================
	codedokan_header Section css-End
======================================*****/  


/****======================================
		Logo & Menu Section css-Start
======================================*****/

 
.logo img {
	width: 100%;
	height: auto;
	margin-top: 10px;
	
}



/*****======================================
		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: 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: 50%;
	transform: translateY(-50%);
	z-index: 99;
	width: 50%;
}

.slider_sub {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1.2px;
	position: relative;
	margin-left: 60px;
	margin-bottom: 15px;	
}


.slider_sub::before {
	position: absolute;
	left: -69px;
	bottom: 11px;
	content: '';
	width: 7%;
	height: 3px;
	background: #f76f59;
}




.slider-details {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	margin: 25px 0 50px;
	border-left: 4px solid #023FA4;
	padding: 14px 0 14px 14px;
	background: rgb(0, 10, 28,0.2);
}

.slider-btn ul li {
	display: inline-block;
}

.read_more {
	margin-right: 30px;
}

.read_more a{
	display: inline-block;
	margin-right: 10px;
	padding: 13px 20px;
	color: #FFF;
	margin-bottom: 10px;
	background: #000a1c;
	border-bottom: 3px solid #023FA4;
}

.video-play-button a {
	background: #023FA4;
	color: #fff;
	font-size: 25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-bottom: none;
	text-align: center;	
	line-height: 50px;
	display: inline-block;
}

  .video-play-button {
	position: relative;
  }
  
  .video-play-button::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 25px;
	top: 25px;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
  @keyframes pulse-border {
	0% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	}
	100% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	}
  }
  



.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_sub {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay:.5
}

.slider-active .owl-item.active .slider-title {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 1s;
  }
  

  .slider-active .owl-item.active .slider-details {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 1.5s;
  }
  
  .slider-active .owl-item.active .slider-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-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;
	background: transparent !important;
	outline: inherit;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid transparent;
	position: relative;
	transition: .5s all;
}

.slider-active .owl-dots button::before {
	position: absolute;
	left: 4px;
	top: 4px;
	content: '';
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
}


.slider-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.slider-active .owl-dots button.active {
	border: 1px solid #068c7f;
}


/*======================================
		Slider Section css End
======================================*/


  
  

/*======================================
		About Area Start
======================================*/
.about-area {
	padding: 80px 0 50px;
}

.about-image {
	text-align: right;
	position: relative;
}

.about-image img {
	width: 100%;
	height: 550px;
	object-fit: contain;
	-webkit-animation: left_to_right 10s linear 0s infinite;
    animation: left_to_right 10s linear 0s infinite;
}




.about_compay {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
}



.abut_item {
	margin-left: 110px;
	
}

.about_item_title {
	font-size: 25px;
	color: #001029;
	font-weight: 600;
	margin: 0 0 7px;
}

.about_details {
	font-size: 18px;
	line-height: 1.4;
	color: #888;
	font-weight: 300;
}




@keyframes left_to_right {
  0% {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}


@keyframes right_to_left {
  0% {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}


/*======================================
		About Area End
======================================*/

 
  
/*****======================================
	**** Speech Area Start 
======================================*****/



.speech-area::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #061539;
	opacity: .9;
}


.speech_color{
	color: #fff;
}


.speech_wrpp {
	text-align: center;
	border: 1px solid #f76f59;
	border-radius: 10px;
	margin-top: 69px;
	padding: 0 0 20px;
}

.speech_image {
	margin-top: -70px;
}
.speech_image img {
	max-width: 130px;
	height: 130px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	margin: 0 auto;
	border: 6px solid #f76f59;
	margin-bottom: 13px;
}





.speech_details {
	padding: 0 40px 20px;
	margin-top: 12px;
	line-height: 1.5;
}



.speech-active button.owl-prev {
	position: absolute;
	left: -10%;
	top: 61%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #ddd;
	background: transparent;
	transition: .5s;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	width: 50px;
	height: 50px;
	line-height:50px;
	border-radius: 50%;
}

.speech-active button.owl-prev:hover {
	background: #ddd;
	color: #0d1e50;
}
.speech-active button.owl-next:hover {
	background: #ddd;
	color: #0d1e50;
}

.speech-active button.owl-next {
	position: absolute;
	right: -10%;
	top: 61%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #ddd;
	background: transparent;
	transition: .5s;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
}


/*****======================================
	**** Speech Area End 
======================================*****/

.section_content {
	text-align: center;
	margin: 0 0 30px;
}




.section_details {
	margin: 0 25% 0 25%;
	line-height: 1.4;
	color: #777777;
	font-weight: 300;
	font-size: 18px;
}




/*****==================================
	Service Area Start
=====================================*****/ 
.services-area {
	padding: 30px 0;
}

.serivece_wrpp {
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	border-radius: 10px;
	margin: 0 0 23px;
	position: relative;
}

.serivece_wrpp::before {
	position: absolute;
	left: 37px;
	top: 9px;
	content: '';
	width: 80%;
	height: 100%;
	background: #f7f7f7;
	z-index: -1;
	border-radius: 5px;
	box-shadow: 0 0 5px #e1dede;
}

.services_title {
	font-size: 25px;
	color: #000a1c;
	font-weight: 600;
	margin: 10px 0;
}

.icon-image img {
	width: 55px;
	height: 55px;
	object-fit: contain;
}

.services_details {
	line-height: 1.5;
	color: #777777;
}

.service_btn {
	margin-top: 20px;
}



.service_btn a:hover{
	letter-spacing: 0;
}




/*****==================================
	Service Area End
=====================================*****/ 




/*****==================================
	Recent Work Area Start
=====================================*****/ 
.recent_work {
	padding: 20px 0 40px;
}

.recent_wrpp {
	margin: 10px;	
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #dddd;
}
.recent_image{
	 position: relative;	
}

.recent_image img {
	max-width: 100%;
	height: 350px;
	object-fit: cover;
	transition: .5s all;
	border-radius: 10px;
}

.recent_title {
	padding: 17px 12px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(0, 10, 28,0.4);
	width: 100%;
	border-radius: 0 0 10px 10px;
}

.recent_title a {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	transition: .5s all;
}

.recent_title a:hover {
	color: #f25e44;
}

.recent_title span {
	display: block;
	margin-bottom: 10px;
	color: #f76f59;
	font-weight: 600;
	position: relative;
	margin-left: 40px;
	font-size: 18px;
}

.recent_title span::before {
	position: absolute;
	left: -40px;
	top: 11px;
	content: '';
	width: 10%;
	height: 2px;
	background: #F76F59;
	margin-right: 10px;
}

.recent-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -20px;
	content: "";
	z-index: 1;
	right: 0;
}

.recent-active .owl-dots button {
	margin: 0 2px;
	padding: 4px 3px 4px 3px !important;
	transition: .8s all;
	background: #051939 !important;
	outline: inherit;
	border-radius: 10px;
}

.recent-active .owl-dots button.active {
	background: #0060ff !important;
	padding: 9px 3px 4px 3px !important;
}

/*****==================================
		Recent Work Area End
=====================================*****/ 


/*****==================================
	***** Counter Area Start
=====================================*****/ 

.happyClinet_wrpp {
	margin-left: 60px;
}

.client-icon > i {
	font-size: 60px;
	color: #f76f59;
	float: left;
	position: relative;
	top: 4px;
	margin-right: 10px;
}

.counter_item {
	overflow: hidden;
}

.happy-client {
	font-weight: 600;
	font-size: 30px;
	margin: 6px 0 10px;
	letter-spacing: 2px;
	line-height: 1;
}

.happy-title {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
}

/*****==================================
	**** Counter Area End
=====================================*****/ 



/*****==================================
	**** Projects Area Start
=====================================*****/ 
.projects_area {
	padding: 30px 0;
}

.projects_wrpp {
	margin: 10px;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #dddd;
}

.projects_image{
	 position: relative;	
}

.projects_image img {
	max-width: 100%;
	height: 350px;
	object-fit: cover;
	transition: .5s all;
	border-radius: 10px;
}

.projects_title a {
	font-size: 20px;
	color: #e1e7f2;
	font-weight: 600;
	transition: .5s all;
}

.projects_title a:hover {
	color: #f25e44;
}

.projects_title span {
	display: block;
	color: #196fff;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 8px;
}
.projects_item {
	background: #000a1c;
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	left: 18px;
	bottom: 0;
	width: 90%;
	opacity: 0;
	visibility: hidden;
	transition: .5s all;
}

.projects_wrpp:hover .projects_item{
	opacity: 1;
	visibility: visible;
	bottom: 15px;

}
.projects_btn {
	text-align: right;
}



.projects-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -20px;
	content: "";
	z-index: 1;
	right: 0;
}

.projects-active .owl-dots button {
	margin: 0 2px;
	padding: 4px 3px 4px 3px !important;
	transition: .8s all;
	background: #051939 !important;
	outline: inherit;
	border-radius: 10px;
}

.projects-active .owl-dots button.active {
	background: #0060ff !important;
	padding: 10px 3px 4px 3px !important;
}

/*****==================================
	**** Projects Area End
=====================================*****/ 





/*****======================================
	**** Notice Area css Start
======================================*****/



.notice-btn {
	text-align: center;
	margin-top: 15px;
}


.notice-btn > a {
	overflow: hidden;
	color: #fff;
	border: 1px solid #444f66;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 62px 16px 29px;
	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: 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 Area css End
======================================*****/



/*****=================================== 
	Shop Area css Start 
====================================*****/
.shop_area {
	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(-5px);
	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: #0060ff;
	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 #0060ff;
	background: transparent;
	color: #0060ff;
}

.shop-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -10px;
	content: "";
	z-index: 1;
	right: 0;
}

.shop-active .owl-dots button {
	margin: 0 2px;
	padding: 4px 3px 4px 3px !important;
	transition: .8s all;
	background: #051939 !important;
	outline: inherit;
	border-radius: 10px;
}

.shop-active .owl-dots button.active {
	background: #0060ff !important;
	padding: 10px 3px 4px 3px !important;
}



/*=================================== 
	**** Shop Area css  End 
====================================*/



/*=================================== 
	**** Team Area css  Start 
====================================*/
.team_area {
	padding: 40px 0 30px;
}

.team-wrpp {
	box-shadow: 0 0 10px #ddd;
	padding: 16px 28px 16px 16px;
	border-radius: 5px;
	margin: 10px 10px;
}

.team-image img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	border-radius: 5px;
}

.team-image {
	position: relative;
}

.team-image::before {
	position: absolute;
	left: 13px;
	top: 13px;
	content: '';
	width: 100%;
	height: 100%;
	background: #e6eaea;
	z-index: -1;
	border-radius: 0 0 5px 0;
}

.team-content {
	margin-top: 23px;
	text-align: center;
}

.team-name a {
	font-size: 22px;
	color: #04011c;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 4px;
}


.team-deg {
	font-size: 18px;
	color: #505053;
	font-weight: 300;
}


.team-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -20px;
	content: "";
	z-index: 1;
	right: 0;
}

.team-active .owl-dots button {
	margin: 0 2px;
	padding: 4px 3px 4px 3px !important;
	transition: .8s all;
	background: #051939 !important;
	outline: inherit;
	border-radius: 10px;
}

.team-active .owl-dots button.active {
	background: #0060ff !important;
	padding: 10px 3px 4px 3px !important;
}



/*=================================== 
	**** Team Area css  End 
====================================*/

/*=================================== 
	**** Video Area css  Start 
====================================*/
.video_area {
	padding: 30px 0;
}

.video-wrpp {
	padding: 10px;
	margin: 7px 7px;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	border-radius: 10px;
}

.video-thumbnails img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;
}

.video-thumbnails {
	position: relative;
	border-radius: 10px;
}


.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;
	bottom: -30px;
	content: "";
	z-index: 1;
	right: 0;
}

.video-active .owl-dots button {
	margin: 0 2px;
	padding: 4px 3px 4px 3px !important;
	transition: .8s all;
	background: #051939 !important;
	outline: inherit;
	border-radius: 10px;
}

.video-active .owl-dots button.active {
	background: #0060ff !important;
	padding: 10px 3px 4px 3px !important;
}

/*=================================== 
	**** Video Area css  End 
====================================*/


/*=================================== 
	**** Testimonial Area css  Start 
====================================*/
.testimonial_area {
	padding: 30px 0;
}

.testimonial-wrpp {
	padding: 20px;
	margin: 10px 20px;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	display: inline-block;
	border-radius: 10px;
}

.testimonial-image {
	float: left;
	margin-right: 20px !important;
	text-align: center;
}

.testimonial-image img {
	max-width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;
	margin-bottom: 8px;
	display: block;
	margin-right: 14px;
}

.testimonial-image i {
	color: #f76f59;
	text-align: center;
	font-size: 13px;
}



.testimonail-title {
	font-size: 22px;
	margin-bottom: 10px;
	color: #000a1c;
	font-weight: 600;
}

.testimonail-details {
	line-height: 1.3;
	color: #777;
}


.testimonail-icon {
	text-align: right;
	font-size: 40px;
	color: #0060ff;
}


.testimonial-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -30px;
	content: "";
	z-index: 1;
	right: 0;
}

.testimonial-active .owl-dots button {
	margin: 0 2px;
	padding: 4px 3px 4px 3px !important;
	transition: .8s all;
	background: #051939 !important;
	outline: inherit;
	border-radius: 10px;
}

.testimonial-active .owl-dots button.active {
	background: #0060ff !important;
	padding: 10px 3px 4px 3px !important;
}



/*=================================== 
	**** Testimonial Area css  End 
====================================*/




/*=================================== 
	**** Latest Area css  Start 
====================================*/
.latest_area {
	padding: 30px 0;
	margin-bottom: 20px;
}
.latest-wrpp {
	margin: 7px 15px;
	background: #fff;
	box-shadow: 0 0 10px #dddd;
	border-radius: 0 10px 10px;
}

.latest-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;
}

.latest-content {
	padding: 25px;
}

.lates-date {
	margin: 10px 0;
}



.lastest-title {
	margin: 24px 0;
}






.latest-btn a:hover {
	letter-spacing: 0;
}



.latest-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -30px;
	content: "";
	z-index: 1;
	right: 0;
}

.latest-active .owl-dots button {
	margin: 0 2px;
	padding: 4px 3px 4px 3px !important;
	transition: .8s all;
	background: #051939 !important;
	outline: inherit;
	border-radius: 10px;
}

.latest-active .owl-dots button.active {
	background: #0060ff !important;
	padding: 10px 3px 4px 3px !important;
}

/*=================================== 
	**** Latest Area css  End 
====================================*/





/*****======================================
		Clinet Section css Start
======================================*****/
.client-section {
	background: #f0f1f5;
	margin-top: 50px;
	padding: 80px 60px 60px;
}


/*****======================================
		Clinet Section css End
======================================*****/

  

/****======================================
		Subscription Area Start
======================================*****/


.subscription::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #0060ff;
	opacity: .8;
	z-index: -1;
}


.subscibe_title {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.subscribe {
	position: relative;
	z-index: 1;
	border: 5px solid rgba(0, 96, 255, 0.8);
	padding: 10px;
	background: #fff;
}


.input-subscribe input[type="email"] {
	width: 100%;
	padding: 0 0 0 27px;
	font-size: 16px;
	color: #000;
	border: none;
	outline: inherit;
	font-weight: 300;
}

.input-subscribe i {
	position: absolute;
	left: 9px;
	top: 9px;
	font-size: 24px;
	color: #747474;
}


.sub_btn input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: none;
	padding: 10px 13px;
	background: transparent;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-left: 1px solid #ddd;
}

.play_store {
	text-align: center;
}

.play_store ul li {
	display: inline-block;
	margin-right: 5px;
}

.play_store ul li a {
	padding: 3px 16px;
	border: 5px solid rgba(0, 96, 255, 0.8);
	display: inline-block;
	background: #fff;
	color: #000;
	font-size: 30px;
}

.play_store ul li a:hover {
	border-radius : 10px;
	transition : .5;
}

.play_store ul li .play_store_title {
	background: none;
	font-size: 23px;
	border: none;
	text-align: left;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.play_store ul li .play_store_title span {
	font-size: 14px;
	display: block;
	font-weight: 300;
	text-transform: capitalize;
}
/*======================================
		Subscription Area End
======================================*/



/*======================================
		Footer Area Start
======================================*/




.footer_logo {
	text-align: center;
	margin-bottom: 17px;
}

.address_dateils {
	margin: 0 0 17px;
}

.address_info {
	margin: 0 0 16px;
}

.footer_social {
	text-align: center;
	margin-top: 30px;
}

.footer_social a {
	background: #333;
	color: #C8C7C7;
	font-size: 17px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 5px;	
	border-radius: 50%;
	transition: .5s all;

}
.footer_social a:hover{
	background: #0060ff;
	color: #fff;
	
}


.footer_menu ul li:hover i {
	color: #0060ff;
}

.footer-title {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 25px;
	position: relative;
	z-index: 1;
	padding: 0 0 10px;
}

.footer-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 20%;
	height: 1px;
	background: #0060ff;
}

.footer_menu ul li {
	margin-bottom: 13px;
}

.footer_menu ul li i {
	transition: .5s all;
}

.latest-item {
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #1a1919;
	padding-bottom: 16px;
}

.latest-item:last-child {
	border: none;
}

.latest-footer img {
	float: left;
	width: 30%;
	margin-right: 8px;
	height: 90px;
	object-fit: cover;
	border-radius: 4px;
}


.latest-title > a {
	font-size: 15px;
	font-weight: 500;
}


.latest-date {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #0060ff;
	text-decoration: underline;
}

/* Bottom Footer start */


.design_developed {
	text-align: center;
}

.design_developed ul li {
	display: inline-block;
	margin-right: 10px;
}

.design_developed ul li a {
	font-size: 14px;
	text-decoration: underline;
	color: #4C4C4C;
}

.design_developed ul li a:hover {
	color: #0060ff;
}

/* Bottom Footer End */



@keyframes scrollTop {
    0% {transform:scaleX(1)}
    50% {transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}
}


/*======================================
	Footer Area 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 {

	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 #0060ff;
	text-align: center;
	border-radius: 50px;
	margin-right: 2px;
	transition: .5s all;
	color: #0060ff;
	font-weight: 400;
	font-size: 17px;
	line-height: 1;
}

.page-pagination .active a {
	border: 1px solid #0060ff;
	color: #fff;
	background: #0060ff;
}



/*****=========== Projects page css Start==================*****/
.projects_page {
	padding: 60px 0;
}


.projects_page_item .projects_wrpp {
	margin: 0 0 16px ;
}

.projects_page_item .projects_item_view {
	background: #000a1c;
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	left: 18px;
	bottom: 15px;
	width: 90%;

}


/*****=========== Prjects page css End==================*****/

/*****=========== Team page css Start==================*****/
.team_page_item .team-wrpp {
	margin: 0 0 16px !important;
}

/*****=========== Team page css End==================*****/

/*****=========== Latest page css Start==================*****/
.latest_page_area {
	padding: 40px 0;
}

.latest_page_item .latest-wrpp {
	margin: 0 0 16px !important;
}

/*****=========== Latest page css End==================*****/

/*****=========== Testimonial page css Start ==================*****/
.testimonial_page_area {
	padding: 40px 0;
}

.testimonial_page_item .testimonial-wrpp {
	margin: 0 0 16px;
}

/*****=========== Testimonial page css End==================*****/


/*****=========== Video page css Start==================*****/
.video_page_area {
	padding: 40px 0;
}

.video_page_item .video-wrpp {
	padding: 8px !important;
	margin: 0 0 16px !important;
}

/*****=========== video page css End==================*****/

/*****=========== Gallery page css Start ==================*****/
.gallery_page_area {
	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;
}


/*****=========== Gallery page css End==================*****/


/*===========Single-page css Start==================*/
.single-page {
	padding: 40px 0;
}

.single-latest-page {
	padding: 50px 0;
}

.single-title {
	font-size: 30px;
	padding: 10px 0;
	font-weight: 600;
	color: #04011c;
	line-height: 1.2;
}

.single-page-date {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-top: 10px;
}

.single-latest-page .single-page-date {
	padding: 10px 8px 10px;
	margin: 10px 0;
	background: #fbfbfb;
	border-radius: 5px;
}



.single-page-date ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.single-page-date ul li a {
	color: #807e7e;
	text-decoration: none;
	font-size: 16px;
}

.single-page-date ul li {
	display: inline-block;
	margin-right: 30px;
}

.single-page-date i {
	margin-right: 5px;
	font-size: 20px;
	color: #f15b43;
}

.single-page-date img {
	width: 40px;
	height: 40px;
	border-radius: 40%;
	margin-right: 10px;
	background: #f2c7c0;
	padding: 2px;
}



.single-page-title {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	margin: 13px 70px;
	line-height: 1.2;
}

.single-page-image img {
	width: 100%;
	height: auto;
}

.single-page-content {
	text-align: justify;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	font-weight: 300;
}


.single-page-categori {
	-webkit-box-shadow: 0 0 10px #eee;
	        box-shadow: 0 0 10px #eee;
	padding: 10px;
	
}

.single-category-title {
	font-size: 25px;
	font-weight: 600;
	color: #460404;
	position: relative;
	margin-bottom: 20px;
}

.single-category-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 40px;
	height: 3px;
	background: #ffcd00;
}

.single-recent-post {
	padding: 30px;
	border: 3px solid #e7e9ef;
}

.single-recent-item {
	font-size: 22px;
	font-weight: 600;
	color: #032640;
	position: relative;
}



.single-recent-content {
	display: inline-block;
	margin-top: 20px;
}

.single-recent-image img {
	width: 40%;
	height: auto;
	margin-right: 10px;
	float: left;
}

.single-recent-date {
	font-size: 12px;
	font-weight: 300;
	color: #797979;
}

.single-recent-title {
	line-height: 16px;
	margin-top: 3px;
}

.single-recent-title a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	font-size: 16px;
}

.single-recent-title a:hover {
	color: #f15b43;
}

.single-page-tag {
	padding: 30px;
	border: 3px solid #e7e9ef;
	margin-top: 30px;
}

.single-tag-title {
	font-size: 22px;
	font-weight: 600;
	color: #032640;
	margin-bottom: 20px;
}



.tag ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tag ul li {
	display: inline-block;
	
	margin-bottom: 10px;
	margin-right: 5px;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}

.tag ul li a {
	color: #85838c;
	text-decoration: none;
	font-size: 16px;
	background: #f5f6f9;
	padding: 5px 10px;
	display: inline-block;
	transition: .5s all;
}


.tag ul li a:hover {
	background: #4db7a6;
	color: #fff;
}



/*****=========== Single page css End ==================*****/


/*=========== Single team-page  css End==================*/
.single_team_wrpp {
	padding: 30px;
	box-shadow: 0 2px 6px #d2d3d7;
	border-radius: 10px;
	margin-top: -35px;
	position: relative;
	z-index: 9;
	background: #fff;
}

.single_team_name {
	font-size: 25px;
	font-weight: 700;
	color: #061539;
	margin: 13px 0 5px;
	line-height: 1;
}

.single_team_deg {
	font-size: 20px;
	color: #787f88;
	font-weight: 600;
}


.single_team_image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
}


.single_team_social ul li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.single_team_social ul li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #D9DADE;
	text-align: center;
	border-radius: 50%;
	color: #8C8E93;
	font-size: 20px;
	transition: .5s all;
}

.single_team_social ul li a:hover {
	background: #061539;
	color: #fff;
	border: 1px solid #061539;
}

.personal_info h3 {
	font-size: 30px;
	color: #000c28;
	font-weight: 600;
	margin: 0 0 7px;
}


.personal_info ul li {
	font-size: 17px;
	color: #020f2d;
	margin: 0 0 13px;
	font-weight: 600;
}

.personal_info ul li strong {
	margin-left: 60px;
	font-weight: 400;
	font-size: 16px;
	color: #4c4c4c;
}



.team_details_wrpp {
	padding: 30px 0;
}

.team_details_title {
	font-size: 40px;
	color: #061539;
	margin: 0 0 10px;
}

.team_details {
	line-height: 1.5;
	margin: 0 0 17px;
	color: #4c4c4c;
}


/*****=========== Services single page css Start ==================*****/
.singleServices-wrpp {
	background: #04011c;
	color: #fff;
	padding: 20px;
	border-top: 5px solid #feb300;
}

.singleServices-titel {
	font-size: 30px;
	font-weight: 600;
	margin: 25px 0;
}

.singleServices-info {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom: 1px solid #202028;
	padding-bottom: 20px;
}
.singleServices-info span {
	font-size: 18px;
	font-weight: 300;
	opacity: .7;
	margin-top: 7px;
	display: inline-block;
	width: 100%;
}



/*****=========== Services single page css End ==================*****/



/***** ============== Create  page css Start =================*****/
.create-page {
	padding: 30px 0;
}

.createPage-title {
	background: #fbfbfb;
	color: #04011c;
	font-size: 30px;
	font-weight: 600;
	padding: 10px 8px 10px;
	margin: 10px 0;
	border-radius: 5px;
	border-bottom: 1px solid #eee;
}


.createPage-content {
	text-align: justify;
	color: #000;
	font-weight: 300;
	line-height: 1.7;
}

/***** ============== Create  page css End =================*****/




/*======================================
		Quick Contact Area css-Start
======================================*/
.contact-area {
	padding: 50px 0;
	margin-bottom: 60px;
}

.quick-image img {
	width: 100%;
	height: auto;
}

.quick-name {
	padding: 10px 0;
	font-size: 22px;
	color: #04011c;
	font-weight: 500;
}

.quick-details {
	margin-bottom: 12px;
	color: #999;
	font-weight: 300;
	line-height: 24px;
}

.quick-deg {
	margin-bottom: 20px;
	font-size: 17px;
	color: #333;
	font-weight: 400;
}

.quick-content ul li {
	margin-bottom: 10px;
	color: #444;
	font-size: 16px;
}

.quick-content strong {
	color: #f00087;
	font-size: 17px;
	font-weight: 600;
}




.quick-wrpp {
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
	padding: 20px;
	border-radius: 20px;
}


.quick-form input[type="text"], input[type="email"], textarea {
	width: 100%;
	padding: 16px 9px;
	color: #999;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 12px;
	border: none;
	background: transparent;
	outline: inherit;
	box-shadow: inset 0 0 11px #f7f5f5;
}


.quick-title {
	margin: 9px 0 5px;
	font-size: 16px;
	color: #666;
	font-weight: 400;
}


.quick-btn input[type="submit"] {
	background: #04011c;
	padding: 14px 56px;
	font-size: 20px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	text-align: center;
	transition: .8s;
	cursor: pointer;
}


/*======================================
		Quick Contact Area css-End
======================================*/


.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==================*/



/*===============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 ==================*****/


/*============== Others 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;
}

/*============== Others Page css End====================*/


