*(margin:0;padding:0;)
body{
	font-family:Sans-Serif, Arial; !important; 
	transition:all 0.5s case;-webkit-transition:all 0.5s case;
	-webkit-transition:all 0.3s case;
	transition:all 0.3s case;
}
img{width:100%;height:auto;}
a{text-decoration:none;}
a:visited{color:inlineblue;}
a:hover{text-decoration:underline;}
h1, h2, h3, h4, h5, h6{margin:10px;font-weight:normal;}
p{line-height:150%;margin:1.5cm;}

.floatleft{float:left;}
.floatright{float:right;}
.aligncenter{display:block;margin:0 auto;}

.container-ful{width:100%;height:auto;display:block;}
.container{width:1080px;margin:0 auto;display:block;position:relative;}
.fix{overflow:hidden;}

/*top buttton*/
#myBtn {display: none;position: fixed;bottom: 20px;right: 30px;z-index: 99;font-size: 18px;border: none;outline: none;background-color: red;color: white;cursor: pointer;padding: 15px;border-radius: 4px;}
#myBtn:hover {background-color: #555;}
/*------------*/

#social-share{width:50%;float:left;margin: 10px 0 0 10px;display: flex;}
.social-share span a img {width: 40px;height: auto;border: 3px solid transparent;border-radius: 50%;}
.social-share span a:hover img{border:3px solid #ee802f;}
/*-----------------------------------------------------*/

.fa-events-icons-ready {
    background: #282828;
}
/*top header*/
.topheader{
	height:55px;
	border-top:5px solid #40aed7;
	background:#fff;
}

/*top header*/
/*header*/
.header-bg{
	background:#fff;
}
.header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding: 25px 0;
}
.logo {
    margin: 5px 0 0 5px;
}
.logo h2 {
    font-size: 25px;
    line-height: 40px;
	margin: 0 0 0 5px;
}
.logo h2 a{
	color:#4a4a4a;
}
.logo p {
    line-height: 0px;
	margin: 5px 0px 0 5px;
    color: #4a4a4a;
}
.header-nav {
    color: #4a4a4a;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.header-nav ul{
	display:block;
	}
.header-nav ul li {
    float: left;
    position: relative;
    list-style-type: none;
	padding: 5px 10px 5px 10px;
}
.header-nav ul li a:hover {
    color: #a3a3a3;
}
.header-nav ul li a {
    color: #939393;
	text-decoration: none;
}
.header-nav ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-nav ul li:hover ul {
    display: block;
}
.header-nav ul li:hover ul {
    float: none;
    left: 0;
}
.header-nav ul li ul {
    position: absolute;
    display: none;
	z-index:999;
    top: 100%;
    left: 0;
}
.header-nav ul li ul li {
    margin: 0;
    width: 100%;
    border-radius: 5px;
	background: #ccc;
	border-bottom: 1px solid #fff;
    top: 35px;
}
.header-nav ul li ul a:hover{
	color:#3bafbe;
}
/* Adding the dropdown icon */
.header-nav ul li:has(ul)::after {
    content: "▼"; /* Unicode for a down arrow */
    font-size: 12px;
    margin-left: 5px;
    color: #333;
}
/**/

/*search-box start*/
.search-box {
    float: right;
    width: 30%;
}
input.search-txt {
    height: 25px;
    border-radius: 15px;
    float: right;
    background: #ddd;
    width: 200px;
    margin: 11px 7px 0 -2px;
}
.search_btn {
    height: 40px;
    width: 40px;
    margin-top: 10px;
    float: right;
    margin-right: -170px;
}
.fa-search-plus {
    background: #000;
    border-radius: 50%;
    color: #fff;
    height: 20px;
    width: 20px;
    margin: 5px 0px 0px 47px;
	padding: 2px 0px 0px 3px;
}
/*search-box end*/
/*start of top content*/
.topcontent {
    overflow: hidden;
    background: #fff;
    padding-bottom: 40px;
	padding-top:40px;
    border-bottom: 1px solid #ddd;
}
.topcopost img {
    width: 40%;
    margin: 25px 0 0 25px;
	float:left;
}
.topcp {
    width: 53%;
    float: right;
    margin: 0 0 0 5px;
}
.topcp h2 {
    margin: 20px 0 0 0;
}
.topcp p {
    margin: 15px 15px 0 0;
    text-align: justify;
}
.topcp h3,.post-img h3 {
    font-size: 18px;
    margin: 10px 0 0 0;
    background: #3bafbe;
    width: 120px;
    border-radius: 5px;
}
.topcp h3 a,.post-img h3 a {
	color:#fff;
	text-decoration:none;
    margin: 0 0 0 10px;
}
.topcp h3:hover,.post-img h3:hover {
	color:#000;
	background:green;
}
/*end of top content*/
/*content*/
.content{
    background: #fff;
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.letest-post {
    width: 31%;
    float: left;
    margin: 0 5px 0 20px;
}
.post-img img {
    width: 96%;
    height: 215px;
    border: 5px solid #ddd;
    margin: 5px 0 0 -2px;
}
.author {
    background: #fff;
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.content h1{
    text-align: center;
    margin: 20px 0 15px 0;
    font-size: 35px;
}
.author h2 {
    text-align: center;
    margin: 10px 15px 5px 15px;
    font-size: 23px;
    padding-bottom: 10px;
}
.upfc {
    width: 23%;
    float: left;
    margin: 0 5px 0 15px;
}
.mot {
    width: 31%;
    float: left;
    margin: 20px 9px 20px 13px;
}
.mot:hover {
    background: #ccc;
}
.post-img,.upfcc{
    width: 98%;
}
.mot img {
    width: 80px;
    height: 80px;
    border: 5px solid #ddd;
    margin: 5px 0 0 3px;
    float: left;
}
.post-img h2 {
    font-size: 24px;
    line-height: 35px;
}
.post-img p,.upfcc p{
    line-height: 20px;
    margin: 5px 13px 0 0;
	text-align:justify;
}
.mot-img p{
    line-height: 20px;
    margin: 5px 13px 0 0;
    text-align: justify;
    font-size: 15px;
}
.mot-img{
    width: 69%;
    float: right;
    margin: 9px 0 0 0;
}
.mot-img h4 {
    line-height: 5px;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: bold;
}
.mot-img h3,.upfcc h3 {
    font-size: 15px;
    line-height: 36px;
    margin: 0 0 0 11px;
}
.mot-img h3 a,.upfcc h3 a{
	color:#40aed7;
}
.mot-img h3 a:hover,.upfcc h3 a:hover{
	color:red;
}
.upfcc ul{
	display:block;
}
.upfcc ul li{
	border-bottom:1px solid #ddd;
	list-style-type:none;
	margin: 5px 0 5px 0;
}
.upfcc ul li a{
	text-decoration:none;
	color:#40aed7;
}
.upfcc ul li a:hover{
	color:#fff;
}
.upfcc h4 {
    font-size: 19px;
    line-height: 29px;
    color: #ccc;
}
.upfcc h5 {
    margin: 0 0 0 5px;
}
.upfc h3 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
span{
	color:#40aed7;
	font-size:15px;
}
/*email  box*/
#message, #email, #subject, #full-name {
    width: 100%;
    height: 30px;
    color: #fff;
    background: #222222;
    border: none;
    margin: 0px 0 5px 0;
}
#submit {
    width: 50%;
    height: 25px;
    border-radius: 5px;
	background:#40aed7;
}
#submit:hover{
	color:#fff;
	background:#737373;
}
/**/
/*footer*/
.footer-bg{
	background:#303030;
}
.footer {
    background: #303030;
    padding: 35px 0 6px 0;
}
.footer p{
	color:#a7a4a4;
}
.footer p a {
    color: #ddd;
}
.upper-footer {
	background:#303030;
	padding-bottom:15px;
    overflow: hidden;
}
.cradidt-footer {
	background:#2b2b2b;
    height: 45px;
	overflow:hidden;
	box-shadow: 0 5px 0px 0px #fff;
}

.cradit-left {
    float: left;
    width: 50%;
}
.cradit-right {
    width: 50%;
    float: right;
}
.cradit-left p, .cradit-right p {
    line-height: 50px;
    margin: 0px 15px 0px 15px;
}
.fl_right {
    float: right;
}
.fl_right a:hover,.fl_left a:hover{
	color:red;
}





