/* Base CSS */
@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;
	line-height: 1.2;
	font-size: 17px;
}

figure {
	margin: 0;
}

p{
	margin: 0;
}


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
    font-size: 18px;
	color: #333;
	width:100%;
	font-family: SolaimanLipiNormal;
    background: #fff;
	line-height: 1.4;


}
a{ text-decoration: none }
a:hover { text-decoration: none; color: none;}



.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1280px;
}


/*======================================
		ThemesBazar col Start
======================================*/  
.themesbazar_1{
	max-width: 100% ;
	width: 100%;
	flex: 0 0 auto;
}

.themesbazar_2{
	max-width: 50% ;
	width: 100%;
	flex: 0 0 auto;
}

.themesbazar_3{
	max-width: 33.33%;
	width: 100%;
	flex: 0 0 auto;
}

.themesbazar_4{
	max-width: 25%;
	width: 100%;
	flex: 0 0 auto;
}

.themesbazar_6{
	max-width: 16.66%;
	width: 100%;
	flex: 0 0 auto;
}

/*======================================
		ThemesBazar col End
======================================*/ 

/*======================================
		Category Name Title Start
======================================*/ 

.themesBazar_cat01 {
	position: relative;
	overflow: hidden;
	color: #000000;
	font-size: 20px;
	margin-bottom: 5px;
}
.themesBazar_cat01 a {
	color: #000000;
	padding: 0 10px 0 0;
	margin: 12px 0;
	display: inline-block;
	transition: .5s all;
}
.themesBazar_cat01 .catBar::before {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 5px solid #DADADA;
	top: 19px;
	display: inline-block;
	vertical-align: bottom;
}
.themesBazar_cat01 .catBar::after {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 5px solid #DADADA;
	top: 26px;
	display: inline-block;
	vertical-align: bottom;
}


.themesBazar_cat02 {
	position: relative;
	overflow: hidden;
	color: #000000;
	font-size: 20px;
	margin-bottom: 5px;
}
.themesBazar_cat02 a {
	color: #ffffff;
	padding: 0 10px 0 0;
	margin: 12px 0;
	display: inline-block;
	transition: .5s all;
}
.themesBazar_cat02 .catBar::before {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 5px solid #DADADA;
	top: 19px;
	display: inline-block;
	vertical-align: bottom;
}
.themesBazar_cat02 .catBar::after {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 5px solid #DADADA;
	top: 26px;
	display: inline-block;
	vertical-align: bottom;
}

.themesBazar_cat03 {
	color: #000000;
	font-size: 20px;
	padding: 10px 8px;
	margin-bottom: 20px;
	border-left: 4px solid #F9F9F9;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 4px solid #F9F9F9;
	border-radius: 0px 10px 0px 10px;
}
.themesBazar_cat03 a {
	color: #ffffff;
	transition: .5 all;
}
.themesBazar_cat03 > span {
	float: right;
}
.themesBazar_cat03 > span > a {
	background: transparent;
	font-size: 90%;
}

/*======================================
		Category Name Title Close
======================================*/ 



/*======================================
		ThemesBazar Header  Start
======================================*/ 

.header-area {
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}
.fa-solid.fa-location-dot {
	margin-right: 5px;
}
.fa-regular.fa-calendar {
	margin-right: 5px;
}




/* social start */
.social-icon {
	text-align: right;
}
.social-icon ul {
	padding: 0;
	margin: 0;
}

.social-icon ul li {
	display: inline-block;
	margin-left: 11px;
}

.social-icon ul li a {
	color: #333;
	font-size: 17px;
}

.fa-brands.fa-facebook-f {
	color: #0866FF;
}
.fa-brands.fa-facebook-f:hover {
	font-weight: 600;
}
.fa-brands.fa-twitter {
	color: #1C9CEA;

}
.fa-brands.fa-twitter:hover {
	font-weight: 600;
}

.fa-brands.fa-linkedin {
	color: #0077B5;

}
.fa-brands.fa-linkedin:hover {
	font-weight: 600;
}
.fa-brands.fa-youtube {
	color: #FF0404;
}

.fa-brands.fa-youtube:hover {
	font-weight: 600;
}


.fa-brands.fa-instagram {
	color: #FD1A9B;
}


.fa-brands.fa-instagram:hover {
	font-weight: 600;
}

/* social End */




/*======================================
		ThemesBazar Header End 
======================================*/  

.logo img {
	width: 90%;
	height: auto;
	margin-top: -9px;
}

.navmenu {
	width: 100%;
	text-align: right;
	position: relative;
	z-index: 999;
	margin-top: 2px;
}
  
  .navmenu ul li{
	list-style: none;
	display: inline-block;
  
  }
  
  .navmenu ul li a {
	display: block;
	text-decoration: none;
	padding: 15px;
	color: #000;
	font-size: 16px;
	font-weight: 600;

}

.navmenu ul li ul.megamenu li a {
	padding: 0;
	color: #1f1f1f;
	font-size: 13px;
	
}
  
  .navmenu ul li a:hover {
	color: #0d6efd;
	transition: background 0.3s linear;
}

  .navmenu ul li ul.megamenu {
	width: inherit;
	padding: 20px;
	background: #ffff;
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 25px #dcdcdc;
	transition: .5s all;
}

.socialBorder {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding-bottom: 23px;
}
.socialBorder:last-child {
	border-bottom: transparent;
	
}

.navmenu ul li:hover ul.megamenu{
display: block;

}

.megaMenu_title {
	font-size: 15px;
	text-align: left;
	color: #000D39;
	font-weight: 600;
}

.navmenu ul li:hover ul.megamenu li {
	width: 190px;
	text-align: left;
	float: left;
	padding-top: 17px;
}

.navmenu ul li:hover ul.megamenu li i {
	color: #007af0;
	margin-right: 5px;
}

.navmenu ul li:hover ul.megamenu li a:hover{
		color: #0d6efd;
  }


/* ======================================= */

.searchBar {
	max-width: 30%;
	position: relative;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	float: right;
	margin-top: -33px;
	z-index: -1;
	transition: .8s all;
}


.searchBar.showSearch {
	opacity: 1;
	visibility: visible;
	position: absolute;
	right: 26px;
	z-index: 999;

}

.searchIcon {
	text-align: center;
	position: relative;
	top: 10px;
	left: -17px;
}


.searchIcon i {
	font-size: 16px;
	color: #000D39;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #eee;
	text-align: center;
	border-radius: 50%;
}

.searchBar input[type="text"] {
	width: 100%;
	border: 2px solid #797878;
	height: 50px;
	font-size: 16px;
	outline: inherit;
	padding: 0 5px;
}

.searchBar input[type="submit"] {
	border: none;
	font-size: 16px;
	padding: 0 14px;
	background: transparent;
	color: #fff;
}

.searchBar button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #797878;
	border: none;
	font-size: 17px;
	padding: 0 10px;
}

.remove {
	position: absolute;
	right: -6px;
	top: -14px;
	width: 18px;
	height: 18px;
	background: #606060;
	text-align: center;
	font-size: 9px;
	border-radius: 50%;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
	border: 2px solid #606060;
}


.header-notification {
	position: relative;
	float: right;
	top: -21px;
}

.notification_icon{
	text-align: right;
}

.notification_icon i {
	font-size: 16px;
	color: #000D39;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #eee;
	text-align: center;
	border-radius: 50%;
}



.notification ul li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.notification ul li:last-child{
	border: transparent;
}

.notification ul li a {
	font-size: 17px;
	color: #000D39;
	transition: .5s all;
}

.notification ul li a:hover{
	color: #00ACEE;
}

.catTime {
	text-align: right;
	margin-top: 6px;
	font-size: 14px;
	color: #737373;
}


.notification {
	background: #fff;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 260px;
	z-index: 999;
	left: -125px;
	transition: .8s all;
	padding: 16px 8px 5px 7px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	box-shadow: 0 2px 2px #757474;
	border-radius: 0 0 5px 5px;
}
.header-notification:hover .notification {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}



/* ===================header area end=====================
===========================================================*/



/*======================================
		 section one star
======================================*/ 
.section_one {
	padding: 30px 0;
}

.section__cat_name {
	margin: 0px 0px 18px 0px;
	border-left: 13px solid #f9c802;
	padding-left: 10px;
	color: #534747;
	font-size: 25px;
	font-weight: 600;
}
.border_bottom {
	border: 1px solid #c7d2c6;
	margin-bottom: 19px;
	margin-top: -5px;
}
.section_one_title_one {
	font-size: 24px;
	margin-bottom: 15px;
}
.section_one_title_one a {
	color: #ac0707;
	font-size: 40px;
	line-height: 1.3;
}

.contant_details_sec_one {
	font-size: 21px;
	line-height: 31px;
	text-align: justify;
}
.section_one_image_one {
	position: relative;
	float: right;
	width: 52%;
	margin-left: 19px;
	margin-bottom: 10px;
}
.section_one_wrpp_one p {
	font-size: 18px;
	line-height: 25px;
}
.section_one_title_one a:hover {
	color: #b76060;
}
.photo-icon1 {
	position: absolute;
	top: 48%;
	left: 47%;
	height: 36px;
	width: 36px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 31px;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	padding-left: 1px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 9;
}

.photo-icon1 i {
	margin-top: 7px;
}
.photo-icon1:hover {
	background: #fff;
}


.live-item {
	margin-bottom: 20px;
}

.live_title {
	text-align: left;
	position: relative;
	padding-left: 13px;
	background: #012e48;
	margin-bottom: 3px;
	border-left: 5px solid #0a4466;
}

.live_title a {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	width: 100%;
}

.live_image {
	position: relative;
	border: 1px solid #ddd;
	padding: 3px;
	border-radius: 5px;
}

.live_image img {
	width: 100%;
	height: 145px;
	object-fit: cover;
}

.live-icon i {
	position: absolute;
	top: 49%;
	left: 49%;
	height: 50px;
	width: 50px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 46px;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	padding-left: 2px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	cursor: pointer;
}

.live_image:hover .live-icon i {
	background: #fff;
	color: #01284F;
}

.themesBazar {
	width: 14px;
	height: 14px;
	background: #f00;
	border-radius: 50%;
	text-align: center;
	-webkit-animation: animate 3s linear infinite;
	animation: animate 3s linear infinite;
    
}
.themesBazar {
	position: absolute;
	left: 8px;
	top: 33%;
	content: "";
}

@-webkit-keyframes animate{
    0%
    {

        -webkit-box-shadow: 0 0 0 0 #fff,  0 0 0 0 #fff;
                box-shadow: 0 0 0 0 #fff,  0 0 0 0 #fff;

    }
    
    40%
    {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 0 #fff;
              box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 0 #fff;
    }
    
    80%
    {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
                box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
    } 
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
                box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
    }
    
}


@keyframes animate{
    0%
    {

        -webkit-box-shadow: 0 0 0 0 #fff,  0 0 0 0 #fff;
                box-shadow: 0 0 0 0 #fff,  0 0 0 0 #fff;

    }
    
    40%
    {
      -webkit-box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 0 #fff;
              box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 0 #fff;
    }
    
    80%
    {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
                box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
    } 
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
                box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
    }
    
} 

/*======================================
		section one close
======================================*/ 


/*======================================
		section two start
======================================*/ 
.section_two {
	padding: 20px 0;
	margin-bottom: 15px;
}

.section_two_title_one {
	margin-bottom: 16px;
}
.section_two_image_one {
	position: relative;
	float: right;
	width: 62%;
	margin-left: 9px;
	margin-bottom: 10px;
}
.section_two_title_one a {
	font-size: 27px;
	color: #000;
}
.section_two_title_one a:hover {
	color: #cc6a6a;
}
.contant_details {
	text-align: justify;
}
.contant_details a {
	font-size: 21px;
}



/*======================================
		section two close
======================================*/ 


/*======================================
		section three start
======================================*/ 
.section_three {
	padding: 20px 0;
	margin-bottom: 15px;
}
.section_three_image_one {
	position: relative;
	float: right;
	width: 62%;
	margin-left: 9px;
	margin-bottom: 10px;
}

.section_three_image_one img {
	width: 100%;
	height: 165px;
	object-fit: cover;
}

.section_three_title_one {
	margin-bottom: 13px;
	font-size: 27px;
}
.section_three_title_one a {
	color: #000;
}
.section_three_title_one a:hover {
	color: #bf7373;
}
.contant_details-Sec_three {
	font-size: 18px;
	line-height: 22px;
	text-align: justify;
}
/*======================================
		section three close
======================================*/ 



/*======================================
		section four start
======================================*/ 
.section_four {
	background: #DDDDDD;
	padding: 20px 0;
}

.sec_border {
	
}

.section_four_wrpp_one_extra {}

.section_four_image_one_extra{
	position: relative;
}

.section_four_title_one_extra {
	padding-bottom: 10px; 
}

.section_four_title_one_extra a {
	font-size: 30px;
	line-height: 1.4;
	color: black;
}

.contant_details_Sec_four_extra {
	font-size: 20px;
	line-height: 1.4;
	margin: 10px 0px;
	text-align: justify;
}



.section_four_image_one_extra_right{
	position: relative;
}

.section_four_title_one_extra_right {
	padding-bottom: 10px; 
}

.section_four_title_one_extra_right a {
	font-size: 22px;
	line-height: 1.4;
	color: black;
}

.contant_details_Sec_four_extra_right {
	font-size: 18px;
	line-height: 1.5;
	margin: 10px 0px;
	text-align: justify;
}





.section_four_wrpp_one {
	background: #fff;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}
.section_four_image_one {
	position: relative;
	margin-bottom: 20px;
}
.section_four_title_one {
	margin-bottom: 20px;
	padding: 0px 17px 11px;
	font-size: 20px;
	line-height: 25px;
}
.section_four_title_one a {
	color: #000;
}
.section_four_title_one a:hover {
	color: #b98282;
}
/*======================================
		section four close
======================================*/ 



/*======================================
		section five start
======================================*/ 
.section_five {
	padding: 20px 0;
}
.section_five_wrpp_one {
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}
.section_five_image_one {
	position: relative;
	margin-bottom: 22px;
}

.section_five_title_one {
	margin-bottom: 17px;
	font-size: 23px;
	line-height: 28px;
	padding: 0px 17px 11px;
}
.section_five_title_one a {
	color: #000;
}
.section_five_title_one a:hover {
	color: #c88686;
}

.section_five_image_two {
	position: relative;
	margin-bottom: 10px;
}

.section_five_image_two {
	position: relative;
	margin-bottom: 10px;
	float: right;
	width: 66%;
	margin-left: 7px;
}
.section_five_image_two img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.section_five_wrpp_two {
	margin-bottom: 10px;
	overflow: hidden;
}

.section_five_title_two {
	margin-bottom: 13px;
	font-size: 28px;
}
.section_five_title_two a {
	color: #000;
}
.contant_details_sec_five {
	font-size: 20px;
	line-height: 1.4;
	text-align: justify;
}

.section_five_right {
	overflow: scroll;
	max-height: 650px;
	overflow-x: hidden;
	background-color: #fff;
	padding: 2px;
	margin-bottom: 5px;
}



.section_five_wrpp_two_right {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.section_five_image_two_right {
	position: relative;
	margin-bottom: 10px;
	float: left;
	width: 35%;
	margin-right: 7px;
}
.section_five_image_two_right img {
	width: 100%;
	height: 70px;
	object-fit: cover;
}

.section_five_title_two_right {
	margin-bottom: 13px;
	font-size: 22px;
}
.section_five_title_two_right a {
	color: #000;
}


/*======================================
		section five close
======================================*/ 



/*======================================
		section six start
======================================*/ 
.section_six {
	padding: 20px 0;
	background: #f0eeee;
}

.section_six_wrpp_one {
	position: relative;
}

.section_six_image_one img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.section_six_wrpp_one p {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}
.section_six_title_one {
	position: absolute;
	font-size: 25px;
	background: linear-gradient(180deg, rgba(125, 124, 124, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
	width: 100%;
	bottom: 0;
	padding: 10px;
}

.section_six_title_one a {
	color: #fff;
}
.contant_details_sec_six {
	font-size: 20px;
	line-height: 25px;
	text-align: justify;
	margin: 10px 0px;
}
.bullet_area {
	margin-bottom: 30px;
}
.bullet_area i {
	margin-right: 10px;
	color: #F7343C;
}
.bullet_area a {
	line-height: 1.5;
	color: #222B1C;
	font-size: 20px;
}
.border_top {
	border-top: 1px solid #ddd;
	margin: 10px 0px -4px 0px;
}
.bullet_area:last-child .border_top {
	border-top: none;
}	
.section_six_add_one {
	margin-bottom: 10px;
}

.section_six_title_two a {
	color: #000;
}
.section_six_title_two a:hover {
	color: #c47171;
}

.section_six_wrpp_two {
	position: relative;
}

.section_six_image_two img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.section_six_title_two {
	font-size: 22px;
	padding: 5px 0px;
}


/*======================================
		section six close
======================================*/ 



/*======================================
		section seven start
======================================*/ 
.section_seven {
	padding: 20px 0;
	margin-top: 15px;
}

.section_seven_image_one {
	position: relative;
}
.section_seven_title_one {
	font-size: 25px;
	margin: 10px 0px;
}
.section_seven_title_one a {
	color: #000;
}
.section_seven_wrpp_one p {
	font-size: 18px;
	line-height: 25px;
}
.section_seven_wrpp_two {
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}
.section_seven_image_two {
	position: relative;
}
.section_seven_title_two {
	font-size: 22px;
	margin-bottom: 10px;
	padding: 10px 10px;
}
.section_seven_title_two a {
	color: #000;
}
.section_seven_title_two a:hover {
	color: #b07373;
}

.contant_details_sec_seven {
	font-size: 20px;
	line-height: 25px;
	text-align: justify;
}


/*======================================
		section seven close
======================================*/ 



/*======================================
		section eight start
======================================*/ 
.section_Eight {
	padding: 20px 0;
	background: #f4f0f0;
}
.section_eight_image_one {
	position: relative;
	margin-bottom: 12px;
}
.section_eight_title_one {
	font-size: 20px;
	margin-bottom: 10px;
}
.section_eight_title_one a {
	color: #000;
}
.section_eight_title_one a:hover {
	color: #bb9191;
}
.section_eight_image_two {
	position: relative;
	margin-bottom: 18px;
}
.section_eight_title_two {
	font-size: 27px;
	text-align: center;
}
.section_eight_title_two a {
	color: #000;
}
.section_eight_title_two a:hover {
	color: #b38f8f;
}


/*======================================
		section eight close
======================================*/ 



/*======================================
		section nine start
======================================*/ 
.section-nine {
	padding: 20px 0;
}


.section_nine_image_one {
	position: relative;
	margin-bottom: 23px;
}

.bullet_area {
	margin-bottom: 26px;
}

.bullet_area a {
	font-size: 22px;
}
.bullet_area i {
	margin-right: 10px;
	color: #F7343C;
}

.bullet_area:last-child .border_top {
	border-top: none;
}

/*======================================
		section nine close
======================================*/ 


/*======================================
		section ten start
======================================*/ 
.section_ten {
	padding: 20px 0;
}
.section_ten_image_one {
	position: relative;
	margin-bottom: 13px;
}
.section_ten_title_one {
	font-size: 22px;
}
.section_ten_title_one a {
	color: #000;
}
.section_ten_title_one a:hover {
	color: #b08484;
}
.section_ten_wrpp_two {
	overflow: hidden;
	margin-bottom: 24px;
}
.section_ten_image_two {
	position: relative;
	float: left;
	width: 35%;
	margin-right: 18px;
}

.section_ten_image_two img {
	border-radius: 6px;
}

.section_ten_title_two {
	font-size: 20px;
	line-height: 26px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	overflow: hidden;
}
.section_ten_title_two a {
	color: #000;
}
.section_ten_title_two a:hover {
	color: #a47a7a;
}

/*======================================
		section ten close
======================================*/ 



/*======================================
		section eleven start
======================================*/ 

.section.Eleven {
	padding: 20px 0;
}

.sec_bg {
	background: #D9D9D9;
	padding: 20px;
}
.themesBazar_cat {
	border-bottom: 1px solid #1D6737;
	padding-bottom: 4px;
	margin-bottom: 17px;
	position: relative;
}

.themesBazar_cat strong::before {
	position: absolute;
	left: 0;
	bottom: 22px;
	content: "";
	width: 12px;
	height: 12px;
	background: #f00;
}
.themesBazar_cat strong a {
	font-size: 22px;
	color: #000;
	font-weight: normal;
	padding-left: 25px;
}
.themesBazar_cat a {
	color: #000000;
	padding: 0 10px 0 0;
	margin: 12px 0;
	display: inline-block;
	transition: .5s all;
	font-size: 20px;
}

.themesBazar_cat span {
	float: right;
}

.themesBazar_cat span a {
	font-size: 20px;
	color: #000;
	transition: .5s all;
}

.sec_image1 {
	width: 100%;
	/* height: 276px; */
	object-fit: cover;
	background: #F3EAE1;
	padding: 5px;
	border-radius: 4px;
}

.section_eleven_title-one {
	margin-top: 8px;
	text-align: center;
}

.section_eleven_title-one a{
	text-align: center;
	font-size: 20px;
	color: black;
	padding: 5px;
}

.section_eleven_content-one {
	text-align: center;
	font-size: 18px;
	margin-top: 6px;
}

.sec_bg2 {
	background: #35503E;
	padding: 20px 20px 15px 20px;
}

.themesBazar_cat2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
	margin-bottom: 17px;
	position: relative;
}

.themesBazar_cat2 strong a {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	padding-left: 25px;
}
.themesBazar_cat2 span::before {
	position: absolute;
	left: 0;
	bottom: 22px;
	content: "";
	width: 12px;
	height: 12px;
	background: #f00;
}
.themesBazar_cat2 a {
	color: #000000;
	padding: 0 10px 0 0;
	margin: 12px 0;
	display: inline-block;
	transition: .5s all;
	font-size: 20px;
}

.themesBazar_cat2 span {
	float: right;
}

.themesBazar_ca2 span a {
	font-size: 20px;
	color: #000;
	transition: .5s all;
}

.section_eleven_wrpp_one {
	border-bottom: 1px solid #779782;
	padding-bottom: 20px;
	margin-bottom: 6px;
	display: inline-block;
	width: 100%;
}
.section_eleven_image_one {
	float: left;
	width: 37%;
	position: relative;
	margin-right: 15px;
}

.section_eleven_title_two {
	font-size: 20px;
	margin-bottom: 10px;
}

.section_eleven_title_two a {
	color: #fff;
}

.section_eleven_image_one img {
	width: 100%;
	height: 85px;
	object-fit: cover;
	border-radius: 6px;
}
.name_data {
	font-size: 16x;
	color: #fff;
}

.fa-solid.fa-circle-arrow-right {
	color: red;
}
/*======================================
		section eleven close
======================================*/ 


/*======================================
	Add Sectoin css Start
======================================*/
/* .add_image {
	margin: 20px 0;
} */


.add_image img {
	width: 100%;
	height: auto;
}
.add_image{
	margin-top: 5px;
	margin-bottom: 5px;
}

.single_add_image {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

.single_add_image img {
	width: 52%;
	height: auto;
}
/*======================================
	Add Sectoin css End
======================================*/


/*======================================
		section twelve start
======================================*/ 

.section_twelve {
	background: #F8F3EF;
	padding: 20px 0;
	margin: 10px 0;
}



.section_twelve_wrpp_one {
	position: relative;
}
.section_twelve_image_one img {
	width: 100%;
	height: 440px;
	object-fit: cover;
}

.section_twelve_title_two {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 16px 18px;
	background: linear-gradient(180deg, rgba(125, 124, 124, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
	width: 100%;
}

.section_twelve_title_two a {
	font-size: 24px;
	color: #fff;
	transition: .5s all;
}
/*======================================
		section twelve close
======================================*/ 



/*======================================
		section thirteen start
======================================*/ 

.section_thirteen {
	margin: 10px 0;
}

/*======================================
		section thirteen close
======================================*/ 


/*======================================
		section fourteen start
======================================*/ 

.sec_fourteen_bg1 {
	background: #FFEDED;
	padding: 20px 20px 0px 20px;
}
.section_fourteen_image_one {
	position: relative;
}
.section_fourteen_image_one img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 6px;
}

.section_fourteem_title_one {
	margin: 12px 0;
}

.section_fourteem_title_one a {
	font-size: 23px;
	color: #000;
	transition: .5s all;
}

.section_fourteem_title_one a:hover {
	color: #b58282;
}

.sec_fourteen_content {
	border-left: 1px solid #afa5a5;
	padding-left: 17px;
}

.section_fourteen_wrpp_two {
	border-bottom: 1px solid #afa5a5;
	padding-bottom: 0px;
	margin-bottom: 14px;
	overflow: hidden;
}
.section_fourteen_image_two {
	float: left;
	width: 33%;
	position: relative;
	margin-right: 8px;
}

.section_fourteen_image_two img {
	width: 100%;
	height: 83px;
	object-fit: cover;
	border-radius: 6px;
}
.section_fourteem_title_two a {
	font-size: 21px;
	color: #000;
	transition: .5s all;
}

.section_fourteem_title_two a:hover {
	color: #af7a7a;
}

.cat_date2 {
	font-size: 16px;
	color: #1E1E1E;
	margin-top: 9px;
}

.sec_fourteen_bg2 {
	background: #6F1818;
	padding: 20px 20px 16px 20px;
}
.sec_fourteen_headding2 strong a {
	color: #fff;
}
.sec_fourteen_headding2 span a {
	color: #fff;
}
.sec_fourteen_bg2 .themesBazar_cat {
	border-bottom: 1px solid #FFFFFF;
}
.section_fourteen_wrpp_three {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.section_fourteen_image_three {
	float: left;
	width: 33%;
	position: relative;
	margin-right: 8px;
}

.section_fourteen_image_three img {
	width: 100%;
	height: 83px;
	object-fit: cover;
	border-radius: 6px;
}

.section_fourteem_title_three a {
	font-size: 21px;
	color: #fff;
}

.section_fourteem_title_three a:hover {
	color: #b37d7d;
}

.cat_date4 {
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
	
}

.themesbazar_1.themesbazar_m1:last-child .section_fourteen_wrpp_three {
	border-bottom: none;
}
/*======================================
		section fourteen close
======================================*/ 







/*======================================
		section fifteen start
======================================*/ 

.section_fifteen {
	padding: 20px 0;
}

.section_fifteen_wrpp_one {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.section_fifteen_image_one {
	float: left;
	width: 37%;
	position: relative;
	margin-right: 15px;
}

.section_fifteen_image_one img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	border-radius: 6px;
}
.secttion_content {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding-bottom: 30px;
}

.section_fifteen_title_three {
	margin-bottom: 5px;
}

.section_fifteen_title_three a {
	font-size: 22px;
	color: #000;
	transition: .5s all;
}

.pub_image img {
	width: 100%;
	height: 435px;
	object-fit: cover;
}

/*======================================
		section fifteen close
======================================*/ 





/*****=================================
    home_video_gallery  Start   
==================================*****/
.home_video_gallery {
	background: #222;
	margin: 20px 0;
}


.drak-bg {
	background: #000;
	padding: 20px;
	position: relative;
	height: 100%;
}

.themesBazar_darkCat {
	background-color: transparent;
	padding-left: 10px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}


.themesBazar_darkCat a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	padding: 3px 15px 0 0;
	display: inline-block;
}

.themesBazar_darkCat .themesBazar2::before {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 13px solid #222;
	bottom: 5px;
	display: inline-block;
	vertical-align: bottom;
}

.dark_image {
	position: relative;
	max-width: 100%;
}

.dark_image img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.dark_title {
	line-height: 22px;
	padding: 14px 0 0;
}

.dark_title a {
	font-size: 20px;
	color: #fff;
	transition: .5s all;
}


.darkPadding {
	padding: 20px 0;
}

#pills-tab.darkTav {
	margin-bottom: 10px;
}

#pills-tab.darkTav li > button {
	padding: 8px 20px;
	color: #fff;
	font-size: 20px;
}

#pills-tab.darkTav li {
	background: #4b4b4b;
	margin-right: 4px;
}

#pills-tab.darkTav .nav-link.active {
	color: #fff;
	background-color: #b30f0f;
	border-radius: 0;
}

.darkNews-wrpp {
	border: 1px solid #ddd;
	background: #fff;
	padding-bottom: 10px;
}

.dark_image2 {
	position: relative;
	max-width: 100%;
}
.dark_image2 img {
	width: 100%;
	height: 135px;
	object-fit: cover;
}

.dark_title2 {
	padding: 5px 10px 8px;
	line-height: 21px;
}

.dark_title2 a {
	font-size: 19px;
	color: #000;
	transition: .5s all;
}

.dark_title2 a:hover {
	color: #0a4466;
}

.dark-btn {
	text-align: right;
	padding-top: 25px;
}

.dark-btn a::after {
	bottom: 0;
	content: "";
	position: absolute;
	left: -39px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 37px 40px;
	border-color: transparent transparent #b30f0f transparent !important;
}

.dark-btn a {
	background: #b30f0f;
	display: inline-block;
	padding: 8px 23px;
	font-size: 17px;
	color: #fff;
	position: relative;
}

.dark-btn i {
	padding-left: 9px;
}
.darkNews-active button.owl-prev {
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 8%;
	top: 27%;
	z-index: 999;
	width: 40px;
	height: 40px;
	color: #ffff;
	font-size: 25px !important;
	line-height: 0;
	transition: .6s all;
	outline: inherit;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 5px #333;
}

.darkNews-active:hover button.owl-prev {
	left: -8px;
	opacity: 1;
	visibility: visible;
}

.darkNews-active button.owl-prev:hover {
	color: #ff0;
}

.darkNews-active button.owl-next {
	background: rgba(0,0,0,0.5);
	position: absolute;
	right: 8%;
	top: 27%;
	z-index: 999;
	width: 40px;
	height: 40px;
	padding-right: 0;
	color: #ffff;
	font-size: 25px !important;
	line-height: 0;
	transition: .4s all;
	outline: inherit;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}

.darkNews-active:hover button.owl-next {
	right: -8px;
	opacity: 1;
	visibility: visible;
}

.darkNews-active button.owl-next:hover {
	color: #ff0;
}

.darkNews-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -32px;
	content: "";
	z-index: 1;
}

.darkNews-active .owl-dots button {
	margin: 0 2px;
	padding: 3px !important;
	transition: .8s all;
	background: #808080;
	outline: inherit;
}

.darkNews-active .owl-dots button.active {
	background: #B30F0F !important;
	padding: 10px 3px 3px 3px !important;
}

.dark_icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 47px;
	width: 47px;
	background: rgba(0,0,0,.14);
	-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: 26px;
	padding-left: 5px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px grey;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}

.dark_image:hover .dark_icon i {
	background: #fff;
	color: #01192F;
}

.dark_icon2 i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 50%;
	font-size: 25px;
	padding-left: 2px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px grey;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}
.dark_image2:hover .dark_icon2 i {
	background: #fff;
	color: #01192F;
}


.themesBazar3 {
	position: absolute;
	left: 12px;
	top: 31px;
	content: "";
}

.themesBazar3 {
	width: 10px;
	height: 10px;
	background: #f00;
	border-radius: 50%;
	text-align: center;
	-webkit-animation: animate 3s linear infinite;
	animation: animate 3s linear infinite;
}


@-webkit-keyframes animate{
    0%
    {

        -webkit-box-shadow: 0 0 0 0 #f00,  0 0 0 0 #f00;
                box-shadow: 0 0 0 0 #f00,  0 0 0 0 #f00;

    }
    
    40%
    {
      -webkit-box-shadow: 0 0 0 15px rgba(255, 109,74,0), 0 0 0 0 #f00;
              box-shadow: 0 0 0 15px rgba(255, 109,74,0), 0 0 0 0 #f00;
    }
    
    80%
    {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
                box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
    } 
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
                box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
    }
    
}


@keyframes animate{
    0%
    {

        -webkit-box-shadow: 0 0 0 0 #f00,  0 0 0 0 #f00;
                box-shadow: 0 0 0 0 #f00,  0 0 0 0 #f00;

    }
    
    40%
    {
      -webkit-box-shadow: 0 0 0 15px rgba(255, 109,74,0), 0 0 0 0 #f00;
              box-shadow: 0 0 0 15px rgba(255, 109,74,0), 0 0 0 0 #f00;
    }
    
    80%
    {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
                box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
    } 
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
                box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
    }
    
} 


/*****=================================
    home_video_gallery  End   
==================================*****/




/*======================================
		Photo Gallery Start
======================================*/ 
.photo_gallery_wrpp_one {
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 6px;
}
.photo_gallery_image_one {
	position: relative;
	float: left;
	width: 30%;
	margin-right: 14px;
}
.themesBazar_cat a {
	color: #000000;
	padding: 0 10px 0 0;
	margin: 12px 0;
	display: inline-block;
	transition: .5s all;
	font-size: 20px;
}
.photo-icon_one i {
	position: absolute;
	top: 48%;
	left: 47%;
	height: 36px;
	width: 36px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 31px;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	padding-left: 1px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 9;
}
.photo_gallery_title {
	line-height: 1.4;
	font-size: 18px;
}
.photo_gallery_title a {
	color: #3C3B3B;
	font-size: 20px;
}
.more_news {
	text-align: right;
	padding: 6px;
	margin-bottom: 15px;
}
.more_news a {
	color: #3C3B3B;
}
/* photogallery css*/

.photogllary_wrpp {
	position: relative;
}
.photogllary_title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	padding: 15px;
	color: #ffffff;
	font-size: 20px;
	display: inline-block;
	text-align: center;
}
.photo_themesbazar_active button.owl-prev {
	background: rgba(0, 0, 0, 0.7) !important;
	position: absolute;
	left: 8%;
	top: 50%;
	z-index: 999;
	width: 35px;
	height: 35px;
	color: #ffff;
	font-size: 20px !important;
	line-height: 0;
	transition: .6s all;
	outline: inherit;
	opacity: 1;
	/* visibility: hidden; */
	visibility: visible;

}
.photo_themesbazar_active:hover button.owl-prev {
	/* left: 0; */
	opacity: 1;
	visibility: visible;
}
.photo_themesbazar_active button.owl-prev:hover {
	color: #ff0;
}
.photo_themesbazar_active button.owl-next {
	background: rgba(0, 0, 0, 0.7) !important;
	position: absolute;
	right: 8%;
	top: 50%;
	z-index: 999;
	width: 35px;
	height: 35px;
	color: #ffff;
	font-size: 20px !important;
	line-height: 0;
	transition: .6s all;
	outline: inherit;
	opacity: 1;
	/* visibility: hidden; */
	visibility: visible;

}
.photo_themesbazar_active:hover button.owl-next {
	/*  right: 0; */
	opacity: 1;
	visibility: visible;
}
.photo_themesbazar_active button.owl-next:hover {
	color: #ff0;
}
.photo_themesbazar_active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	content: "";
	z-index: 1;
}
.photo_themesbazar_active .owl-dots button {
    margin: 0 2px;
    padding: 3px !important;
    transition: .8s all;
    background: #01284f !important;
    outline: inherit;
}
.photo_themesbazar_active .owl-dots button.active {
    background: #8E0021 !important;
    padding: 10px 3px 3px 3px !important;
}


/*======================================
		Photo Gallery Close
======================================*/



/*======================================
		Footer section star
======================================*/ 
.footer_section {
	background: #cbdbe8;
	margin-bottom: 20px;
	padding: 25px 0;
}

.footer_logo {
	text-align: right;
}
.footer_logo img {
	/* width: 100%; */
	/* height: 144px; */
	object-fit: cover;
	width: 73%;
	padding-bottom: 6px;
	margin-right: 14px;
}

.footer_headding {
	border-right: 2px solid #007AF0;
	text-align: center;
}
.footer_headding h4 a {
	color: #000;
}
.footer_headding h4 {
	margin-bottom: 11px;
	padding: 0 10px;
	font-size: 18px;
}
.footer-social_area {
	margin-top: 20px;
	margin-bottom: 10px;
}
.footer-social_area ul {
	text-align: center;
}
.footer-social_area ul li {
	display: inline-block;
	margin-right: 3px;
	
	margin-top: 5px;
}
.facebook_f {
	background: #0355af;
	color: #fff;
	padding: 7px 13px;
	border-radius: 11px;
	transition: .8s;
	font-size: 15px;
}
.facebook_f a {
	color: #fff;
}
.facebook_f:hover {
	background: #4188D7;
}
.twitter_t {
	background-color: #00ACEE;
	color: #fff;
	padding: 7px 10px;
	border-radius: 10px;
	transition: .8s;
	font-size: 15px;
}
.twitter_t a {
	color: #fff;
}
.twitter_t:hover {
	background: #018CC1;
}
.linkedin_in {
	background-color: #3B59AF;
	color: #fff;
	padding: 7px 11px;
	border-radius: 10PX;
	transition: .8s;
	font-size: 15px;
}
.linkedin_in a {
	color: #fff;
}
.linkedin_in:hover {
	background: #5B7BD9;
}
.youtube_y {
	background-color: #d80202;
	color: #fff;
	padding: 7px 11px;
	border-radius: 10px;
	transition: .8s;
	font-size: 15px;
}
.youtube_y a {
	color: #fff;
}
.youtube_y:hover {
	background: #FF0000;
}
.instagram_i {
	background-color: #E9667F;
	color: #fff;
	padding: 7px 10px;
	border-radius: 10px;
	transition: .8s;
	font-size: 15px;
}
.instagram_i a{
	color: #fff;
}
.instagram_i:hover {
	background: #E22B4E;
}
.whatsapp_w {
	background-color: #57e853;
	color: #fff;
	padding: 7px 11px;
	border-radius: 10px;
	transition: .8s;
	font-size: 15px;
}
.whatsapp_w a {
	color: #fff;
}
.whatsapp_w:hover {
	background: #5fa25d;
}
.footer-content-left {
	margin-top: 13px;
	font-size: 18px;
	text-align: right;
	color: #000;
	padding-right: 5px;
}
.footer-content-right {
	font-size: 18px;
	text-align: left;
	color: #000;
	border-left: 2px solid #000;
	padding-left: 38px;
	margin-top: 13px;
}
.copy_right_area {
	padding: 10px 0;
	border-top: 1px solid #007af0;
	margin-top: 25px;
}
.root_01 {
	color: #000;
	font-size: 18px;
	padding-left: 10px;
}
.root_02 {
	text-align: right;
	font-size: 18px;
	color: #000;
	padding-right: 10px;
}
/*======================================
		Footer section Close
======================================*/ 



/*======================================
	Footer area2 css-Start
======================================*/
.footer-area2 {
	background: #212121;
	padding: 40px 0 20px;
}

.footer2-menu {
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	padding-bottom: 22px;
}


.footer2-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer2-menu ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 6px;
}

.footer2-menu ul > li > a {
	display: inline-block;
	color: #ddd;
	border: 1px solid#333;
	padding: 6px 15px;
	font-size: 16px;
	transition: .8s all;
}

.footer2-menu ul > li > a:hover {
	border-color: #2a4259;
}


.footer2-logo img {
	width: 100%;
	height: auto;
}

.footer2-title {
	color: #fff;
	font-size: 18px;
	padding-bottom: 11px;
	text-align: center;
	margin-top: 36px;
}


.footer2-title i {
	color: #ff9800;
	margin-right: 10px;
	font-size: 20px;
}

.editorial_content2 {
	border-top: 1px solid #333;
	padding-top: 15px;
}

.footer-contentLeft2 {
	color: #fff;
	text-align: right;
	font-size: 16px;
}


.footer-contentRight2 {
	color: #fff;
	text-align: left;
	font-size: 16px;
}

.footer2-menu2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer2-menu2 ul li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 7px;
}

.footer2-menu2 ul > li > a {
	display: inline-block;
	color: #ddd;
	border: 1px solid#333;
	padding: 6px 15px;
	font-size: 16px;
	transition: .8s all;
}

.footer2-menu2 ul > li > a:hover {
	border-color: #2a4259;
}

.copy_right_section2 {
	border-top: 1px solid #333232;
	margin-top: 36px;
	padding-top: 25px;
	margin-bottom: 43px;
}

.copy-right2 {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}

.design-developed2 {
	text-align: right;
	color: #fff;
	font-size: 16px;
}
.design-developed2 a {
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
}


  

/*======================================
Footer area2 css-End
======================================*/



