@charset "utf-8";
/* index page css default for all devices  */

/*banner*/
.mycaption{width:80%; background:rgba(0,0,0,0.6); padding:5rem; color:#fff; text-align:center;top: 50%;left: 50%;transform: translate(-50%, -50%); }
.mycaption h3{font-size:4rem; font-weight:bold; line-height:4rem;}
.mycaption p{font-size:2.2rem;  line-height:4rem;}
.mycaption .btn-more{ color:#0a0a0a;}
@media (min-width: 1400px) {
.mycaption{padding-top:8rem; }
}

.newsdetailer .container{max-width:1350px; padding-top:6rem; padding-bottom:10rem;}
.newsdetailer .container .row .col-md-6{padding:3.5rem;}
.newsdetailer .roundbg{width:11rem; height:11rem; border-radius:100%!important; border:2px solid #c7a567; overflow:hidden; font-size:5.5rem; color:#231815; line-height:11rem; text-align:center;background-image: linear-gradient(0deg,#ab8a5f , #faeac6); margin:1rem auto; border-radius:20px;}
.newsdetailer .card{color:#fff;padding-top:14rem; padding-bottom:14rem;}
.newsdetailer .bg-card{border-radius:1.5rem;}
.newsdetailer .card-title{color:#d6bc8c; font-weight:900; font-size:5rem; margin-top:3rem;}
.newsdetailer .card-text{ font-size:1.8rem; padding-top:3rem; padding-bottom:2.5rem;}



/*for ipad  and mobile*/
@media (max-width: 992px) {
/*banner*/
.newsdetailer .card{color:#fff;padding-top:10rem; padding-bottom:10rem;}
.newsdetailer .card-title{color:#d6bc8c; font-weight:750; font-size:3rem; margin-top:2rem;}
.mycaption{width:90%;  padding:2rem; }
.mycaption h3{font-size:2rem; line-height:3rem;}
.mycaption p{font-size:1.4rem;  line-height:2rem;}



}


/* only for mobile phone */
@media (max-width: 768px) {
/*banner*/
.mycaption{width:90%;  padding:2rem; }
.mycaption h3{font-size:1.8rem; line-height:2rem;}
.mycaption p{font-size:1.4rem;  line-height:2rem;}

.newsdetailer .container{padding-top:3rem; padding-bottom:5rem;}
.newsdetailer .card{color:#fff;padding-top:10rem; padding-bottom:10rem;}


}
