@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --color-blue: #012D7C;
    --color-blue-bright: #003ba5;
    --color-blue-dark: #000F2B;
    --color-yellow: #ffc107;
    --color-red: #C20017;
    --color-gray-1: #666F7F;
    --color-gray-2: #748198;
    --border-gray-1: #E6E9EF;
    --border-gray-2: #D9D9D9;
    --border-dark-1: #24354D;
}
html{width: 100%; height: 100%; margin: 0; padding: 0;}
body {font-family: Inter, sans-serif; font-size: 16px; background-color:#fff; color: #353535; font-weight: 400; line-height: 1.65; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; font-optical-sizing: auto; font-style: normal; font-variation-settings:"slnt" 0; }

 
a { text-decoration: none; color: var(--color-blue);}
a:hover,a:focus,a:active {color: #222; text-decoration: none; outline: 0; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline:none}
a:focus, :focus {outline: 0;box-shadow:none}
button:focus{ outline:none}

/*CUSTOM FONT______________________________________________________________________________________________*/ 
/*#########################################################################################################*/
@font-face {
    font-family: 'modularregular';
    src: url('../fonts/modular-webfont.woff2') format('woff2'),
         url('../fonts/modular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*LINK FOCUS_______________________________________________________________________________________________*/ 
/*#########################################################################################################*/
a:focus, :focus {outline: 0  !important; box-shadow:none !important}
 

/*TRANSITIONS______________________________________________________________________________________________*/
/*#########################################################################################################*/
.btn, a, button, .transition {webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -o-transition: all 250ms linear; -ms-transition: all 250ms linear; transition: all 250ms linear;}


/*FONTS____________________________________________________________________________________________________*/
/*#########################################################################################################*/
.body-font{font-family: Inter, serif;}
.heading-font{font-family: Inter, serif;}
.modular-heading{font-family: modularregular;}



/*SWIPER PAGINATION________________________________________________________________________________________*/
/*#########################################################################################################*/
.swiper-pagination{margin-top: 10px;}
.swiper-pagination-bullet{background-color: #333; opacity: 1;}
.swiper-pagination-bullet-active{background-color: #000;}

.swiper-pagination.custom-pagination{position: relative; transform: none; width: 100%; text-align: center;}
.swiper-pagination.tp10 {padding-top: 10px;}
.swiper-pagination.tp15 {padding-top: 15px;}
.swiper-pagination.tp20 {padding-top: 20px;}
.swiper-pagination.tp25 {padding-top: 25px;}
.swiper-pagination.tp25 {padding-top: 25px;}
.swiper-pagination.tp30 {padding-top: 30px;}


/*SWIPER NAV BUTTONS_______________________________________________________________________________________*/
/*#########################################################################################################*/
.swiper-button-next, .swiper-button-prev,
.swiper-button-prev:after, .swiper-button-next:after{height: 36px; width: 36px;}

.swiper-button-next, .swiper-button-prev{z-index: 1;}
.swiper-button-prev:after, .swiper-button-next:after{font-size: 16px; color: #333; background-color: white;  display: flex; border-radius: 20px; justify-content: center; align-items: center; box-shadow: 0 5px 10px rgb(0 0 0 / 20%);webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -o-transition: all 250ms linear; -ms-transition: all 250ms linear; transition: all 250ms linear;}

.swiper-button-prev:hover:after, .swiper-button-next:hover:after{background-color: #333;color: white;}

/*TEXT WHITE TO LIGHT WHITE________________________________________________________________________________*/
/*#########################################################################################################*/
.text-white-5{color: rgb(255 255 255 / 5%)!important;} .text-white-10{color: rgb(255 255 255 / 10%)!important;} .text-white-20{color: rgb(255 255 255 / 20%)!important;} .text-white-25{color: rgb(255 255 255 / 25%)!important;} .text-white-30{color: rgb(255 255 255 / 30%)!important;} .text-white-35{color: rgb(255 255 255 / 35%)!important;} .text-white-45{color: rgb(255 255 255 / 45%)!important;} .text-white-50{color: rgb(255 255 255 / 50%)!important;} .text-white-55{color: rgb(255 255 255 / 55%)!important;} .text-white-60{color: rgb(255 255 255 / 60%)!important;} .text-white-65{color: rgb(255 255 255 / 65%)!important;} .text-white-70{color: rgb(255 255 255 / 70%)!important;} .text-white-75{color: rgb(255 255 255 / 75%)!important;} .text-white-80{color: rgb(255 255 255 / 80%)!important;} .text-white-85{color: rgb(255 255 255 / 85%)!important;} .text-white-90{color: rgb(255 255 255 / 90%)!important;} .text-white-95{color: rgb(255 255 255 / 95%)!important;}

/*TEXT BLACK TO LIGHT BLACK________________________________________________________________________________*/
/*#########################################################################################################*/
.text-black-5{color: rgb(0 0 0 / 5%)!important;} .text-black-10{color: rgb(0 0 0 / 10%)!important;} .text-black-20{color: rgb(0 0 0 / 20%)!important;} .text-black-25{color: rgb(0 0 0 / 25%)!important;} .text-black-30{color: rgb(0 0 0 / 30%)!important;} .text-black-35{color: rgb(0 0 0 / 35%)!important;} .text-black-45{color: rgb(0 0 0 / 45%)!important;} .text-black-50{color: rgb(0 0 0 / 50%)!important;} .text-black-55{color: rgb(0 0 0 / 55%)!important;} .text-black-60{color: rgb(0 0 0 / 60%)!important;} .text-black-65{color: rgb(0 0 0 / 65%)!important;} .text-black-70{color: rgb(0 0 0 / 70%)!important;} .text-black-75{color: rgb(0 0 0 / 75%)!important;} .text-black-80{color: rgb(0 0 0 / 80%)!important;} .text-black-85{color: rgb(0 0 0 / 85%)!important;} .text-black-90{color: rgb(0 0 0 / 90%)!important;} .text-black-95{color: rgb(0 0 0 / 95%)!important;}

/*TEXT GREY AND DARK_______________________________________________________________________________________*/
/*#########################################################################################################*/
.text-grey{ color: #6c757d;} .text-grey-dark{ color: #343a40;} .text-grey-10{ color: #f8f9fa;} .text-grey-20{ color: #e9ecef;} .text-grey-30{ color: #dee2e6;} .text-grey-40{ color: #ced4da;} .text-grey-50{ color: #adb5bd;} .text-grey-60{ color: #6c757d;} .text-grey-70{ color: #495057;} .text-grey-80{ color: #343a40;} .text-grey-90{ color: #212529;}

/*FONT WEIGHTS_____________________________________________________________________________________________*/
/*#########################################################################################################*/

.fw100{font-weight: 100!important;} .fw200{font-weight: 200!important;} .fw300{font-weight: 300!important;} .fw400{font-weight: 400!important;} .fw500{font-weight: 500!important;} .fw600{font-weight: 600!important;} .fw700{font-weight: 700!important;} .fw800{font-weight: 800!important;} .fw900{font-weight: 900!important;}

/*LETTER SPACING___________________________________________________________________________________________*/
/*#########################################################################################################*/
.lshalf{letter-spacing:0.5px} .ls1{letter-spacing:1px} .ls2{letter-spacing:2px} .ls3{letter-spacing:3px} .ls4{letter-spacing:4px} .ls5{letter-spacing:5px} .ls6{letter-spacing:6px} .ls7{letter-spacing:7px} .ls8{letter-spacing:8px} .ls9{letter-spacing:9px} .ls10{letter-spacing:10px}

/*LINE HEIGHT______________________________________________________________________________________________*/
/*#########################################################################################################*/
.lh100{line-height:100%} .lh120{line-height:120%} .lh130{line-height:130%} .lh140{line-height:140%} .lh150{line-height:150%} .lh160{line-height:160%} .lh170{line-height:170%} .lh180{line-height:180%} .lh190{line-height:190%} .lh200{line-height:200%}

/*FONT SIZE 0 to 72px _____________________________________________________________________________________*/
/*#########################################################################################################*/
.fs0{font-size: 0;} .fs7{font-size: 7px;} .fs8{font-size: 8px;} .fs9{font-size: 9px;} .fs10{font-size: 10px;} .fs11{font-size: 11px;} .fs12{font-size: 12px;} .fs13{font-size: 13px;} .fs14{font-size: 14px;} .fs15{font-size: 15px;} .fs16{font-size: 16px;} .fs17{font-size: 17px;} .fs18{font-size: 18px;} .fs19{font-size: 19px;} .fs20{font-size: 20px;} .fs21{font-size: 21px;} .fs22{font-size: 22px;} .fs23{font-size: 23px;} .fs24{font-size: 24px;} .fs25{font-size: 25px;} .fs26{font-size: 26px;} .fs27{font-size: 27px;} .fs28{font-size: 28px;} .fs29{font-size: 29px;} .fs30{font-size: 30px;} .fs31{font-size: 31px;} .fs32{font-size: 32px;} .fs33{font-size: 33px;} .fs34{font-size: 34px;} .fs35{font-size: 35px;} .fs36{font-size: 36px;} .fs37{font-size: 37px;} .fs38{font-size: 38px;} .fs39{font-size: 39px;} .fs40{font-size: 40px;} .fs41{font-size: 41px;} .fs42{font-size: 42px;} .fs43{font-size: 43px;} .fs44{font-size: 44px;} .fs45{font-size: 45px;} .fs46{font-size: 46px;} .fs47{font-size: 47px;} .fs48{font-size: 48px;} .fs49{font-size: 49px;} .fs50{font-size: 50px;} .fs51{font-size: 51px;} .fs52{font-size: 52px;} .fs53{font-size: 53px;} .fs54{font-size: 54px;} .fs55{font-size: 55px;} .fs56{font-size: 56px;} .fs57{font-size: 57px;} .fs58{font-size: 58px;} .fs59{font-size: 59px;} .fs60{font-size: 60px;} .fs61{font-size: 61px;} .fs62{font-size: 62px;} .fs63{font-size: 63px;} .fs64{font-size: 64px;} .fs65{font-size: 65px;} .fs66{font-size: 66px;} .fs67{font-size: 67px;} .fs68{font-size: 68px;} .fs69{font-size: 69px;} .fs70{font-size: 70px;} .fs71{font-size: 71px;} .fs72{font-size: 72px;}

/*OPACITY__________________________________________________________________________________________________*/
/*#########################################################################################################*/
.opacity0{opacity: 0;} .opacity1{opacity: 0.1;} .opacity2{opacity: 0.2;} .opacity3{opacity: 0.3;} .opacity4{opacity: 0.4;} .opacity5{opacity: 0.5;} .opacity6{opacity: 0.6;} .opacity7{opacity: 0.7;} .opacity8{opacity: 0.8;} .opacity9{opacity: 0.9;}




/*IMAGE ZOOM ON HOVER______________________________________________________________________________________*/
/*#########################################################################################################*/
.image-hover-zoom img {transform: scale(1); transition: transform .3s ease;}
.image-hover-zoom:hover img {transform: scale(1.1);}

.img-zoom .image-hover-zoom{transform: scale(1); transition: transform .3s ease;}
.img-zoom:hover .image-hover-zoom {transform: scale(1.1);}

.img-scale img {transform: scale(1); transition: transform .3s ease;}
.img-scale:hover img {transform: scale(1.1);}

/*BUTTONS__________________________________________________________________________________________________*/
/*#########################################################################################################*/
.btn{border-radius: 0; font-size:14px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase;}
.btn-sm{font-size: 13px;}
.btn-lg{font-size: 15px;}
.btn-xl{font-size: 16px;padding-left: 32px;padding-right: 32px;padding-top: 12px;padding-bottom: 12px;}


/*BUTTON STYLES____________________________________________________________________________________________*/
/*#########################################################################################################*/
.btn-yellow{background-color: #ffc107; border-color: #ffc107; color: #001232;}
.btn-yellow:hover,.btn-yellow:focus{background-color: #ffd814; border-color: #ffd814; color: #001232;}

.btn-blue{background-color: #012D7C; border-color: #012D7C; color: #fff;}
.btn-blue:hover,.btn-blue:focus{background-color: var(--color-blue-bright)!important; border-color: var(--color-blue-bright)!important; color: #fff!important;}

.btn-outline-blue{background-color: transparent; border-color: #012D7C; color: #001232;}
.btn-outline-blue:hover,.btn-outline-blue:focus{background-color: #012D7C; border-color: #012D7C; color: #fff;}

.btn-gray{background-color: var(--color-gray-1); border-color: var(--color-gray-1); color: #fff;}
.btn-gray:hover,.btn-gray:focus{background-color: var(--color-gray-2)!important; border-color: var(--color-gray-2)!important; color: #fff!important;}

/*SECTION TITLE HEADING____________________________________________________________________________________*/
/*#########################################################################################################*/
.heading-wrap{text-align: center; max-width: 860px; margin: 0 auto 16px;}
.heading-wrap .heading-wrap__title{font-size: 42px; line-height: 1.3; margin-bottom: 10px;}
.heading-wrap .heading-wrap__desc{font-size: 15px; opacity: 0.9;}

/*SECTION TITLE HEADING WHITE______________________________________________________________________________*/
/*#########################################################################################################*/
.bg-black .heading-wrap .heading-wrap__title{color:#fff;}
.bg-black .heading-wrap .heading-wrap__desc{color: #fff;}

/*BORDER-COLOR_____________________________________________________________________________________________*/
/*#########################################################################################################*/
.border-color-1{border-color: #E6E9EF!important;}
.border-color-2{border-color: #D9D9D9!important;}
.border-color-3{border-color: #24354D!important;}

/*TEXT-COLOR_______________________________________________________________________________________________*/
/*#########################################################################################################*/
.text-color-heading{color: #001232;}
.text-color-blue{color: #012D7C;}
.text-color-blue-dark{color: #000F2B;}
.text-color-yellow{color: #ffc107;}
.text-color-red{color: #C20017;}
.text-color-muted{color: #666F7F;}
.text-color-gray-1{color: #666F7F;}
.text-color-gray-2{color: #748198;}

/*BG-COLOR_________________________________________________________________________________________________*/
/*#########################################################################################################*/
.bg-blue{background-color: #012D7C;}
.bg-blue-bright{background-color: #003ba5;}
.bg-blue-dark{background-color: #000F2B;}
.bg-yellow{background-color: #ffc107;}
.bg-red{background-color: #C20017;}
.bg-gray{background-color: #666F7F;}
.bg-light-1{background-color: #FAFCFF;}
.bg-light-2{background-color: #E6E9EF;}

/*###########################################################################################################*/
/*###########################################################################################################*/
/*#######################################_________MAIN STYLES_________#######################################*/
/*###########################################################################################################*/
/*###########################################################################################################*/
/*COMMON STYLES*/
.linkbtn-block{text-align: center; position: relative; padding-top: 10px;padding-bottom: 10px;}
.linkbtn-block:before{content:""; background-color: var(--border-gray-1); height: 1px; width: 100%; position: absolute; left: 0;right: 0; top: 50%;}
.linkbtn-block__btn {font-size: 11px; line-height: 100%; font-weight: 600; text-transform: uppercase; padding: 6px 12px; position: relative;z-index: 5;}
.linkbtn-block__btn:hover,.linkbtn-block__btn:focus{ border-color: var(--color-blue); background-color: var(--color-blue); color: white;}

/* HEADER BRAND AREA */
.header-brand{padding-top: 12px;padding-bottom: 12px;}
.header-brand__today-date{min-width: 140px;display: flex; flex-direction: column; gap:6px;}
.header-brand__logo{width: 268px; height: 119px; display: inline-block;}
.header-brand__logotext{line-height: 100%; font-size: 50px; color: var(--color-blue-dark);}
.header-brand__support-btn{font-size: 12px; text-transform: uppercase; font-weight: 600; min-width: 140px; display: block;}

/* MAIN NAVBAR */
.main-navbar{}
.main-navbar .nav-item{margin-right: 20px;}
.main-navbar .nav-item .nav-link{color: #fff; font-size: 12px; letter-spacing: 0.5px;; font-weight: 600; text-transform: uppercase;}
.main-navbar .nav-item .nav-link:hover{color: var(--color-yellow); font-size: 12px; letter-spacing: 0.5px;; font-weight: 600; text-transform: uppercase;}
.main-navbar .nav-item .btn{font-size: 12px; text-transform: uppercase; font-weight: 600;}

/* BREAKING NEWS TICKER */
.breaking-title{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.breaking-title:before{content: ""; position: absolute; left: -200%; width: 200%; right: auto; top: 0; bottom: 0px; background-color: #fafcff; z-index: 9;}
.breaking-title span{font-size:12px; letter-spacing: 1px; height: 34px; position: absolute; left: 0; top: 0; bottom: -1px; width: 175px; padding: 5px; display: flex; justify-content: center; align-items: center;}
.breaking-title span::after { content: ""; position: absolute; top: 0; right: -12px; width: 0; height: 0; border-top: 17px solid transparent; border-bottom: 17px solid transparent; border-left: 12px solid var(--color-red); }
.news-ticker-wrapper { overflow: hidden; height: 33px; color: var(--color-dark-blue); opacity: 0.9; padding: 8px 0; position: relative; font-size: 13px; font-weight: 500; white-space: nowrap; } 
.news-ticker-track { display: inline-block; padding-left: 100%; animation: ticker 120s linear infinite; } 
.news-ticker { display: flex; gap: 24px; list-style: none; padding: 0; margin: 0; } 
.news-ticker li { display: inline-block; font-size: 13px; height: 34px;} 
.news-ticker-wrapper:hover .news-ticker-track { animation-play-state: paused; }
@keyframes ticker { 0% { transform: translateX(0%); } 100% { transform: translateX(-100%); } }

/* MAIN CONTENT */
.main-content.home-content{padding-top: 20px; padding-bottom: 60px;}
.block-heading-md{font-size: 19px; color: var(--color-blue); line-height: 130%; margin-bottom: 12px;}
.block-heading-lg{font-size: 22px; color: var(--color-blue); line-height: 130%; margin-bottom: 12px;}

/*LEFT DIALOGUE COLUMN*/
.dialogue-wrapper{margin-bottom: 24px;}
.dialogue-block {position: relative; display: block; margin-bottom: 16px;}
.dialogue-block:hover {}

.dialogue-block__play {position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%);z-index: 5;}
.dialogue-block__play-icon {height: 44px;width: 44px;}

.dialogue-block__image {overflow: hidden;}
.dialogue-block__image-img {}

.dialogue-block__footer {position: absolute;left: 0;right: 0;bottom: 0; z-index: 9; display: flex; justify-content: flex-start; align-items: flex-end; gap: 10px;background: rgb(0,0,0);background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);}

.dialogue-block__number { font-weight: 600; font-size: 16px; line-height: 1; padding: 8px 16px 8px 10px; clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%); background-color: var(--color-yellow); color: var(--color-blue-dark); display: inline-flex; justify-content: center; align-items: center;}
.dialogue-block__year {color: #fff; font-size: 17px; font-weight: 600;line-height: 1; padding-bottom: 5px;}
.dialogue-block__date {color: #fff; font-size: 14px; font-weight: 500;line-height: 1; padding-bottom: 7px;}

/* MAIN CENTERED LARGE VIDEO AUTOPLAY */
.main-video .video-mute-unmute { font-size: 16px; line-height: 1; height: 32px; width: 32px; color: white; left: 12px; bottom: 12px; background-color: rgb(255 255 255 / 46%); position: absolute; z-index: 9; border-radius: 50px; display: flex; justify-content: center; align-items: center; text-decoration: none;}

/* MAIN VIDEO SLIDER HOME PAGE */
.main-slider-block{margin-bottom: 10px;}
.main-slider{margin-bottom: 10px;}
.main-slider .swiper-pagination{margin-top: 0; bottom: 0;}
.main-slider .swiper-pagination-progressbar-fill{background-color:var(--color-yellow); top: auto!important; bottom: 0!important; transform-origin: left bottom!important;}

.thumbnail-block{position: relative; background-color: var(--bs-black); overflow: hidden; display: block;}
.thumbnail-block .thumbnail-block__image{opacity: 0.8;}
.thumbnail-block--footer-content .thumbnail-block__footer{padding: 16px 16px;position: absolute;left: 0;right: 0;bottom: 0; background: rgb(0, 0, 0); background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);}

.thumbnail-block__footer .thumbnail-block__datetime{font-size: 12px; color: #fff; opacity: 0.7; line-height: 1; margin-bottom: 8px;}
.thumbnail-block__footer .thumbnail-block__heading{font-size: 24px;line-height: 120%; margin-bottom: 0; font-weight: 600; color:#fff;}

.thumbnail-block__play {position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%);z-index: 5; cursor: pointer;}
.thumbnail-block__play-icon {height: 44px;width: 44px;}

/* CENTER YOUTUBE VIDEO EMBEDD*/
.center-block .center-YTvideo-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; background: #000; }
.center-block .center-YTvideo-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}
.center-YTvideo-container { display: none; }
 

/* RIGHT YOUTUBE AUTOPLAY VIDEO EMBEDD */
.main-slider-block .video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; background: #000; }
.main-slider-block .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}


.video-player-wrapper.isPlaying .thumbnail-block__play{display: none;}

/* RED LINK */
.red-link{color: var(--color-red); text-decoration: underline; font-size: 12px; font-weight: 600;;}
.red-link:hover{color: var(--color-blue);}

/* CENTER BLOCK SECTION */
.center-block-section{padding-bottom: 16px;}
.center-block{text-decoration: none; margin-bottom: 16px; display: block;}
.center-block .thumbnail-block{margin-bottom: 10px;}
.center-block__title{font-size: 14px; font-weight: 600; line-height: 1.3; color: var(--color-blue-dark);}
.center-block__datetime{font-size: 11px; color: var(--color-gray-1);}
.center-block:hover .center-block__title{color: var(--color-blue);}

/* RIGHT CONTENT COLUMN */
.right-content-wrap{padding-bottom: 8px;}
.right-block-section{padding-bottom: 16px;}
.center-block__heading{margin-bottom: 5px;}
.right-block{text-decoration: none; margin-bottom: 16px; display: block;}
.right-block .thumbnail-block{margin-bottom: 10px;}
.right-block__title{font-size: 14px; font-weight: 600; line-height: 1.3; color: var(--color-blue-dark);}
.right-block__datetime{font-size: 11px; color: var(--color-gray-1);}
.right-block:hover .center-block__title{color: var(--color-blue);}

/* RIGHT SIDE YOUTUBE VIDEOS */
.right-block .right-side-YTvideo-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; background: #000; }
.right-block .right-side-YTvideo-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}
.right-side-YTvideo-container { display: none; }
 

/* RIGHT ARCHIVES BLOCK */
.archive-block{display: block; padding-bottom: 8px; padding-top: 8px; text-decoration: none; border-bottom: 1px solid var(--border-gray-2);}
.archive-block:first-child{padding-top: 0;}
.archive-block:last-child{padding-bottom: 0;border-bottom: 0;}
.archive-block__author{font-weight: 500; font-size: 12px; margin-bottom: 4px;}
.archive-block__logo{width: 15px; height: 13px;}
.archive-block__title{font-size:16px; color: var(--color-blue-dark); font-weight: 600; margin-bottom: 4px; line-height: 130%;}
.archive-block__readtime{font-size: 12px; font-weight: 500;}
.archive-block:hover .archive-block__title{color: var(--color-blue);}

/* MAIN FOOTER */
.site-footer{padding-top: 100px;}
.site-footer .footer-main{padding-bottom: 40px;}
.footer-block__heading{font-size: 15px; color: #fff; font-weight: 700;margin-bottom: 16px;}

/* FOOTER LINKS */
.link-block__list{margin: 0;padding: 0;}
.link-block__list .link-block__item{list-style: none;margin-bottom: 12px;}
.link-block__list .link-block__item a{font-size: 14px; color: #fff; opacity: 0.6; text-decoration: none; line-height: 1.5;}
.link-block__list .link-block__item a:hover{opacity: 0.8; border-bottom: 1px dotted;}

/* APP BLOCK */
.app-block .app-link{}

.or-option{padding-top: 32px;padding-bottom: 32px; position: relative;}
.or-option:after{height: 1px; width: 100%; background-color: var(--border-dark-1);content: ""; display: block;position: absolute; left: 0;top: 50%;}
.or-option .or-option__circle{font-size: 15px; font-weight: 700; background-color: var(--color-yellow); color: var(--color-blue-dark); height: 43px;width: 43px; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; position: relative;z-index: 1;}

/* FOOTER NEWSLETTER */
.newsletter-block__form{border: 2px solid var(--color-gray-1); border-radius: 10px; padding: 6px;}
.newsletter-block__form .form-control{background-color: transparent; border: 0; color: #fff; height: 51px; font-size: 13px;}
.newsletter-block__form .btn{width: 51px;height: 51px; border-radius: 10px;;}

.newsletter-block__form .form-control::-webkit-input-placeholder {color: white; opacity: 0.7;}
.newsletter-block__form .form-control::-moz-placeholder {color: white; opacity: 0.7;}
.newsletter-block__form .form-control:-ms-input-placeholder {color: white; opacity: 0.7;}
.newsletter-block__form .form-control:-moz-placeholder {color: white; opacity: 0.7;}

/* SOCIAL HANDLES */
.social-block .social-block{gap: 8px;}
.social-block .social-block__item{height: 48px;width: 48px; font-size: 22px; display: flex; justify-content: center; align-items: center;}

/* FOOTER BOTTOM LINK */
.footer-bottom__link a{font-size: 13px; color: #fff; opacity: 0.6; text-decoration: none; line-height: 1.5;border-bottom: 1px dotted transparent;}
.footer-bottom__link a:hover{opacity: 0.8; border-bottom: 1px dotted white;}


/*----details page css----*/
.new-btn{background-color:#012d7c;font-size: 13px;font-weight: 600;letter-spacing: 0.5px;height: 46px;line-height: 1; color:#fff; padding-left:30px; padding-right:30px; border-color:#012d7c}
.new-btn:hover{background-color:#ffc107; color:#000;border-color:#ffc107}

.price-w{ font-size:25px;font-weight:400}
.price-w span{color:#012d7c; font-weight:600;font-size:30px;}
 
.buy-now{min-width: 310px;}
.othe-text figure{ height:32px}
.othe-text p, .othe-text h6{ font-size:14px}

.Details .contact-form__check-wrap{margin-bottom: 5px;}
.Details .form-check-inline{margin-right: 5px;margin-bottom: 5px;}
.Details .btn{padding: 5px 17px;font-weight: 400;font-size: 15px;color: #404964;border-color: transparent;background-color: #eef1fa;}
.Details .btn-check:checked + .btn {background-color: #012d7c; color: white; }
.Details .btn-check:checked + .btn span {display: inline-block !important;}


.Details-block .carousel-indicators button.thumbnail, button.thumbnail img {width: 100px;}
.Details-block .carousel-indicators button.thumbnail:not(.active) {opacity: 0.7;}
.Details-block .carousel-indicators { position: static;height: 80px;overflow: hidden;}
@media screen and (min-width: 992px) {
.Details-block .carousel { max-width: 70%; margin: 0 auto;}
}


.allview1{ min-width: 60px;}
.button_mini .fa-paper-plane{ color: #666F7F} 


/*----ABOUT US-----*/
.mission-row .mission-col img, .mission-row .vision-col img { transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s;}
.mission-row>div img { width:65px;}
 
.mission-row .mission-col:hover img, .mission-row .vision-col:hover img {transform: translateY(-8px); -webkit-transform: translateY(-8px);-moz-transform: translateY(-8px); -ms-transform: translateY(-8px);}

.listings .border-box .box{ border: 1px solid #ddd;padding: 20px;margin-bottom: 20px;}

.news-details ul{list-style: circle; line-height: 30px;padding-left: 20px;margin-top: 10px;}
.our_team .guiding-content { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; padding: 20px;}
.mission-row ul, .other-pgs ul{ list-style: circle; line-height: 30px; padding-left: 45px; margin-top: 10px;}




/*-----All Archives-----*/
.newssection__heading{position: relative; border-bottom:2px solid #e5e7ed; margin-bottom:10px} 
.newssection__heading h2{display: inline-block; font-weight: 800;font-size: 18px;color: #012d7c;text-transform: uppercase; position:relative} 
.newssection__heading h2:after{ content: "";position: absolute;border-bottom: 2px solid #ffc107; bottom: -10px; left: 0;width: 100%;z-index: 1; }

.heading__sm {font-size: 18px;height: 50px; overflow: hidden;}
.news__heading a{ color:#2d343c; line-height:25px; text-decoration: none;}
.horizontal__newswrap{  margin-top:30px}
.horizontal__newswrap .horizontal__block{display: block;border-bottom: 1px solid #e5e7ed;margin-bottom: 30px;padding-bottom: 10px;}
.horizontal__block p{ font-size:14px;height: 45px;overflow: hidden; margin-bottom: 5px;}
.horizontal__block figure img {height: 140px}



/*-----Video image page css------*/

.heading-layout .heading-title{color: #fff;font-size: 16px;background:#012D7C;padding: 12px;}

.heading-title i{ color:#ffc107;padding-right: 5px;}

.videos_gallarys-sec .nav-link {padding: .5rem 2rem; font-size: 15px; background: #ddd; border-radius: 0; margin-right: 5px;color: #000;}
.videos_gallarys-sec .nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #ffffff;background-color: #012D7C;}
.videos_gallarys-sec .card {border-radius: 0}
.videos_gallarys-sec  .nav.nav-pills {display: flex;justify-content: center;}

.Lft2022 .text-lower a {font-size: 14px;font-weight: 600;line-height: 1.3;color: var(--color-blue-dark);    text-decoration: none;}
.video-img .play-btn-red{position: absolute;background: #ff0308;color: #ffffff;height: 30px;width: 30px;border-radius: 50%; box-shadow: 0 0 0 6px #ff03086e;text-align: center;line-height: 30px;padding-left: 3px;margin: 0 auto;left: 0; right: 0;top: 50%;}
.Lft2022 .video-box { padding: 0;}
.Lft2022 .text-lower {margin-bottom: 20px; border: 1px solid #ebeff6;min-height:70px;overflow: hidden;}
.Lft2022 .video-img img { opacity: 1;}

.Lft2022 .video-box .video-img img { height: auto; overflow: hidden;}
.Lft2022  .right-heaing span {display: block;font-size: 13px;color: #ffc107;padding-left: 23px;letter-spacing: .05em;margin-top: 4px;}




/*-----career-Right-Content-Holder & Search Form----*/ 
.carrer-listing-holder{padding-top: 0px;}
.career-right-content-holder{width:100%;padding:0;margin:20px 0;}
.career-right-content-holder .career-heading h1{font-size: 1.625rem;line-height: 26px;margin-bottom: 8px;color: #191b22;font-weight: 600;}
.career-right-content-holder .career-heading h2{line-height: 1.3rem; font-weight: 500; color: #646d8c; padding-bottom: 0;font-size: 1.1rem;position: relative;margin: 0;letter-spacing: .5px;}
.career-right-content-holder .search__form {width:100%;padding:0;margin:16px 0; }
.career-right-content-holder .search__form .form-group {position: relative; } 
.career-right-content-holder .search__form .form-group  label{margin: 16px 0 8px;display: block;font-weight: 500;font-size: 0.875rem;line-height: 1rem;}
.career-right-content-holder .search__form .form-group input::placeholder{color:#d5d7dc!important;}
.career-right-content-holder .search__form .form-group i.fa {position: absolute; right: 15px; top: 36px; font-size: 15px; color: #5e6065!important; z-index: 10; } 
.career-right-content-holder .search__form .form-control {    height: 42px;border-radius:4px;background: #fff;box-shadow: none;box-sizing: border-box;padding: 0 32px 0 14px;font-size: 14px;border:1px solid #343c4547;overflow: hidden; font-weight:400;} 
.career-right-content-holder .search__form  button.search-btn { height: 42px; border-radius:4px!important; margin-right: 10px;    font-size: 15px; padding:0 14px;text-transform:capitalize;  border:1px solid #343c45; color: #fff; font-weight: 400;background:#343c45; } 
.career-right-content-holder .search__form .btn-group .btn.active {background-color: #005baa; border-color: #005baa; } 
.career-right-content-holder .search__form button.search-btn:hover {background-color: #0072f1; border-color: #0072f1; color: #fff; }
.career-details-box{padding: 16px;border-bottom: 1px solid #f2f4f9;position: relative;background: #eef0f2;display: flex;flex-wrap: wrap;border-top: 1px solid #f2f4f9;margin-bottom: 6px;}
.career-details-box:hover{background:#f5f6fa;}
.career-details-box:hover .career-inner-box-left h3 a {color: #343c45;}
.career-details-box .career-inner-box-left{width: 67%;}
.career-details-box .career-inner-box-left h3{font-size: 1rem;  margin:0;  line-height: 1.4rem;    font-weight: 500;}
.career-details-box .career-inner-box-left h3  a {color:#012d7c;cursor: pointer;word-break: break-word;font-size: 1rem;line-height: 1.4rem; font-weight: 500;}
.career-details-box .career-inner-box-left p {margin-bottom: 10px;padding: 0 0 0 0;font-size: 13px;line-height: 20px;font-weight: 400;color:#50566d;}
.career-details-box .career-inner-box-left span.career-date {display: block;font-size: 0.8125rem;}
.career-details-box .career-inner-box-right {width: 33%;}
.career-details-box .career-inner-box-right span {font-size: 0.8125rem;text-align: right;display:block;}


/*----Contact Us--*/
.contact-us_part { font-size:16px}
.Contactfom .form-control { height: 50px;  padding: 15px; border-radius: 0; border-color: #eee; font-size: 15px;
 padding-left: 15px;-webkit-box-shadow: unset;  box-shadow: unset;}
.Contactfom textarea.form-control { height: 150px !important;}
.Contactfom form .form-control:focus {  border-color: #012d7c!important;}

/*-----our-contributor css----*/

.team-box { padding: 25px;box-shadow: -2px 11px 35px 7px rgba(0, 0, 0, 0.18);-webkit-box-shadow: -2px 11px 35px 7px rgba(0, 0, 0, 0.18);-moz-box-shadow: -2px 11px 35px 7px rgba(0, 0, 0, 0.18);border-radius: 8px;background: #ffffff;margin-top: 25px;min-height: 388px;}
.team-box img {text-align: center;display: block;margin: 0px auto;border-radius: 50%;}
.team-item-info h4 {font-size: 17px;line-height: 22px;text-align: center; font-weight: 400;height: 60px;overflow: hidden;}
.team-item-info p {font-size: 15px;line-height: 22px;}
.meet-our-team{background-color: #f9f9f9;padding: 50px 0; border: 1px solid #ececec;}

.page-numbers.current, a.page-numbers:hover { background: #000;color: #fff; border: 1px solid #000;}
.page-numbers { display: inline-block;padding: 5px 10px; margin: 0 2px 0 0; border: 1px solid #eee;line-height: 1; text-decoration: none;border-radius: 2px; font-weight: 600;}
.page-numbers>a {color: #0400ffb8;}

/*----support-us- page css----*/
.support-bg { background: #eef0f2;}
.donate-pricebox .form-control {padding: 1.2rem 1rem;  font-size: 14px;   background: #f9f9f9;}
.donate-pricebox .auto_box .title.active {background-color:#ffc107  !important; -webkit-box-shadow: 0 7px 18px rgba(255 213 0 / 49%) !important; -moz-box-shadow: 0 7px 18px rgba(255 213 0 / 49%) !important;box-shadow: 0 7px 18px rgba(255 213 0 / 49%) !important;border: solid 1px #f9d108  !important; border-radius:0}
.donate-pricebox .btn{ border-radius:0}


/*------Thankyou --------*/
.paymentstatus{padding:100px 0; }
.paymentstatusblock {background: #fff; padding: 40px 40px 70px 40px; text-align: center; }
.paymentstatusblock:before {content: "";height: 3px; width: 90%; background:#012d7c;display: block;  margin: 0 auto; position: absolute;bottom: -3px; left: 0;right: 0; z-index: 1; border-radius: 0 0 5px 5px;}
 
.paymentstatusblock .paymnttitle {font-weight: 800;font-size: 30px;margin-bottom: 20px;}
.paymentstatusblock .statusmessage {color:#012d7c; font-size:20px;margin-bottom: 30px;}
.paymentstatusblock p.statusmessage strong {color:#444; font-size:14px; font-weight:normal} 
.donat-support a{color: #fff !important;background: #012d7c;padding-left: 15px !important;padding-right: 15px !important;}
.donat-support a:hover{background-color: #192b69; color: #fff;}
.paymentstatusblock .redmore-btn{color: #fff;padding: 15px 50px;background: #012d7c; }
.paymentstatusblock .redmore-btn:hover{background-color: #192b69; color: #fff;}

/*=========================CART PAGE CSS=========================*/
.cart-section .card{border: 1px solid #aeaeae; }
/* Cart Item Styles */
.cart-wrapper .cart-item {display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #aeaeae; }
.cart-wrapper .cart-item:last-child {border-bottom: 0; }

.cart-wrapper .item-number,
.cart-wrapper .item-image,
.cart-wrapper .item-product,
.cart-wrapper .item-price,
.cart-wrapper .item-quantity,
.cart-wrapper .item-total,
.cart-wrapper .item-delete {flex: 1; padding: 5px; font-size: 16px; font-weight:700; color: #000; }
.cart-wrapper .item-product {flex: 3; }
.cart-wrapper .item-quantity input.form-control {max-width: 55px;margin: 0 auto;border-color: #aeaeae;border-radius: 0; }
.cart-wrapper .item-price, .cart-wrapper .item-total {flex: 2; text-align: center; }
.cart-wrapper .item-delete {flex: 1; text-align: center; }

/* Cart Summary styles */
.cart-wrapper .cart-summary {display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-size: 15px; font-weight:700; border-top: 1px solid #aeaeae; }
.cart-wrapper .summary-label {flex: 1; }
.cart-wrapper .summary-value {flex: 1; text-align: right; }


/*FORM CONTROL*/
.form-control{border: 1px solid #ddd; height: 45px;  padding-right: 10px;padding-left: 10px;font-size: 13px;}
.form-control:focus { border-color:var(--color-blue-bright)}
textarea{resize: none;}
textarea.form-control { height: auto !important;}

 /*---details-page----*/
.main-big-top-img img{ width:100% }
.news-details p {font-size: 16px;margin-bottom: 0; margin-top: 10px;line-height: 28px;}
.news-details p strong{color: #333;font-weight: 600;}
.news-details .time i{ font-size: 11px; padding-right: 5px; color: #012d7c;}
.news-details .time .circle{ font-size:15px; color:#343c45; font-weight:700}
.news-details .time .clock{font-size: 14px;font-weight: 500}
.tg-footer{border-top: 1px solid #e9ebf5;border-bottom: 1px solid #e9ebf5;margin: 40px 0;}
.blog-tags { padding: 15px 0; display: inline-block;}
.blog-tags .list-inline { margin-bottom: 0;}
.blog-tags .list-inline .list-inline-item { margin-right: 0;}
.blog-tags .list-inline .list-inline-item .fa-tags {margin-right: 10px;text-align: center; position: relative; color: #012d7c;}
.blog-tags .list-inline .list-inline-item a {display: block; padding:2px 6px 3px; border: 1px solid #ddd; margin-right: 5px; color: #000; text-decoration: none; text-transform: uppercase; font-size: 12px; margin-bottom: 10px; font-weight: 600; }
.blog-tags .list-inline .list-inline-item a:hover {background-color: #012d7c;  color: #fff;border: 1px solid #012d7c;}

.tg-footer .mob-Share {padding-top: 15px;margin-bottom: 15px;}
.tg-footer .Share-bt{ font-size: 15px; padding-right: 10px;}
.tg-footer .social-margin { margin-right:5px;}

.tg-footer  .social-icon {box-sizing: border-box;-moz-border-radius: 50px; -webkit-border-radius: 0px;border-radius: 50px;border: 5px solid;text-align: center; width: 40px; height: 40px;display: inline-block;line-height: 1px; transition: all 0.5s;}

.tg-footer  .social-icon:hover {  transform: rotate(360deg)scale(1.2);}

/* Facebook Button Styling */
.tg-footer .facebook { font-size: 19px;padding-top: 6px; border-color: #3b5998; background-color: #3b5998;color: #ffffff;}
.tg-footer .facebook:hover {background-color: #ffffff;color: #3b5998;}

 /* Twitter Button Styling */
.tg-footer .twitter {font-size: 19px;padding-top: 6px;padding-left: 2px;border-color: #000;background-color: #000;color: #fff;}
.tg-footer  .twitter:hover { background-color: #ffffff; color: #000;}

/* Whatsapp Button Styling */
.tg-footer .whatsapp {font-size: 19px;padding-top: 6px;padding-left: 1px;background-color: #25d366;color: #ffffff;border-color: #25d366;}
.tg-footer .whatsapp:hover {background-color:#fff;color:#25d366;}

/* Linkedin Button Styling */
.tg-footer .linkedin {font-size: 19px;padding-top: 6px;padding-left: 1px;background-color: #0976b4;color: #ffffff;border-color: #0976b4;}
.tg-footer .linkedin:hover {background-color:#fff;color: #0976b4;}


/*Author box*/
.author-bio{text-align:left;display:flex; padding: 20px;background: #fbfbfb;}
.author-bio .author-image img{border-radius:50%;width:105px;height:105px;}
.author-bio .author-image{flex-grow:0;flex-shrink:0;overflow:hidden;width:90px;height:100px;margin-right:40px;}
.author-bio .author-info{flex-grow:1;}
.author-bio h3 a{font-size:22px;margin-bottom:10px; color: #2d343c;}
.author-bio h5{font-size:13px;text-transform:uppercase;margin-bottom:0;font-weight:500;}
.author-bio .author-description{margin-top:15px;margin-bottom:15px;font-size:16px;}


.comments-area{position:relative;margin: 45px 0;}
.comments-area .comment-box{position:relative;padding-bottom: 35px;border-bottom: 1px solid #e8e8e8;margin-bottom: 25px;margin-top: 20px;}
.comments-area .comment-box:last-child{margin-bottom: 0;border-bottom: 0;padding-bottom: 0;}
.comments-area .comment{position:relative;min-height: 100px;padding-left: 15px;}
.comments-area .comment-box .author-thumb{position:absolute;left:0px;top:5px;height: 80px;width: 80px;margin-bottom: 20px;overflow: hidden;}
.comments-area .comment-box .author-thumb img{width:100%;display:block;}
.comments-area .comment-info{position: relative;display: block;margin-bottom: 5px;}
.comments-area .comment-box .name{position: relative;display: inline-block;font-size:16px;line-height:1.2em;font-weight:700;color:#000;}
.comments-area .comment-box .time{position: relative;display: block;font-size: 13px;line-height: 20px; text-transform: uppercase;}
.comments-area .comment-box .text{font-size: 16px;font-weight: 300;margin-bottom: 10px;}
.comments-area .comment-box .reply-btn{position: relative;display: inline-block;font-size: 14px;line-height: 25px;
color:#012d7c;font-weight: 500;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
.comments-area .comment-box .reply-btn:hover{color: #222222;}
.comments-area .comment-box .reply-btn span{-webkit-transform: scaleX(-1);-ms-transform: scaleX(-1);transform: scaleX(-1);margin-right: 2px;}
.comments-box label{font-weight: 700; font-size: 17px; color: #333; }
.comment-form{position: relative;padding: 20px 0px 50px 0px;border-top: 1px solid #e9ebf5;}
.comment-form .group-title h3{font-size: 20px;color: #012d7c; font-family: 'Lora', serif;}
.comment-form .text{display: block;font-size: 15px;line-height: 28px;color: #555555;font-weight: 300;margin-bottom: 20px;}
.comment-form .form-group{position:relative;margin-bottom: 20px;}
.comment-form .form-group:last-child{margin-bottom: 0;}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select{position: relative;display: block;height: 40px;width: 100%; line-height: 23px;font-weight: 300;padding: 10px 10px;background-color: #ffffff;border-bottom: 2px solid #dddddd;-webkit-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;-moz-transition: all 300ms ease;transition: all 300ms ease;border-top: 0;border-left: 0; border-right: 0}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{border-color:#012d7c;color: #222222;}
.comment-form .form-group textarea{height: 150px;resize: none;margin-bottom: 10px;}


.disclaimer-text h5{ font-size:16px;}
.telegram-alert h4{font-size: 15px;line-height: 34px; margin-bottom: 0;}
.telegram-alert i{ font-size: 25px;color: #012d7c;}
.disclaimer-text p{ font-size:14px}
.or-block span{background: #ffc107;border-radius: 50%; font-weight: 700;text-transform: uppercase; width: 50px;height: 50px;display: inline-block; line-height: 50px;}
.mob-txt{color: #000;font-size: 24px; display:inline-block}
.numb-sz{font-size: 30px;padding-left: 10px;}
/*#################################################################*/
/*################___________MEDIAQUERIES____________##############*/
/*#################################################################*/

@media screen and (min-width: 1900px) {
 
}

@media screen and (min-width: 1600px) {

}
 
@media screen and (min-width: 1400px) {
   
} 

@media (max-width: 1439.98px) {  
 
}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {

}

@media (max-width: 576.98px) {
.header-brand__Mobile{ text-align: center;display: block;}
.main-navbar .nav-item {margin-right: 0px;}
.header-brand__logotext, .header-brand__today-date { display:none}
.header-brand__Mobile img{ width:220px}
.navbar-toggler{ background-color:#fff;border-radius: 0;}
.breaking-title span {width: 130px} 
.header-brand__logo {width: 200px;height: auto;}
.main-navbar .nav-item .btn {padding:12px;padding-left: 25px;width: 265px}
.block-heading-md, .block-heading-lg { text-align: center;font-size: 16px;}
.for-mobile-menu{ width:100%}
.vision-col .block-heading-md, .vision-col .block-heading-lg { text-align: left}
.mission-row ul, .other-pgs ul {padding-left: 15px}
 
.horizontal__block figure img {height: 100%}
.heading__sm {font-size: 14px;height: auto}

.Lft2022 .text-lower {min-height: auto;}
.career-details-box .career-inner-box-left, .career-details-box .career-inner-box-right { width:100%;}

.site-footer {padding-top: 30px;padding-bottom: 30px;}
.footer__support-btn{ position:fixed; bottom:0;width: 100%; z-index:10}

.news-details .block-heading-md, .news-details .block-heading-lg {text-align: left;font-size: 20px}

.author-bio {text-align: center;display: block;}
.author-bio .author-image { height: auto;margin-right: 0;margin: 0 auto}
.news-details p {font-size: 14px;line-height: 24px;}
.pmt-opts img{ width: 32%; margin-bottom: 10px;}
.mob-txt{ font-size:16px; font-weight:600}
}