/*font-family: 'DM Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
body{
    font-family: 'DM Sans', sans-serif;
}
ul, li{
    padding: 0;
    margin: 0;
}
.site-header {
background: #f9f9f9;
}
/*======Common class=======*/
.fs-15{
    font-size: 15px;
}
.btn-tin {
    background: #ac3e25;
    color: #fff;
    padding: 3px 14px;
    display: block;
}
.btn-tin:hover {
    color: #fff;
}
/*======Common class=======*/
/*======menu=======*/
.l-btn {
    background: #ac3e25;
    border: 0;
}
.top-contact-box-right {
    display: flex;
    justify-content: flex-end;
}
.navbar-brand img {
    height: 35px;
}
.navbar {
    padding: 0;
}
.sticky-top {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    background: #ac3e25;
}
.navbar-nav .dropdown-menu{
    border: 0px;
}
.navbar-nav .nav-link {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 46px;
}

.dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
}
.dropdown:hover .dropdown-menu {
    transform: scale(1);
}
.top-contact-box-left {
    display: flex;
    align-items: center;
}
.top-contact-box-left a {
    color: #ac3e25;
}
/*======menu=======*/
/*======Search=======*/
#search {
    float: right;
    margin-top: 9px;
    width: 250px;
}
.search {
    padding: 5px 0;
    width: 230px;
    height: 35px;
    position: relative;
}
.search input {
    position: absolute;
    width: 0px;
    float: Left;
    margin-left: 210px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 36px;
    padding: 0 2px 0 2px;
    border-radius: 5px;
    top: 0;
}
.search:hover input,
.search input:focus {
    width: 200px;
    margin-left: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.btn-search {
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
    background: #ac3e25!important;
    border: 0;
}
.language {
    border-radius: 0.25rem;
    background: #ac3e25;
    color: #fff;
}
/*======Search=======*/
/*======slider=======*/
.slider-icon {
    height: 100px;
    border-radius: 50px;
    width: 100px;
}
#my-carousel .item img {
    width: 100%;
}
.owl-next,
.owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.owl-prev {
    left: 10px;
}
.owl-next {
    right: 10px;
}
.navigation-img-wrapper {
    margin-top: 4px;
    text-align: center;
}
.navigation-img-wrapper .navigator {
    display: flex;
    width: 120px;
    height: 120px;
    text-align: center;
    background-color: white;
    line-height: 14px;
    color: black;
    font-size: 13px;
    cursor: pointer;
    border-radius: 105px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 4px;
    opacity: .8;
}
.navigation-img-wrapper .navigator.active {
    color: #000;
    background: #fff;
    height: 140px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    opacity: 1;
}
.main-slider img {
    height: 650px;
    object-fit: cover;
}
.navigation-img-wrapper {
    margin-top: 4px;
    text-align: center;
    position: absolute;
    bottom: 57px;
    z-index: 1;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-img-wrapper p {
    margin-bottom: 0;
}
.owl-nav {
    display: none;
}
/*======slider=======*/

/*======news=======*/
.news{
    padding: 35px 0;
}

.common-small-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #ac3e25;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 10px;
}
.common-big-title>span {
    font-weight: 400;
}
.common-big-title, .common-big-title-home {
    font-size: 47px;
    line-height: 55px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
}
.right-news-box img {
    height: 208px;
    margin-bottom: 5px;
    object-fit: cover;
}
.right-news-box a {
text-decoration: none;
}
.left-news-box img {
    height: 275px;
    object-fit: cover;
    margin-bottom: 10px;
}
.news-title-sm {
    font-size: 15px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}
.left-news-box .common-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    color: #696969;
}
.news-title-lg {
    font-size: 21px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}
.left-news-box a {
    text-decoration: none;
}
/*======news=======*/
/*======About us=======*/
ul.about-us-section-list {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.about-us-section-list>li {
    flex-basis: 50%;
    padding: 60px 70px;
    background: #2ecc71;
}
ul.home-reports-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0px;
}
ul.home-reports-list>li {
    flex-basis: 32%;
    margin-bottom: 20px;
    text-align: center;
}
ul.home-reports-list>li>a {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}
ul.home-reports-list>li>a>span {
    display: block;
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
}
ul.about-us-section-list>li:last-child {
    background: #ac3e25;
}
.our-service-para {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    margin: 20px 0px;
}
ul.home-achievement-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0px;
}
ul.home-achievement-list>li {
    flex-basis: 29%;
}
ul.home-achievement-list>li>h3 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}
ul.home-achievement-list>li>h5 {
    font-size: 16px;
    color: #fff;
}
ul.home-achievement-list i {
    font-size: 78px;
}
/*======About us=======*/
/*======Footer=======*/
.mini-footer {
    background: #893420;
    color: #fff;
    text-align: center;
}
.mini-footer p{
    margin-bottom: 0;
    padding: 10px 0;
}
.footer-big {
    background: #ac3e25;
    padding: 70px 0 40px 0;
}
.footer-menu ul li {
    list-style: none;
    padding: 4px 0;
}
.footer-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: block;
}
.footer-sec-title {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    padding-bottom: 5px;
    color: #ffff;
}
.news-item p {
    color: #696969;
    background: #f0f1f3;
    padding: 7px 8px;
    font-weight: 700;
}
.news-item a{
    text-decoration: none;
}
/*======Footer=======*/
/*======Media Query=======*/
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
/*======Media Query=======*/
/*======Investor page=======*/
.left-menu-list li{
    padding-left: 15px;
    color: #222;
    background: #F3F3F3;
    border-bottom: 1px solid #ddd;
    list-style: none;
    font-size: 17px;
    line-height: 24px;
}
.left-menu-list li:hover {
    border-left: 3px solid #ac3e25;
}
.left-menu-list li a:hover {
    color: #ac3e25;
}
.left-menu-list .active {
    border-left: 3px solid #ac3e25;
}
.left-menu-list .active a{
    color: #ac3e25;
}
.left-menu-list li a{
    padding-top: 8px;
    position: relative;
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
.section-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eeeeee;
}
.page-header {
    background: #f3f3f3;
    padding: 15px 0 6px 0;
    margin-bottom: 25px;
}
.page-title h1 {
    font-size: 32px;
    font-weight: 600;
}
.page-title a {
    color: #ac3e25;
}
/*======Investor page=======*/
/*======who we are=======*/
.content-title {
    font-size: 22px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    padding-bottom: 10px;
}
.left-menu-list {
    margin-bottom: 30px;
}
.user-card a{
    text-decoration: none;
}
.user-card-img {
    height: 300px;
    object-fit: cover;
}
.user-name {
    margin-bottom: 0;
    color: #696969;
    padding: 5px 0;
}
.user-card p {
    color: #696969;
    margin-bottom: 0;
}
.insurance-list h5 i{
    color: #ac3e25;
    font-size: 13px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ac3e25;
    padding: 12px 25px;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    background-color: #d5725c;
    padding: 12px 25px;
    color: #fff;
}
#pills-tab li {
    margin-right: 5px;
}
.news-event-box {
    color: #696969;
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.news-event-box img {
    height: 200px;
    width: 100%;
    object-fit: unset;
}
.pagination {
    justify-content: center;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ac3e25;
    border-color: #ac3e25;
}
.page-link {
    color: #ac3e25;
}
.gallery p {
    color: #696969;
    margin-bottom: 0;
    padding: 0 6px 5px 6px;
}
.gallery a {
    text-decoration: none;
    color: #696969;
}
/*======who we are=======*/
/*======contact=======*/
.resume-form textarea {
    height: 190px;
    width: 100%;
}
.contact-box i {
    font-size: 32px;
    margin-top: 10px;
    color: #ac3e25;
}
.icons a{
    margin:0 8px;
}
/*======contact=======*/
/*======Modal=======*/
.modal-dialog {
    max-width: 440px;
    margin: 1.75rem auto;
}
.modal-body {
    padding: 0;
}
.modal-header {
    padding: 0 12px;
}
/*======Modal=======*/



