@import url('https://fonts.maateen.me/solaiman-lipi/font.css');



/* --------------------------------

Primary style

-------------------------------- */
p{
    font-family: 'SolaimanLipi', Arial, sans-serif !important;

}
a{
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
    color: #000;
    text-decoration: none;

}
h1,h2,h3,h4,h5,h6{
     font-family: 'SolaimanLipi', Arial, sans-serif !important;
}
*,
*::after,
*::before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: sans-serif;
    color: #2e3233;
    background-color: #ffffff;
}

@media only screen and (max-width: 1169px) {
    body.nav-on-left.overflow-hidden {
        overflow: hidden;
    }
}



img {
    /* make images responsive */
    max-width: 100%;
}

input {
    font-family: sans-serif;
    font-size: 1.6rem;
}

input[type="search"]::-ms-clear {
    /* removes close icon - IE */
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


/* --------------------------------

Main components

-------------------------------- */

.cd-main-content,
.cd-main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.cd-main-content,
.cd-main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

@media only screen and (max-width: 1169px) {
    .cd-main-content.nav-is-visible,
    .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }
    .nav-on-left .cd-main-content.nav-is-visible,
    .nav-on-left .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }
}

.cd-main-content {
    background: #e2e3df;
    min-height: 33vh;
    z-index: 2;
      padding: 20px;
}

.cd-main-header {
    height: 50px;
    background: #ffffff;
    z-index: 3;
    position: fixed;
    width: 100%;
    box-shadow: 0 8px 6px -6px black;
}



/*
#####################
-----------part One--------------
#####################
*/

.newsBlog_one{
    background: #FFFFFF;
  padding: 20px;


}

.top-date63477 ul li{
    display: inline-block;
   padding-left: 10px;
}
.top-date63477 ul li a{
    text-decoration: none;
    font-size: 13px;
    color: #666674;
    cursor: copy;
}
li.location848 i{
margin-right: 10px;
}
.intro_post3993-img img{
    height: 250px;
    width: 450px;
    position: absolute;
}
.intro_post3993-overlay a{
    text-decoration: none;
}
.intro_post3993-overlay h1{
    position: relative;
   padding-top: 200px;
    padding-left: 10px;
  color: white;
    font-size: 25px;
}
.intro_post3993-overlay h1:hover{

    color: #EF3F23;
}
.intro_middle-post398-img img{
    height: 150px;
    width: 250px;
     position: absolute;
}
.intro_middle-post398-img img:hover{
    height: 150px;
    width: 250px;
     position: absolute;
    opacity: .7;
}
.intro_middle-post398-overlay a{
    text-decoration: none;
}
.intro_middle-post398-overlay h1{
    position: relative;
   padding-top: 110px;
    padding-left: 10px;
    color: #EF3F23;
    font-weight: bold;
}
.intro_middle-post398-overlay h1:hover{

    color: #EF3F23;
}
.intro-ads-side8219 img{
    height: 250px;
    width: 100%;
}

.home-post-volume72378{
margin-top: 20px;
    background-color: #F9F9F9;
    padding-bottom: 20px;
    height: 400px;
    width: 100%;

}
.home-post-volume72378 img{
   height: 130px;
    width: 262px;
    background-size: cover;
}
.home-post-volume72378 img:hover{
   height: 130px;
    width: 262px;
    background-size: cover;
    opacity: .8;
}
.home-post-details a{
    text-decoration: none;
}
.home-post-details{
    padding: 20px;
}
.home-post-details h2{
    font-size: 18px;
    color: #000;
    height: 60px;
    line-height: 1.5em;
}
.home-post-details h2:hover{
    font-size: 18px;
    color: #3391E8;
}
.home-post-details p{
    font-size: 15px;
    color: #505050;
    margin-top: 10px;
    height: 120px;
    line-height: 1.5em;

}
.home-post-details h6{
    font-size: 14px;
    margin-top: 35px;
    border-left: 3px solid #D84315;
    color: #8A8A8A;
    padding-left: 5px;
    height: 10px;


}
.home-readmore8329{
    padding: 12px 90px;
    margin-top: 20px;
   margin-left: 40%;
    background-color: #757575;
    border: none;
    color: #000;
    border-radius: 5px;
}
.home-readmore8329:hover{
    padding: 12px 90px;
    margin-top: 20px;
   margin-left: 40%;
    background-color: #757575;
    border: none;
    color: #000;
    border-radius: 5px;
    text-decoration: underline;
}

/*
#####################
-----------part One END--------------
#####################
*/

/*
#####################
-----------part two start--------------
#####################
*/

.ads-parst7382{
    margin-bottom: 20px;
}
/*
#####################
-----------part two END--------------
#####################
*/

/*
#####################
-----------part Three Start--------------
#####################
*/

.picture_part28930{
    padding: 20px;
    background-color: #F0F0ED;
}
.picture-part-hedaing h3{
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 3px solid #D84315;
  padding-left: 10px;
    color: #4A4A4A;
}

.single-image-gallery829{
    margin-top: 20px;
}
#myCarousel .carousel-caption {
	left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.6);
	text-shadow:none;
}
#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
}
#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
    height: 54px;
    line-height: 1.5em;
    padding: 5px;

}

#myCarousel .list-group .active {
	background-color:#F6F6F6;
    color: #200000;
    border: none;
}
@media (min-width: 992px) {
	#myCarousel {padding-right:33.3333%;}
	#myCarousel .carousel-controls {display:none;}
}
@media (max-width: 991px) {
	.carousel-caption p,
	#myCarousel .list-group {display:none;}
}
.picture-captio8238{
    line-height: 1.5em;
}
/*-----tabs css*/

		.newstab748{
			width: 420px;
			margin-left: -20px;
            border-top: 5px solid #424242;

		}



		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
            margin-left: -15px;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #fff;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #fff;
			padding: 15px;
            width: 420px;
            margin-left: -15px;
            height: 225px;
		}

		.tab-content.current{
			display: inherit;
		}

.comment9238 i{
    float: right;
}
.tab-content p{
    width: 402px;
    color: #000;
}
.tab-content p:hover{
    width: 402px;
    color: #5E93E6;
}
.tab-content a{
text-decoration: none;
}

.picture-captio8238 a{
    text-decoration: none;
}
.picture-captio8238 h4{
    color: #000;
}
.picture-captio8238 h4:hover{
    color: #3F89E5;
}
.list-group-item h4{
    color: #000;

}
.list-group-item h4:hover{
    color: #1E88E5;

}
/*
#####################
-----------part THree END--------------
#####################
*/


/*
#####################
-----------part FOUR Start--------------
#####################
*/


.single-image-album28273{
    padding: 20px;
    background-color: #F0F0ED;
}
.single-cinten-detail24{
    background-color: #FFFFFF;
    height: 200px;
    width: 170px;
    margin-left: -10px;


}
.single-cinten-detail24 img{
    height: 100px;
    width: 171px;
    background-size: cover;
}
.single-cinten-detail24 img:hover{
    height: 100px;
    width: 171px;
    background-size: cover;
    opacity: .8;
}
.singla-image-info290{
     line-height: 1.5em;

}
.singla-image-info290 a{
  text-decoration: none;
}
.singla-image-info290 h6{
    font-size: 14px;
    margin-top: 10px;
    border-left: 1px solid #D84315;
    color: #8A8A8A;
    padding-left: 5px;
    height: 18px;
}
/*
#####################
-----------part FOUR END--------------
#####################
*/

/*
#####################
-----------part Five Start--------------
#####################
*/

.picturedemo2939{
    padding: 20px;
    background-color: #F0F0ED;
}
.carousel-control {

}
.acrouesel-inner29{
  margin-left: -10px;

}
.item2{
width: 25%;
    padding-right: 5px;
    margin-top: 5px;
    line-height: 1.5em;

}
.item2 a{

    text-decoration: none;

}
.item2 p{

    margin-top: 10px;

}
.item2 img{
    height: 150px;
    width: 350px;
}
.item2 img:hover{
    height: 150px;
    width: 350px;
    opacity: .8;
}
#myCarousel843u89{


}
.ads-part727829{
    height: 300px;
    width: 400px;
}
.singla-image-info290 p{
    margin-top: 10px;
}
.singla-image-info290{
    padding: 5px;

}
/*
#####################
-----------part FIVE END--------------
#####################
*/
/*
#####################
-----------part SIX Start--------------
#####################
*/
.sports-part712{
    padding: 30px;
    background-color: #ffffff;
}
.sports-info103 {
    line-height: 1.5em;
}
.sports-info103 p{
    margin-top: 10px;

}
.sports-info103-right i{
  color: darkred;
}
.sports-img-overlay78{
    position: relative;
    padding-top: 220px;
    padding-left: 10px;
    font-size: 25px;

}
.sports-info103 a{
    text-decoration: none;
}
.sports-info103 h2{
 font-size: 20px;
}
.sports-info103-right img{
    height: 250px;
    width: 350px;
     position: absolute;
}
.sports-info103-right img:hover{
    height: 250px;
    width: 350px;
     position: absolute;
    opacity: .8;
}
/*
#####################
-----------part SEVEN Start--------------
#####################
*/
.sports-content39{
    padding: 20px;
    background-color: #ffffff;
}
.sports-info103 h6{
    margin-top: 60px;
}
.sports-img920 img
{
    height: 150px;
    width: 265px;
}
.sports-img920 img:hover{
    height: 150px;
    width: 265px;
    opacity: .8;
}
.columdetails78{
    padding: 10px;
    line-height: 1.5em;
    height: 150px;

}
.columdetails78 a{
    text-decoration: none;
}
.columdetails78 p{
    font-size: 15px;
    color: #5A5D5A;
}
/*
#####################
-----------part EIGHT Start--------------
#####################
*/
.pepole-comment-part728{
    padding: 20px;
    background-color: white;
}

.c-details72839 img{
    height: 150px;
    width: 265px;
}
.content-details7238{
    line-height: 1.5em;
}
.content-details7238 a{
    text-decoration: none;
}
.content-details7238 p{
    font-size: 13px;
    color: #5A5D5A;
    font-size: 15px;
}
.content-details7238 h6{
    margin-top: 15px;
}

.content-item812 img{
    height: 70px;
    width: 100px;
    float: left;
    margin-right: 5px;
    padding-bottom: 10px;
}
.wrapper789 a{
    text-decoration: none;
}
.wrapper789 p{

    font-size: 15px;
}
.wrapper789 h6{

    font-size: 10px;
    color: #EF3F23;
}
/*
#####################
-----------part Nine Start--------------
#####################
*/
.binodon-part78239{
    padding: 20px;
    background-color: #F0F0ED;
}
.binodon-details289{
   background-color: #fff;
    height: 380px;
    padding: 8px;
}
.binodon-details289 img{
    height: 190px;
    width: 384px;
}
.binodon-details289 img:hover{
    height: 190px;
    width: 384px;
    opacity: .8;
}
.binodon-info82829{
    margin-top: 10px;
    line-height: 1.5em;
}
.binodon-info82829 h3{
    font-size: 20px;
}
.binodon-info82829 a{
    text-decoration: none;
}

.binodon-info82829 p{
      font-size: 15px;
    color: #5A5D5A;
}
.binodon-comment9256{
     background-color: #fff;
    height: 380px;
    padding: 8px;
}
.binodon-item1890 img{
    height: 80px;
    width: 100px;
     float: left;
    margin-right: 8px;
    background-size: cover;

}
.binodon-item1890 img:hover{
    height: 80px;
    width: 100px;
     float: left;
    margin-right: 8px;
    background-size: cover;
    opacity: .8;
}
.binodon-item-details78 a{
    text-decoration: none;
}
.binodon-item-details78 i{
   margin-top: 30px;
    text-decoration: none;
}

.your-answer7219{
      background-color: #424242;
    height: 380px;
    padding: 15px;
}

.your-answer7219 h3{
    color: #D6AD2E;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5em;
}
.online-sms7824{
    color: #fff;
}
.V-button{
    margin-top: 20px;
    background: #ffc107;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    color: #333;
    display: block;
    border-radius: 3px;
    padding: 0 24px;
    border: none;
    float: left;
}
.vote a{
background: 0 none;
    text-decoration: none;
    line-height: 55px;
    color: #fff;
    display: block;
    text-align: center;

}
.vote p{
    margin-top: 5px;
    color: white;
}

/*
#####################
-----------part ten Start--------------
#####################
*/

.dream-part{
      padding: 20px;
    background-color: #F0F0ED;
}
.dream-details{
    background-color: #ffffff;
    line-height: 1.5em;
    height: 350px;
}
.dream-details h2{
    margin-top: 10px;
    padding: 8px;
    height: 50px;
    font-size: 20px;
}
.dream-details a{
    text-decoration: none;
}
.dream-details p{
    margin-top: 8px;
    padding: 8px;
    color: #666666;
    height: 200px;

}



/*
#####################
----------- part Eleven Start --------------
#####################
*/


.international-news093{
    padding: 20px;
    background-color: #fff;
}
.news-details8329{
    height: 350px;

}
.news-details8329 h3{
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 3px solid red;
    padding-left: 10px;
}
.internation-news-inf0129{
        margin-top: 10px;
}
.internation-news-inf0129 a{
    line-height: 1.5em;
    text-decoration: none;


}
.internation-news-inf0129 p{
    color: #666666;
}

.news-title-wrapper{
    margin-top: 30px;
    line-height: 1.5em;
}
.news-title-wrapper a{
    text-decoration: none;

}

.news-title-wrapper p{
    border-top: 1px solid whitesmoke;
    padding: 10px;

}

.ads6328{
    text-align: center;
}

/*
#####################
-----------part Twelve Start--------------
#####################
*/
.Economic-part728{
    padding: 20px;
    background-color: white;
}

.Economic-details72839 img{
    height: 150px;
    width: 265px;
}
.Economic-details72839 img:hover{
    height: 150px;
    width: 265px;
    opacity: .8;
}
.ecnomic-content-details129{
    line-height: 1.5em;
}
.ecnomic-content-details129 a{
    text-decoration: none;
}
.ecnomic-content-details129 p{
    font-size: 15px;
    color: #5A5D5A;
}
.ecnomic-content-details129 h6{
    margin-top: 15px;
}

.eco-wrapper209 a{
    text-decoration: none;
}
.eco-wrapper209 p{

    font-size: 15px;
}
.eco-wrapper209 h6{

    font-size: 10px;
    color: #EF3F23;
}
.ecomics-part28{
    margin-top: 40px;
}


/*
#####################
-----------part thirteen Start--------------
#####################
*/

.live-life383{
    padding: 50px;
    background-color:
}
.life-part942{
    margin-left: -20px;
}
.life-content-img821 a{
    text-decoration: none;
    line-height: 1.5em;
}
.picture-part-hedaing8212 h3 {
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 3px solid red;
    padding-left: 10px;
    margin-left: -20px;
    font-family: 'SolaimanLipi', Arial, sans-serif !important;

}
.life-content-img821 p{
    color: #5A5D5A;
     font-family: 'SolaimanLipi', Arial, sans-serif !important;
}
.life-content-img821 h2{
    font-size: 20px;
}

.life-content-img43216 img{
    height: 200px;
}
.life-content-img43216 img:hover{
    height: 200px;
    opacity: .8;
}
.picture-part839-hedaing8212 h3{
        font-size: 20px;
    margin-bottom: 20px;
    border-left: 3px solid #1E88E5;
    padding-left: 10px;
    margin-left: -20px;
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
}
.life-content-img43216 a{
    text-decoration: none;
}
.life-content-img43216 h2{
   font-size: 20px;
}
/*
.#####################
-----------part Footer Start--------------
#####################
*/

.footer-top{
    padding: 30px;
    background-color: #F0F0ED;
}

.footer-left920 img{
    height: 50px;
    width: 150px;
}
.footer-Right {
    padding: 20px;
}
.footer-Right p{
    float: left;
    margin-top: 6px;
     font-family: 'SolaimanLipi', Arial, sans-serif !important;
}
.applestore20{
    float: left;
}

.applestore20 img{
    height: 30px;
    width: 100px;
    float: left;
     margin-left: 20px;
}
.andriodstore20{
      height: 30px;
    width: 100px;
    float: left;
   margin-left: 20px;
}
.footer9202{
    padding: 30px;
    background-color: #282828;
}
.footer-menu {
    line-height: 2em;
    color: #cccccc;
}
.footer-menu a{
    text-decoration: none;
    color: #cccccc;
}
.footer-menu a:hover{
    text-decoration: none;
    color: #E8A404;
}
.foote-icon290 i{
    padding-right: 10px;
}

hr {
  border:none;

  color:#fff;
  background-color:#F0F0ED;
  height:1px;
  width:100%;
}
.another-menu83289 a{
    float: left;
    color: #cccccc;
    text-decoration: none;
    padding: 10px;

}
.another-menu83289 a:hover{

    color: #E8A404;



}
.another-menu83289 p{
    line-height: 1.5em;
        color: #cccccc;
    font-size: 12px;

}
.another-menu2591 a{
    float: left;
    color: #cccccc;
    text-decoration: none;
    padding: 10px;
}
.another-menu2591 a:hover{

    color: #E8A404;

}
.foote-icon939 img{

    height: 32px;
    line-height: 32px;
    margin-right: 12px;

}
.foote-icon290 a{
    margin-top: -8px;
}
.last-footer9329{
    padding: 20px;
    background-color: #181818;

}
.last-footer9329 p{
    line-height: 1.5em;
    color: #cccccc;
    font-family: fantasy;
    font-size: 12px;

}


.ads-details32093{
    background-image:url(../img/top-image2.png);
    height: 100px;
    margin-top: 80px;
    background-size: cover;

}


























