/* Reset CSS */
@font-face {
    font-family: 'SolaimanLipi';
    src: url('fonts/SolaimanLipi-Regular.eot');
    src: url('fonts/SolaimanLipi-Regular.woff') format('woff'),
    url('fonts/SolaimanLipi-Regular.ttf') format('truetype'),
    url('fonts/SolaimanLipi-Regular.svg#SolaimanLipi') format('svg'),
    url('fonts/SolaimanLipi-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    display: none;
}

::-moz-scrollbar {
    display: none;
}

body {
    font-family: "SiyamRupali", Arial, sans-serif !important;
    font-size: 13px;
}

.text-black {
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

p {
    line-height: 24px;
    margin: 6px 0;
}

.bg-light {
    background-color: #e6e8e8;
    padding: 30px 0;
}

.bg-gray {
    background-color: #e6e7e9;
}

.bg-black-transparent {
    background: rgba(0, 0, 0, 0.2);
}

a:hover {
    color: #ff9900 !important;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.text-yellow {
    color: #ff9900;
}

.mtb-50 {
    margin: 50px 0;
}

.ptb-50 {
    margin: 50px 0;
}

.mtb-100 {
    margin: 100px 0;
}

.ptb-100 {
    margin: 1000px 0;
}

.bg-black-transparent {
    background: rgba(0, 0, 0, 0.2);
}

.transition-ln-z6s {
    transition: all 0.6s linear;
}

.transition-ln-z15s {
    transition: all 0.15s linear;
}

.transition-ease-z6s {
    transition: all 0.6s ease;
}

.top-poribar {
    background: rgba(125, 125, 125, 0.8);
    color: #fff;
}

.bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: center bottom;
}

.bottom-poribar {
    background: rgba(125, 125, 125, 0.8);
    color: #fff;
}

.home-bottom-menu {
    font-size: 14px;
    padding: 15px 0;
}

.home-bottom-menu span {
    border-right: 1px solid #fff;
    padding: 5px 0;
    margin: 0 10px;
}

.section {
    padding: 40px 0;
}

/* section-title-one */
.section-title-one {
    margin-bottom: 10px;
    text-align: center;
}

.section-title-one h3 {
    border-bottom: 0.7px solid #aaa;
    font-size: 28px;
}

.section-title-one h3::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 45%;
    right: 45%;
    width: 10%;
    border-bottom: 4px solid #fcb100;
}

.section-title-one h3 a:hover,
.section-title-one h3 a:active,
.section-title-one h3 a:focus {
    color: #aaa !important;
}

.section-title-one h3 span {
    margin-bottom: 8px;
    display: block;
}

/* section-title-two */
.section-title-two h3 {
    /* margin: 0 0.15rem; */
    margin-left: 0.15rem;
    padding: 4px 0 4px 10px;
    font-size: 20px;
}

.section-title-two h3::before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 100%;
    height: 25px;
    width: 3px;
    background-color: #fcb100;
}

.section-title-two h3 a:hover,
.section-title-two h3 a:active,
.section-title-two h3 a:focus {
    color: #aaa !important;
}

.read_more a:hover,
.read_more a:active,
.read_more a:focus {
    color: #aaa !important;
}

/* 
----------------------Home Banner------------------
*/
.top-banner {
    overflow: hidden;
    width: 100%;
}

.home-bg {
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1100;
    margin-bottom: -100vh;
}

.home-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-logo {
    text-align: center;
    margin: 100px 0;
}

.home-quote p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.home-nav-bar i {
    cursor: pointer;
}

.home-box {
    padding-bottom: 100px;
}

.home-box>.row>div {
    width: 100%;
    max-width: 165px;
}

.home-box>.row>div:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.flipper {
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.flipper .front,
.flipper .back {
    text-align: center;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    background: rgba(122, 140, 33, 0.9);
    color: #fff;
}

.flipper .front {
    transform: rotateY(0deg);
}

.flipper .back {
    transform: rotateY(-180deg);
}

.flipper.hover .front,
.flipper:hover .front {
    transform: rotateY(180deg);
}

.flipper.hover .back,
.flipper:hover .back {
    transform: rotateY(0deg);
}

.flipper .front img {
    width: 36%;
    display: block;
    margin: auto;
    align-self: center;
}

.flipper .back a {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
}

/* 
----------------------Footer------------------
*/
footer ul li a:hover {
    color: #ff9900 !important;
}

.social-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}

.social-menu ul li .fab {
    font-size: 20px;
    line-height: 40px;
    transition: 0.3s;
    color: #000;
}

.social-menu ul li .fab:hover {
    color: #fff;
}

.social-menu ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff9900;
    text-align: center;
    transition: 0.6s;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.social-menu ul li a:hover {
    transform: translate(0, -10%);
}

.social-menu .facebook:hover {
    background: #3b5998;
}

.social-menu .twitter:hover {
    background: #55acee;
}

.social-menu .linkedin:hover {
    background: #007bb5;
}

.social-menu .youtube:hover {
    background: #bb0000;
}

.social-menu .instagram:hover {
    background: #125688;
}

.social-menu .pinterest:hover {
    background: #cb2027;
}

.social-menu .google:hover {
    background: #cb2027;
}