@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/*html {scroll-behavior: smooth;}*/

@font-face {
    font-family: 'GESSTwoLight';
    src:url('../fonts/GESSTwoLight.woff2') format('woff2'),
        url('../fonts/GESSTwoLight.woff') format('woff'),
        url('../fonts/GESSTwoLight.ttf') format('truetype'),
        url('../fonts/GESSTwoLight.svg#GESSTwoLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GESSTwoMedium';
    src:url('../fonts/GESSTwoMedium.woff2') format('woff2'),
        url('../fonts/GESSTwoMedium.woff') format('woff'),
        url('../fonts/GESSTwoMedium.ttf') format('truetype'),
        url('../fonts/GESSTwoMedium.svg#GESSTwoMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GESSTwoBold';
    src:url('../fonts/GESSTwoBold.woff2') format('woff2'),
        url('../fonts/GESSTwoBold.woff') format('woff'),
        url('../fonts/GESSTwoBold.ttf') format('truetype'),
        url('../fonts/GESSTwoBold.svg#GESSTwoBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



:root{

    --header-backgoround-image: url("../images/banner-inner2.jpg");
    --periocicals-publications-backgoround-image: url("../images/shadow2.png");
    --header-news-background-image :url("../images/bg-image1.jpg");
}


select::-ms-expand { display: none; }
a{ -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
h1 {font-size:30px;color:#2F88C2; margin:0px 0px 20px 0px;padding:0px;line-height: 1.2;font-weight:500;font-family: 'Roboto', sans-serif;}
h2 {font-size:32px;color:#2F88C2; margin:0px 0px 20px 0px;padding:0px;line-height: 1.2;font-weight:500;font-family: 'Roboto', sans-serif;}
h3 {font-size:24px;color:#2F88C2; margin:0px 0px 20px 0px;padding:0px;line-height: 1.2;font-weight:500;font-family: 'Roboto', sans-serif;}
h4 {font-size:22px;color:#202E3F; margin:0px 0px 20px 0px;padding:0px;line-height: 1.2;font-weight:500;font-family: 'Roboto', sans-serif;}
h5 {font-size:20px;color:#202E3F; margin:0px 0px 15px 0px;line-height: 1.4;font-weight:500;font-family: 'Roboto', sans-serif;}
h6 {font-size:18px;color:#212842;margin:0px 0px 15px 0px;line-height: 1.2;font-weight:500;font-family: 'Roboto', sans-serif;}
p{color:#202E3F;font-size:16px;line-height:1.4; margin:0px 0px 20px 0px;font-family: 'Roboto', sans-serif;font-weight: 400;}

.spacer1px {clear:both;line-height:0;font-size:0;overflow:hidden;height:1px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer10px {clear:both;line-height:0;font-size:0;overflow:hidden;height:10px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer20px {clear:both;line-height:0;font-size:0;overflow:hidden;height:20px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer30px {clear:both;line-height:0;font-size:0;overflow:hidden;height:30px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer50px {clear:both;line-height:0;font-size:0;overflow:hidden;height:50px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer80px {clear:both;line-height:0;font-size:0;overflow:hidden;height:50px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}



body {
	overflow-x:hidden;
	color:#212842;
	font-size:16px;
	line-height:1.4; 
	margin:0px; 
	padding:0px; 
	outline:none;
	text-decoration:none;
	list-style:none;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	background-color:#fff;
	font-weight: 400;
}

p{color:#212842;font-size:16px;line-height:1.4;  margin:0px 0px 20px 0px;font-family: 'Roboto', sans-serif;font-weight: 400;}
ul, ol {list-style: none;margin: 0;padding: 0;}
a:hover{ text-decoration:none;}
-webkit-input-placeholder {color:rgba(32,46,63,0.5) !important; opacity:1 !important;}
-moz-placeholder {color: rgba(32,46,63,0.5) !important; opacity:1 !important;}
-ms-input-placeholder {color: rgba(32,46,63,0.5) !important; opacity:1 !important;}
-moz-placeholder {color:rgba(32,46,63,0.5) !important; opacity:1 !important;}
.form-control::-webkit-input-placeholder {color: #212842 !important; opacity:1 !important;}
.form-control::-moz-placeholder {color:#212842 !important; opacity:1 !important;}
.form-control:-ms-input-placeholder {color:#212842 !important; opacity:1 !important;}
.form-control:-moz-placeholder {color: #212842 !important; opacity:1 !important;}
:focus, button:focus {outline-style:none;box-shadow:none;border-color:transparent;}
*:focus {outline: none;}
input:focus{outline:none;}
img{max-width:100%;height:auto; outline:none;}
a{outline:none; border:none;}


.pagetitle{ position:relative; text-align:center; padding:0px 15px 10px 15px;background: url("../images/border-img.png") no-repeat center bottom;max-width: 1100px;
margin: 0 auto 30px;  }
.pagetitle h2 {font-size:32px;color:#2F88C2; margin:0px 0px 15px 0px;padding:0px;line-height: 1.2;}
.pagetitle p{ color: #1D2A42;}

.pageititle2{text-align: center;}
.pageititle2 h3{color: #1D2A42; margin-bottom: 10px;}

/*=========================== Header ===========================*/

.header-top {position: relative;padding: 15px 0px;}
.header-menu{ position: relative; padding:0px 0px; background: #f5f5f5;text-align: center;}
.header-top-flex{display: flex; justify-content: space-between; align-items: center;}
.header-top-flex1 img{width: 100px;}
.header-top-flex .btn.btn-success{border-radius: 50px;min-width: 60px;}
.header-top-flex .form-control{background-color:#F5F5F5; border: none;border-radius: 25px 0px 0px 25px  !important;}
.header-top-flex .input-group{width:500px;}
.header-blue{ position: relative; padding: 10px 0px; background: #2f88c2; color: #fff;}
.header-blue-link li {color: #fff; display: inline-block; border-right: 1px solid #fff; padding: 0px 7px 0px 0px;margin: 0px 7px 0px 0px; line-height: 1.1;font-size: 12px;}
.header-blue-link li a{color: #fff;}
.header-blue-link li a:hover{ text-decoration: underline;}
.header-blue-link li:last-child{border: none !important;}
.header-blue-social{ text-align: right;}
.header-blue-social li {color: #fff; display: inline-block; padding: 0px 0px 0px 10px;}
.header-blue-social li a{color: #fff;}
.header-blue-social li a:hover{ color: #ccc;}
.header-blue-social li a.lang-change{padding: 0px 0px 0px 10px;font-family: 'GESSTwoMedium';font-weight: 500;}


/* ===============menu================== */

.fixedhead{position: fixed;top:0px;animation:slide-down 0.7s;opacity:1;width: 100%;background:#fff;z-index: 99;left:0px;padding:0px 0px;}    
.header-sticky.fixedhead{ background:rgb(255 255 255);box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1);}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}


/*=========================== Banner ===========================*/

.house_banner.fullscreenbanner .house_banner_sec,.house_banner.fullscreenbanner .container-fluid{ padding:0px !important;}
.house_banner.fullscreenbanner .house_banner_sec .owl-next{ right:-60px;}
.house_banner.fullscreenbanner .house_banner_sec .owl-prev{ left:-60px;}
.house_banner.fullscreenbanner .house_banner_sec .owl-next:hover,.house_banner.fullscreenbanner .house_banner_sec .owl-prev:hover{opacity:0.6;}

.bannercontent-up{position: absolute;z-index: 1;top: 50%;transform: translateY(-50%);right: 0;max-width: 850px;text-align: center;margin: 0 auto;left: 0;}
.house_banner .owl-carousel .owl-item:after{ position: absolute; left: 0px; top: 0px;background:rgba(33,40,66,0.6); width: 100%; height: 100%; content: '';}
.bannercontent-up h1{ color:#fff; font-size:22px; margin-bottom:20px;}
.bannercontent-up p{ color:#fff;max-width: 70%;margin: 0 auto 20px;}
.bannercontent-up .btn-style-one{ background: none;border: 1px solid #fff;color: #fff;min-width: 200px;}
.bannercontent-up .btn-style-one:hover{ border: 1px solid #fff;color: #333;background: #fff;}

/*=========================== Market Graph ===========================*/

.market-graph {position: relative;/*display: grid;grid-template-columns: 1fr 1fr 1fr;*/display: flex;margin-top: -1px;}
.market-graph1{ background: #1d2a42; padding: 25px 40px; color: #fff;width: 33%;}
.market-graph .market-graph1:nth-child(1) { text-align: left;}
.market-graph .market-graph1:nth-child(2) {background: #2f87c1; text-align: center;}
.market-graph .market-graph1:nth-child(3) {background: #f5f5f5; text-align: center;;width: 34%;}

.market-graph .market-graph1:nth-child(2) td {text-align: left;}
.market-graph .market-graph1:nth-child(3) td {text-align: left;}
.market-graph .market-graph1:nth-child(3) h4 { color: #2F88C2;}
.market-graph .market-graph1:nth-child(3) p { color: #2F88C2;}
.market-graph .market-graph1:nth-child(3) a { color: #2F88C2;border: 1px solid #2F88C2;}
.market-graph .market-graph1:nth-child(3) a:hover{ color: #2F88C2;}




.market-graph-box1{ padding-bottom: 25px;}
.market-graph-box2{}
.market-graph-box2 a{color: #fff; border-radius:35px; min-width:150px; text-align:center; border:1px solid #fff;padding: 10px 35px; transition: 0.5s ease-in-out; display:inline-block;}
.market-graph-box2 a:hover{background:#2F88C2;color: #fff !important; border:1px solid #2F88C2;}
.market-graph-box2 h4{ color: #fff; margin: 0px 0px 20px 0px; font-size: 20px;}
.market-graph-box2 p{ color: #fff; margin: 0px; font-size: 12px;}
.market-graph-box2 td{ padding: 10px 10px;}
.market-graph-box2 h6{ color: #fff; margin: 0px; font-size: 14px;}
.market-graph-box2 table td table td{ padding: 0px;}
.market-graph-box2 .fa-long-arrow-up{ color: #2bea90;font-size: 28px;transform: rotate(-40deg);}
.market-graph-box2 table img{ width: 30px !important;}
.market-graph-box2 table .cont1 {font-size: 12px;}

/*=========================== what do we do ===========================*/

.what-we-do {position: relative;padding: 50px 0px;}
.whatdowedo_slide-body img{ border-radius: 5px;}
.whatdowedo_slide-body h4{color: #2F88C2;}
.slider-counter{ text-align: center; width: 50%; padding-top: 15px;}
#whatdowedo_slide {padding-top: 20px;}
.what-we-do .owl-nav { position: absolute;top: 50%;left: 0;right: 0;transform: translateY(-50%);width: 50%;}
.whatdowedo_slide-content{ padding: 0px 0px 0px 50px;}

/*=========================== About Bank ===========================*/

.about-bank-sudan {position: relative;padding: 30px 0px 70px;}
.about-bank-sudan .important-notice-body p{ font-size: 16px;}
.about-bank-sudan .important-notice-body h4{ font-size: 22px;}
.about-bank-tabs{border: none;border-top: 1px solid rgba(33,40,66,0.1);}
.about-bank-tabs .nav-item{ display: block;width: 100%; border-bottom: 1px solid rgba(33,40,66,0.1); position: relative;}
.about-bank-tabs .nav-item .nav-link{padding: 18px 0px 18px 50px; font-weight: 500; font-size: 16px;border-left: 5px solid #fff;}
.about-bank-tabs .nav-item .nav-link.active{ background: #d9e9f4; border-left: 5px solid #3088c2;}
.about-bank-tabs .nav-link img{-webkit-filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
      filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
width: 25px;position: absolute;left: 15px;}
.about-bank-tabs .nav-link.active img{-webkit-filter: grayscale(100%) brightness(360%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
      filter: grayscale(100%) brightness(360%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);}

/*=========================== Latest News ===========================*/

.latest-news{position: relative; background: #f7f7f7; padding: 30px 0px 50px 0px;}
.latest-news:before{ position: absolute; right: 0px; top: 0px; content: ''; background: var(--header-news-background-image) no-repeat center center ; background-size: cover; width: 100%; height: 520px;}
.latest-news .pagetitle *{ color: #fff;}
.latest-news .pagetitle {background: url("../images/border-img-wh.png") no-repeat center bottom;}
#latestnews_slide.owl-carousel .owl-stage-outer {height: calc(100% + 30px);margin: -15px;padding: 15px;width: calc(100% + 30px);}
.atest_slide-content{}
.latest-news-btn-sec{position: absolute;bottom: 20px;}
.latest_slide-content{padding: 20px 20px 80px 20px;text-align: left;min-height: 240px;}
.latest_slide-content .date-time{ display: flex; align-items: center;padding-bottom: 10px; color: #1D2A42;}
.latest_slide-content .date-time i{ font-size: 24px; font-weight: normal; margin: 0px 10px 0px 0px;}

/*=========================== Important Topics ===========================*/

.important-topics{position: relative; padding: 50px 0px;}
.important-topics .tab-content{padding-top: 40px;}
.important-notice-body p{ font-size: 18px; line-height: 1.6; margin-bottom: 30px;}
.important-notice-body img{ border-radius: 5px; width: 100%;}
.important-topics .nav{justify-content: center;}
.important-topics .nav-tabs { border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;}
.important-topics .nav-link{ position: relative;padding: 1.5rem 1.5rem;}
.important-topics .nav-link.active{ }
.important-topics .nav-link.active:before{ position: absolute; width: 30px; height: 30px; border-radius: 50%; background: #fff; border: 9px solid #2F88C2; content:''; margin: 0 auto; top: -17px; left: 0; right: 0;}

/*=========================== Periodicals and publications ===========================*/

.periodicals-publications{position: relative; padding: 50px 0px;}
.publication_slide_single{position: relative;padding: 0;background: #fff;box-shadow: 0 2px 12px 2px rgba(0,0,0,0.06);border-radius:5px;
text-align: center;}
.publication_slide_single p{}
.publication_slide-image{ background-color: #e5f0f7; text-align: center;padding: 50px 0px; overflow: hidden; position: relative;}
.publication_slide-image.bg2{ background-color: #fceae9;}
.publication_slide-image.bg3{ background-color: #e3e4e7;}
.publication_slide-image:before{ position: absolute; right: 0px; top: 0px; content: ''; background: var(--periocicals-publications-backgoround-image) no-repeat right -130px center ; background-size: cover; width: 220px; height: 220px; opacity: 0.6;}
.publication_slide-image img{ width: 150px !important;margin: 0 auto;}
.publication_slide-content{ padding: 20px 20px 80px 20px; text-align: left;min-height: 240px;}

#publication_slide.owl-carousel .owl-stage-outer {height: calc(100% + 30px);margin: -15px;padding: 15px;width: calc(100% + 30px);}
.publication_slide-content .btn-style-one{ position: absolute; bottom: 20px;left: 20px;}
#publication_slide {padding: 50px 0px 0px 0px; position: relative;}
#publication_slide:before{ content: ''; position: absolute; left: 0px; right: 0; margin:0 auto;top: 0px; background-color: #f7f7f7; content: ''; width: 50%; height: 120%; z-index: -1;}
.periodicals-publications .btn-style-two{z-index: 1;position: relative;}


/*=========================== Statistics ===========================*/

.statistics-currency{position: relative; padding: 50px 0px;}
.statistics-box{box-shadow: 0 3px 12px 0px rgba(0,0,0,0.12);position: relative;padding: 0px;background: #fff; height: 100%; border-radius: 5px;}
.statistics-box h3{background: #2F88C2; color: #fff; border-radius: 5px 5px 0px 0px; text-align: center; padding: 15px;}
.statistics-box-graph{text-align: center; padding: 20px;}
.statistics-box-tab {padding: 0px 20px 20px 20px;}
.statistics-box-tab h5 i{ font-size: 30px; margin: 0px 15px 0px 0px; font-weight: normal;}
.statistics-box-tab ul{display: flex;flex-wrap: wrap;}
.statistics-box-tab ul li{flex: 1 1 auto; margin: 0px 5px; position: relative;}
.statistics-box-tab ul li a{font-size: 14px; display: inline-block; border: 1px solid #1D2A42; border-radius: 5px; padding: 10px 10px;width: 100%; text-align: center;}
.statistics-box-tab ul li a:hover{border: 1px solid #2F88C2; background-color: #2F88C2; color: #fff;}
.statistics-box-tab ul li.active a{background-color: #2F88C2; border: 1px solid #2F88C2;color: #fff;}

.statistics-box-tab .dropdown-menu {display: none !important;}
.statistics-box-tab .dropdown-menu.show {display: block !important;border: none;}
.statistics-box-tab .dropdown img{ width: 20px; margin: 0px 10px 0px 0px;}
.statistics-box-tab .dropdown-toggle{display: inline-block; border: 1px solid #1D2A42; border-radius: 5px; padding: 8px 10px;width: 100%; text-align: center; background: none; text-align: left;}
.statistics-box-tab .dropdown-toggle:hover{border: 1px solid #2F88C2; background-color: #2F88C2; color: #fff;}

.statistics-box-tab .dropdown-menu.show li{margin: 0px 0px 10px 0px; text-align: left;}
.statistics-box-tab .dropdown-menu.show li a{text-align: left;}
.statistics-box-tab ul li i.fa-calendar-alt{ position: absolute; right: 12px; top: 12px; font-size: 20px; color: #c2c4c7;}
.statistics-box-tab.equal-box li{flex-basis: 0;}

/*=========================== National Currencies ===========================*/

.national-currency{position: relative; padding: 20px 0px 50px 0px;}
.national-currency-main{}
.national-currency-box{ background: #fff; height: 100%; text-align: center; border: 1px solid #dedee2; border-radius: 5px; padding: 20px;}
.national-currency-main [class*="col-lg-3"] {margin-bottom: 30px;}
.national-currency-box p,.national-currency-box h5{ color: #000;}
.national-currency-main i{ color:#9097a2;  width: 80px; height: 80px; line-height:80px; border: 1px solid #9097a2; border-radius: 50%; margin-bottom: 20px; font-size: 30px;display: inline-flex;align-items: center;justify-content: center;}
.national-currency-box:hover{box-shadow: 0 3px 12px 0px rgba(0,0,0,0.12); border: 1px solid #fff;}
.national-currency-box:hover i{ background: #2F88C2;border: 1px solid #2F88C2;color:#fff;}
.national-currency-box:hover .btn-style-one{background:#2F88C2;color: #fff;}
.national-currency-main.adminstrative-organizational [class*="col-lg-4"] {margin-bottom: 30px;}

/*=========================== Mobile App ===========================*/

.get-app{position: relative; padding: 50px 0px; background: url("../images/shadow2.png") no-repeat right -130px center #f7f7f7;margin-bottom: 80px;}
.get-app-scan {max-width: 300px;text-align: center;}
.get-app-dwnlod{margin-bottom: 30px;}
.get-app-dwnlod h5{ margin-bottom: 30px;}
.get-app-dwnlod img{ margin: 0px 10px 0px 0px;}
.get-app h2{ font-size: 25px; background: url("../images/border-img.png") no-repeat left bottom; padding-bottom: 30px;}
.get-app-scan h6{color:#2F88C2; margin-bottom: 20px; position: relative;}
.get-app-scan h6 span{ display: inline-block; padding: 0px 10px; background: #f7f7f7; position: relative; z-index: 1;font-weight: normal;font-size: 16px;}
.get-app-scan h6:after{ content: ''; width: 100%; height: 1px; background: #2F88C2; position: absolute; left: 0px; top: 10px;}

/*=========================== Footer ===========================*/

.footer-newsletter2{box-shadow: 0 3px 12px 0px rgba(0,0,0,0.12); position: relative; padding: 20px; background: #fff;z-index: 1;margin-bottom: -120px;}
.footer-newsletter2 .input-group{border: 2px solid #2F88C2;padding: 5px;border-radius: 55px;}
.footer-newsletter2 .form-control{ border: none;border-radius: 20px !important;}
.footer-newsletter2 .form-control::-webkit-input-placeholder {color: rgba(33,40,66,0.26) !important; opacity:1 !important;}
.footer-newsletter2 .form-control::-moz-placeholder {color:rgba(33,40,66,0.26) !important; opacity:1 !important;}
.footer-newsletter2 .form-control:-ms-input-placeholder {color:rgba(33,40,66,0.26) !important; opacity:1 !important;}
.header-top-flex .form-control::-webkit-input-placeholder {color: rgba(33,40,66,0.35) !important; opacity:1 !important;}
.header-top-flex .form-control::-moz-placeholder {color:rgba(33,40,66,0.35) !important; opacity:1 !important;}
.header-top-flex .form-control:-ms-input-placeholder {color:rgba(33,40,66,0.35) !important; opacity:1 !important;}
footer.inner-footer .footer-top{padding: 60px 0px 30px;}
.footer-newsletter2 .btn.btn-success{ background-color: #2f88c2; min-width: 150px; text-align: center; border-radius: 55px !important;border: none !important;}
.footer-top{position: relative; padding: 120px 0px 30px; background: url("../images/shadow1.png") no-repeat right bottom #fbfbfb; margin-top: 50px;}
.footer-top h6{ color:#2F88C2;}
.footer-top-box1 li{ display: block; margin-bottom: 15px;font-size: 14px;}
.footer-top-box1 li a{ color:#1D2A42;}
.footer-top-box1 li a:hover{ text-decoration: underline;}
.app-footer img {margin-bottom: 20px;}
.barcode-footer img {margin-top: 20px;}
.footer-btm{ position: relative; padding: 10px 0px; background-color: #2F88C2; color: #fff; text-align: center;font-size: 14px;}
.footer-newsletter2 h4{ color: #2F88C2; margin-bottom: 5px;}

/*=========================== Banner Inner ===========================*/

.banner-inner{position: relative; padding: 100px 0px; background: url("../images/banner-inner1.jpg") no-repeat center center; text-align: center; background-size: cover;min-height: 330px;display: flex;align-items: center;}
.banner-inner::after {position: absolute;left: 0px;top: 0px;background: rgba(33,40,66,0.6);width: 100%;height: 100%;content: '';}
.bodywork{ position: relative; padding: 35px 0px 50px;}
.banner-inner.bg2{background: var(--header-backgoround-image) no-repeat center center;}
.banner-inner.bg3{background: var(--header-backgoround-image) no-repeat center center;}
.banner-inner.bg4{background: url("../images/banner-inner4.jpg") no-repeat center center;}

/*=========================== Button ===========================*/

.doyouhave-question{ position: relative; padding: 40px 0px; background-color:#F7F7F7; text-align: center;}
.doyouhave-question a{ margin: 0px 10px 10px;}
.doyouhave-question .btn-style-one{ background: transparent;}
.banner-inner-content{ position: relative; z-index: 1;}
.banner-inner-content h1{ color:#fff; font-size:22px; margin-bottom:20px;}
.banner-inner-content p{ color:#fff;max-width: 70%;margin: 0 auto 20px;}
.faq-mainbox{ position: relative; padding: 20px; margin-bottom: 30px;box-shadow: 0 3px 12px 0px rgba(0,0,0,0.12); background: #fff;}
/*.accordion-button::after {width: auto;height: auto;content: "+";font-size: 40px;background-image: none;font-weight: 100;color: #1b6ce5;transform: translateY(-4px);}
.accordion-button:not(.collapsed)::after {width: auto;height: auto;background-image: none;content: "-";font-size: 48px;transform: translate(-5px, -4px);transform: rotate(0deg);}
*/
.faq-mainbox h3{ margin-bottom: 0px;}
.accordion-collapse {border: 0;}
.accordion-button {border: 0;font-size: 16px;color: #1D2A42;text-align: left;border-bottom: 0px solid #ddd;padding:20px 60px 20px 0px;}
.accordion-button:focus {box-shadow: none;border: none;}
.accordion-button:not(.collapsed) { color: #1D2A42; background: #fff;}
.accordion-body {padding: 0px 0px 15px 0px; color: #1D2A42;}
.accordion-button::after {width: 30px;height: 30px;content: "+";text-align: center;background-image: none;font-weight: 100;color: #1D2A42;
top: 50%;transform: translateY(-50%);font-size: 20px;border: 1px solid #1D2A42;border-radius: 50%;line-height: 26px;position: absolute;right: 0px;display: flex;
align-items: center;justify-content: center;}
.accordion-button:not(.collapsed)::after {background-image: none;content: "-";font-size: 26px;top: 50%;transform: translateY(-50%); color: #2F88C2;border: 1px solid #2F88C2;}
.accordion-button:not(.collapsed) {background: none;color: #2F88C2;}

/*=========================== What We Do ===========================*/

.what-we-dopage{ position: relative; padding: 20px 0px 0px 0px;}
.what-we-dopage .nav.nav-tabs{ margin-bottom: 45px; border: none; }
.what-we-dopage .nav-tabs .nav-item{ margin: 0px 10px;position: relative;}
.what-we-dopage .nav-tabs .nav-link{position: relative;}
.what-we-dopage .nav-tabs .nav-link:after{ position: absolute; width: 100%; content: ''; width: 100%; height: 5px; border-radius: 25px; background-color: #e7e8eb; left: 0px; right: 0px; margin: 0 auto; bottom: -5px;}
.what-we-dopage .nav-tabs .nav-link.active:after{background-color: #2F88C2;}
.whatwe-dopage-content{}
.whatwe-dopage-content img{ border-radius: 5px; margin-bottom: 30px;}
.share-option{ background: #fff; width:50px; position: absolute; left: -55px; top: 100px; border-radius: 50px;box-shadow: 0 3px 12px 0px rgba(0,0,0,0.12); padding: 40px 0px 20px 0px;}
.share-option li { text-align: center;}
.share-option li a{ display: inline-block; width: 35px; height: 35px; line-height: 35px; text-align: center; background-color: #3a559f; margin-bottom: 20px; border-radius: 50%; color: #fff;}
.share-option li a.social1{background-color: #54abed;}
.share-option li a.social2{background-color: #67d449;}
.share-option li a.social3{background-color: #9b1bb1;}
.share-option li a.social4{background-color: #ec5565;}
.share-option2{  background: #fff;  position:  relative;  border-radius: 5px;box-shadow: 0 3px 12px 0px rgba(0,0,0,0.12); padding: 20px; display: inline-flex;}
.share-option2 li { font-weight: 500;color: #2F88C2; text-align: center; display: inline-block; margin: 0px 15px 0px 0px;} 
.share-option2 li a{ display: inline-block; width: 35px; height: 35px; line-height: 35px; text-align: center; background-color: #3a559f; border-radius: 50%; color: #fff;}
.share-option2 li a.social1{background-color: #54abed;}
.share-option2 li a.social2{background-color: #67d449;}
.share-option2 li a.social3{background-color: #9b1bb1;}
.share-option2 li a.social4{background-color: #ec5565;}
.newsdtls-continueread .publication_slide_single{ margin-bottom: 30px;}
.career-dtls-content h6{ padding: 10px 0px;}
.share-option2 li a:hover{ opacity: 0.6;}

/*=========================== About CBOS ===========================*/

.about-bodysection{}
.about-bodysection .nav-item img{ width: 30px; display: inline-block; margin: 0px 10px 0px 0px;}
.about-bodysection .nav-tabs{ border-bottom: none;}
.about-bodysection .nav-tabs .nav-link{ background-color:#F7F7F7; border-radius: 5px; padding: 20px 10px; color: #2F88C2;}
.about-bodysection .nav-fill .nav-item{margin-left: 7px;margin-right: 7px;}
.about-bodysection .nav-tabs .nav-link.active{background-color:#2F88C2; color: #fff;}
.about-bodysection .tab-content{ padding: 20px 0px 0px 7px;}
.about-bodysection .accordion-item { border: none;border-bottom: 1px solid rgba(29,42,66,.16);}
.about-bodysection .nav-item img{-webkit-filter: grayscale(100%) brightness(260%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
filter: grayscale(100%) brightness(260%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);}
.about-bodysection .nav-link.active img{-webkit-filter: grayscale(100%) brightness(860%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
filter: grayscale(100%) brightness(860%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);}
.about-cbos-cat{ display: grid;position: relative;display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 20px; margin-bottom: 40px;}
.about-cbos-cat1 {box-shadow: 0 3px 12px 0px rgba(0,0,0,0.08);position: relative;padding: 20px;background: #fff;align-items: center;
display: flex;height: 80px;justify-content: space-between;}
.about-cbos-cat1 i{font-size: 22px; color: #1D2A42;}
.about-cbos-cat1:hover{color:#2F88C2;}
.about-cbos-cat1:hover i{color:#2F88C2;}
.about-cbos-cat1:hover .about-cbos-cat1content{color:#2F88C2;}
.about-leftnav{position: relative; background: #fff;box-shadow: 0 3px 12px 0px rgba(0,0,0,0.08); margin-bottom: 30px;}
.about-leftnav .about-bank-tabs{border-top: none;}
.white-box-line {display: flex;align-items: center;justify-content: space-between; background: #fff;box-shadow: 0 3px 12px 0px rgba(0,0,0,0.08); border-radius: 5px; padding: 20px; color: #2F88C2; font-weight: 500;}
.white-box-line.d-inline-flex{z-index: 1;position: relative; margin: 20px 0px 20px 0px;}
.white-box-line.d-inline-flex .btn-style-one{ margin: 0px 0px 0px 20px;}
.white-box-filter.label-add label{ color: #1D2A42; margin-bottom: 3px; display: block;}
.white-box-filter.label-add .fancy-select {width: 120px;}
.white-box-filter.label-add2 label{ color: #1D2A42; margin-bottom: 3px; display: block;}
.white-box-filter.label-add2 .form-control{ border-color: #d2d4d9;}
.calendar-input{ position: relative;}
.calendar-input i{ position: absolute; right: 10px; top: 14px; color: #1D2A42;}

/*=========================== News ===========================*/

.white-box-filter {display: inline-flex;align-items: center; background: #fff;box-shadow: 0 3px 12px 0px rgba(0,0,0,0.08); border-radius: 5px; padding: 20px; color: #2F88C2; margin-bottom: 40px;}
.white-box-filter li{ display: inline-block; margin: 0px 20px 0px 0px;}
.white-box-filter li:last-child{margin: 0px;}
.white-box-filter .fancy-select{ width: 170px;border-color: #d2d4d9;}
.white-box-filter li:first-child{ font-weight: 500;}
.white-box-filter2 {display:block;background: #fff;box-shadow: 0 3px 12px 0px rgba(0,0,0,0.08); border-radius: 5px; padding: 40px 25px; color: #2F88C2; margin-bottom: 40px;}
.white-box-filter2 h4{ margin-bottom: 20px; color:#2F88C2;}
.white-box-filter2 p{ margin-bottom: 10px;}
.white-box-filter2 .fancy-select{ color: #8e94a0; border-color: #d2d4d9;}
.white-box-filter3 {display:block;background: #fff;box-shadow: 0 3px 12px 0px rgba(0,0,0,0.08); border-radius: 5px; padding: 20px; margin-bottom: 40px;}
.white-box-filter3 h4{ margin-bottom: 20px; color:#2F88C2;}
.form__group {padding: 20px 0;}
.form__radio-group.active {color: #87c778;border-color: #87c778 !important;}
.form__radio-group {display: block; border: 1px solid #d2d4d9; border-radius: 5px; height: 45px;}
.form__radio-input {display: none;}
.form__radio-group.active .form__label-radio {color: #000000;}
.form__label-radio {font-size: 16px;cursor: pointer;position: relative;padding-right: 35px;color: #1D2A42;font-weight: normal !important;padding-bottom: 0 !important;display: block;padding: 12px 10px 10px 10px;}
.form__radio-group.active .form__radio-button {border: 1px solid #1D1D1B;}
.form__radio-button {height: 26px;width: 26px;border: 1px solid #bbbfc6;border-radius: 50%;display: inline-block;position: absolute;right: 10px;
top: 8px;background-color: #fff;}
.form__radio-input:checked ~ .form__label-radio .form__radio-button::after {opacity: 1;}
.form__radio-button::after {content: "";display: block;height: 13px;width: 13px;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background-color: #bbbfc6;opacity: 0;transition: opacity 0.2s;}


.news-whitebox{position: relative;background-color: #fff;box-shadow: 0 0px 5px 0px rgba(0,0,0,0.12);border-radius: 5px;display: flex;/*align-items: center;*/ margin-bottom: 30px;}
.news-whitebox-img{flex: 0 0 340px;margin: 5px 20px 0 0;position: relative;}
.news-whitebox-img img{ border-radius: 5px 0px 0px 5px; width: 100%;}
.news-whitebox-text{}
.news-whitebox-text p {opacity: 0.5;}
.news-whitebox .latest-news-btn-sec{ position: relative; padding-top: 20px;}
.news-whitebox .date-time{margin: 0 0px 15px 0; display: flex;align-items: center;}
.news-whitebox .date-time i{ padding: 0px 6px 0px 0px;font-size: 22px; display: inline-flex;}
.news-dtls img{ width: 100%; border-radius: 5px; margin-bottom: 20px;}
.news-dtls .date-time{ margin-bottom: 15px; display: block; font-size: 18px;}
.news-dtls .date-time{margin: 0 0px 15px 0; display: flex;align-items: center;}
.news-dtls .date-time i{ padding: 0px 6px 0px 0px;font-size: 22px; display: inline-flex;}
.career-dtls-content{ margin-bottom: 30px;}
.career-dtls-content p{color: #212842;}
.career-dtls-content ol{list-style: decimal;margin: 0px 0px 0px 20px; padding-bottom: 15px;}
.career-dtls-content li{ margin: 0px 0px 15px 0px;}
.career-dtls-content ol li ul{ margin: 15px 0px 0px 30px;}
.career-dtls-content ol li ul li{ position: relative;}
.career-dtls-content ol li ul li:before{ position: absolute; left: -20px;top: 5px; width: 10px; height: 10px; border-radius: 50%; border: 1px solid #0880C0; content: '';}

/*=========================== Branches ===========================*/

.branches-white-box {background: #fff; border: 1px solid #e0e2e6; border-radius: 5px; padding: 20px; color: #1D2A42; margin-bottom: 30px;}
.branches-location img{border-radius: 5px;}
.branches-white-box li{ margin: 0px 0px 20px 0px; position: relative; padding: 0px 0px 0px 30px;}
.branches-white-box li:last-child{ margin: 0px;}
.branches-white-box li i{ position: absolute; left: 0px; top: 0px; color: #2F88C2; font-size: 20px;}
.branches-white-box a:hover{ text-decoration: underline;}
.branches-white-box h6{ color: #2F88C2; margin-bottom: 10px; padding-top: 30px;}
.branches-white-box p{ margin: 0px;}
.branches-contact{ padding-top:30px;}



/*=========================== Banking System ===========================*/

.form-panel1{ margin-bottom: 30px;}
.form-panel1 .fancy-select{ color: #8e94a0; border-color: #d2d4d9;}
.form-panel1 label{ margin-bottom: 5px;}
.form-panel1 .form__radio-group{ margin-top: 27px;}

/*=========================== News 3 ===========================*/

.white-box-line-btn {justify-content: flex-end;display: flex; margin: 0px 0px 0px 20px;white-space: nowrap;font-weight: normal !important;}
.white-box-line-btn img{ width: 25px; padding: 0px 5px 0px 0px;}
.white-box-line-btn .btn-style-one{ margin: 0px 10px; border: 1px solid #1D2A42; color: #1D2A42; font-size: 14px;}
.white-box-line-btn .btn-style-one:hover{ border: 1px solid #2F88C2; color: #2F88C2; background-color: #fff; }
.white-box-line-btn .btn-style-one img{-webkit-filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);}
.white-box-line-btn .btn-style-one:hover img{-webkit-filter: grayscale(100%) brightness(360%) sepia(100%) hue-rotate(-180deg) saturate(400%) contrast(0.8);
filter: grayscale(100%) brightness(360%) sepia(100%) hue-rotate(-180deg) saturate(400%) contrast(0.8);}
  

.white-box-line-btn2 {justify-content: flex-end;display: flex; margin: 0px 0px 0px 20px;white-space: nowrap;}
.white-box-line-btn2 .btn-style-one{font-size: 14px;}
.newspage-3 .tab-content{background: #fff;box-shadow: 0 2px 12px 2px rgba(0,0,0,0.16); padding: 20px; border-radius: 5px;margin-top: 20px;}
.newspage-3 .tab-content h4{ color:#2F88C2;}
.newspage-3 .tab-content li{position: relative; padding: 0px 0px 0px 20px; margin-bottom: 10px;}
.newspage-3 .tab-content li:after{ border: 1px solid #2F88C2; content: ''; left: 0px; top: 5px; width: 10px; height: 10px; border-radius: 50%; position: absolute;}
.newspage-3 .tab-content ul{ margin-bottom: 20px;}

.newspage-3 .nav-tabs{ border: none; position: relative;}
.newspage-3 .nav-tabs:after{ height: 1px; background: #1D2A42; position: absolute; left: 0; top: 45px; content: ''; width: 100%;z-index: -1;}
.newspage-3 .nav-tabs p{ margin: 20px 0px 0px 0px;}
.newspage-3 .nav-tabs .number{ width: 70px; height: 70px; text-align: center; line-height: 70px; border: 1px solid #1D2A42; border-radius: 50%; display: inline-block; background: #fff;font-family: 'Roboto', sans-serif !important;font-weight: 400;font-size: 22px;}
.newspage-3 .nav-tabs .nav-link{ text-align: center;background: none;}
.newspage-3 .nav-tabs .nav-link.active .number{border:2px solid #2F88C2; color: #2F88C2;}
.newspage-3 .nav-tabs .nav-link.active p{color: #2F88C2;}

.about-cbos-cat.thumbanils .about-cbos-cat1{padding: 0px 20px 0px 0px;height: 100px;}
.about-cbos-cat.thumbanils{grid-template-columns: 1fr 1fr;}
.about-cbos-cat.thumbanils .about-cbos-cat1img { flex: 0 0 150px; margin-right: 15px;}
.about-cbos-cat.thumbanils .about-cbos-cat1img img {border-radius: 5px 0px 0px 5px;}
.about-cbos-cat1content{justify-content: space-between;display: flex;width: 100%;color: #212842;}
.about-cbos-cat1content i{ color: #212842;}

.about-cbos-cat.thumbanils a:hover{ color: #2F88C2;}
.tab-content.what-wedo2-tab{}

.tab-content.what-wedo2-tab .accordion-button::after {
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: translateY(-50%) rotate(-90deg);background-position: center;
}
.tab-content.what-wedo2-tab .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: translateY(-50%) rotate(0deg);
}
.table-design1 thead tr th{ font-weight: 500;}

/*=========================== Publication ===========================*/

.white-box-line2{display: flex;align-items: center;justify-content: space-between;background: #f7f7f7;border-radius: 5px;padding: 20px;color: #2F88C2; margin-bottom: 20px;}
.table-design1{border-radius: 10px;text-align: left;/*border: 1px solid #f00;*/font-size: 14px;}
.white-box-line2 .btn-style-one{ background: none;}
table {border-collapse: collapse;border-radius: 10px;overflow: hidden;}
.table-design1 .table > thead {  border-color: transparent;}
.publication-whbox {position: relative;background-color: #fff;box-shadow: 0 0px 15px 0px rgba(0,0,0,0.12);border-radius: 5px;margin-bottom: 30px;}
.publication-whbox img{ border-radius: 5px 5px 0px 0px;}
.publication-whbox p{ text-align: center; padding: 20px 0px 0; margin: 0px;}
.publication-whbox{ height: 100%;}
.publication-main [class*="col-lg-3"] {margin-bottom: 30px;}
.publication-main{ margin-bottom: 40px;}

/*=========================== Contact ===========================*/

.contact-input{ margin-bottom: 30px;}
.contact-input label{margin-bottom: 5px;}
.contact-input .form-control{border-color: #c6cad0;}
.contact-input .form-control::-webkit-input-placeholder {color: rgba(32,46,63,0.5) !important; opacity:1 !important;}
.contact-input .form-control::-moz-placeholder {color: rgba(32,46,63,0.5) !important; opacity:1 !important;}
.contact-input .form-control:-ms-input-placeholder {color: rgba(32,46,63,0.5) !important; opacity:1 !important;}
.contact-input .form-control:-moz-placeholder {color: rgba(32,46,63,0.5) !important; opacity:1 !important;}

/*=========================== Gallery ===========================*/

.gallery-title h2{ color: #1D2A42; display: inline-block; position: relative;}
.gallery-title h2:after{ content: ''; position: absolute; height: 2px; background: #1D2A42; width: 200px; top: 20px; margin: 0px 0px 0px 10px;}
.photogallery-box{position: relative;background-color: #fff;box-shadow: 0 0px 10px 0px rgba(0,0,0,0.10);border-radius: 5px;height: 100%;}
.photogallery-box img{ border-radius: 5px 5px 0px 0px;width: 100%;}
.photogallery-box-content {padding: 20px;}
.photogallery-box-content ul li{ position: relative; padding:0px 0px 20px 30px; color: #1D2A42;}
.photogallery-box-content ul li i{ position: absolute; left: 0px; top: 0px; font-size: 22px;}
.photogallery-box-content p{ color: #212842;}
.photogallery-box-content ul li:last-child{ padding-bottom: 0px;}
.gallery-mainframe [class*="col-lg-4"] {margin-bottom: 30px;}

/*=========================== Gallery ===========================*/

.photogallery-box.profile-photo{text-align: center;}
.photogallery-box.profile-photo h6{ color: #2F88C2;}
.photogallery-box.profile-photo p{ margin: 0px 0px 0px 0px;}
.profile-photo-main [class*="col-lg-3"] {margin-bottom: 30px;}
.career-dtls-content.adminstrative h5{color:#2F88C2;}
.career-dtls-content.adminstrative h6{padding: 0px;}
.news-whitebox-text {padding: 15px 40px 0px 0px;}
.search-right2{ position: relative; padding: 30px 0px;}
.search-right2 h6{color:#2F88C2;}
.search-right2 .btn.dropdown-toggle{ width: 100%; text-align: left; border: 1px solid #2F88C2; padding-top: 10px; padding-bottom: 10px;}
.search-right2 .dropdown-toggle::after {float: right;top: 10px;position: relative;}
.search-right2 .dropdown-menu.show {width: 100%;text-align: center;box-shadow: 0 0px 5px 0px rgba(0,0,0,0.12);border: none;}
.search-right2 .dropdown-menu.show li{ display: inline-block; width: auto;}
.search-right2 .dropdown-item {display: inline-block;width: auto;border: 1px solid #1D2A42;border-radius: 5px;margin: 10px;
font-size: 14px;padding: 6px 12px;}
.search-right2 .dropdown-item:hover { border-color: #2F88C2; background: none; color: #2F88C2;}
.national-currency-box.round-box-design1{box-shadow: 0 3px 12px 0px rgba(0,0,0,0.12);border: 1px solid #fff;}
.national-currency-box.round-box-design1:hover h5{ color: #2F88C2;}
.national-currency-box.round-box-design1 i img{ width: 35px;}
.national-currency-box.round-box-design1:hover i img{filter:invert(1);}
.national-currency-box.round-box-design1 h5{ color: #1D2A42;}
.white-box-filter.label-add3{display: flex;}
.white-box-filter.label-add3 ul{display: flex;flex-wrap: wrap;align-items: end;width: 100%;justify-content: space-between;gap: 20px; }
.white-box-filter.label-add3 ul li{flex: 1 1 auto;margin: 0px !important;flex-basis: 0;}
.white-box-filter.label-add3 ul li label{display: block; color: #1D2A42; padding-bottom: 4px; font-weight: normal !important;}
.white-box-filter.label-add3 .form-control {border-color: #d2d4d9;}
.white-box-filter.label-add3 .fancy-select {width: 100%;}
.white-box-filter.label-add3 ul li:last-child{flex: 0;}
.white-box-filter.label-add3 ul li:nth-last-child(2){flex: 0;}
.table-design1.exchangerates img{ width: 30px; margin: 0px 10px 0px 0px;}
.table-design1.exchangerates td .fa-long-arrow-up{transform: rotate(30deg);color:#3ceb99; font-size: 18px; font-weight: normal !important; display: inline-block; padding: 0px 5px 0px 0px;}
.table-design1.exchangerates td .fa-long-arrow-down{transform: rotate(30deg);color:#ef3b3e; font-size: 18px; font-weight: normal !important; display: inline-block; padding: 0px 5px 0px 0px;}
.table-design1.exchangerates tbody tr td:first-child{ padding-left: 100px; text-align: left;}
.table-design1.exchangerates td{vertical-align: middle;}
.white-box-filter.label-add2 ul{display: flex;flex-wrap: wrap;align-items: end;width: 100%;justify-content: space-between;gap: 20px; }
.white-box-filter.label-add2 ul li{flex: 1 1 auto;margin: 0px !important;flex-basis: 0;}
.white-box-filter.label-add2 ul li label{display: block; color: #1D2A42; padding-bottom: 4px; font-weight: normal !important;}
.white-box-filter.label-add2 ul li:first-child{ flex: 0 0 80px;padding-bottom: 10px;}
.latest-news-btn-sec .btn-style-one.dark{ margin: 0px 0px 0px 20px;}
.white-box-filter li.max-width-100{ max-width: 100px;}





/*=========================== Button ===========================*/

.fancy-select{border: 1px solid rgba(0,0,0,.1);height: 45px;background-color: #fff;width: 100%;padding: 10px 5px;border-radius: 5px;appearance: none;background-image: url(../images/down-arrow.png);background-repeat: no-repeat;background-size: 20px;background-position: 94% 50%;cursor: pointer; font-size: 14px; color: #212842;border: 1px solid #1D2A42;}
.btn-style-one{color: #2F88C2; border-radius:35px; min-width:150px; text-align:center; border:1px solid #2F88C2;padding: 10px 25px;background:#fff; transition: 0.5s ease-in-out; display:inline-block;}
.btn-style-one:hover{background:#2F88C2;color: #fff;}
.btn-style-two{color: #fff; border-radius:35px; min-width:150px; text-align:center; border:0px solid #2F88C2;padding: 12px 25px;background:#2F88C2; transition: 0.5s ease-in-out; display:inline-block;}
.btn-style-two:hover{background:#97c3e0;color: #fff;}
.round-btn{ display: inline-block; width: 45px; height: 45px; border-radius: 50%; line-height: 45px; background: #2F88C2; color: #fff; text-align: center; font-size: 22px; font-weight: normal; margin: 0px 0px 0px 20px;display: inline-flex;justify-content: center;align-items: center;}
.tagline1{ font-weight: 500;}

.tagline1 ul li{ padding: 0px 10px 0px 0px;margin: 0px 10px 0px 0px; display: inline-block; border-right: 1px solid #333;}
.tagline1 ul li:last-child{border: 0px solid #333 !important;}

.btn-style-one.dark{ border: 1px solid #1D2A42; color: #1D2A42;}
.btn-style-one.dark:hover{background:#1D2A42;color: #fff;}


.link1{ color:#2F88C2; text-decoration: underline;}
.link1:hover{text-decoration: none;}
.btn-style-two.dark{background:#1D2A42;}
.btn-style-two.dark:hover{background:#475b80;color: #fff;}


.calendar-input {min-width: 100px;}

.nav.nav-tabs.justify-content-center.newspage2-nav .nav-link {  padding-left: 30px;padding-right: 30px;}
select.fancy-select.smallsize {width: 100%;}
/*==================== Arabic =====================*/

body.body_arabic{direction:rtl;text-align:right;font-size:15px;font-family: 'GESSTwoLight';font-weight: 300 !important;}
body.body_arabic p, body.body_arabic .get-app-scan h6 span,body.body_arabic .accordion-button
{font-size:15px;font-family: 'GESSTwoLight'; font-weight: 300 !important;}

body.body_arabic h1,body.body_arabic h2,body.body_arabic h3,body.body_arabic h4,body.body_arabic h5,body.body_arabic h6, body.body_arabic .about-bank-tabs .nav-item .nav-link,body.body_arabic .statistics-box-tab ul li a, body.body_arabic .footer-newsletter2 p, body.body_arabic .white-box-filter li:first-child, body.body_arabic .share-option2 li, body.body_arabic .white-box-line.d-inline-flex, body.body_arabic .white-box-line2,body.body_arabic .tagline1 ul li,body.body_arabic .white-box-line
{font-family: 'GESSTwoMedium'; font-weight: 500 !important;}

body.body_arabic .eng-font1,body.body_arabic .header-blue-social li a.lang-change, body.body_arabic .slider-counter
{font-family: 'Roboto', sans-serif !important;font-weight: 400!important;}

body.body_arabic .eng-font2, body.body_arabic .gallery-title h2
{font-family: 'Roboto', sans-serif !important;font-weight: 500!important;}

body.body_arabic .white-box-filter.label-add3 li:first-child
{font-size:15px;font-family: 'GESSTwoLight'!important; font-weight: 300 !important;}

body.body_arabic .latest_slide-content, body.body_arabic .market-graph-box2,body.body_arabic .market-graph .market-graph1:nth-child(2) td,body.body_arabic .market-graph .market-graph1:nth-child(3) td,body.body_arabic .statistics-box-tab .dropdown-toggle, body.body_arabic .publication_slide-content, body.body_arabic .table-design1,body.body_arabic .search-right2 .btn.dropdown-toggle
{text-align: right;}


body.body_arabic .header-blue-social
{text-align: left;}

body.body_arabic .btn-style-one,body.body_arabic .bannercontent-up p,body.body_arabic .pagetitle p
{font-family: 'GESSTwoLight';}

body.body_arabic .get-app h2{ background-position: right bottom; }
body.body_arabic .pagetitle h2 {font-size: 26px;}
body.body_arabic .accordion-button::after { right: inherit; left: 15px;}
body.body_arabic .accordion-button {padding: 20px 0px 20px 60px;text-align: right;}
body.body_arabic .accordion-button::after {line-height: 35px;}
body.body_arabic .header-blue-link li {padding: 0px 0px 0px 7px;margin: 0px 0px 0px 7px;border-right: none;border-left: 1px solid #fff;}
body.body_arabic .header-blue-social li a.lang-change {padding: 0px 10px 0px 0px;}
body.body_arabic .header-top-flex .btn.btn-success {border-radius: 50px 0 0 50px !important;}
body.body_arabic .header-top-flex  .form-control{border-radius: 0px 50px 50px 0px !important; font-family: 'GESSTwoLight';}
body.body_arabic .whatdowedo_slide-content {padding: 0px 50px 0px 0px;}
body.body_arabic .round-btn{margin: 0px 20px 0px 0px;}
body.body_arabic .about-bank-tabs .nav-item .nav-link {padding: 18px 50px 18px 0px;}
body.body_arabic .about-bank-tabs .nav-link img { left: inherit; right: 15px;}
body.body_arabic .about-bank-tabs .nav-item .nav-link.active {border-left: 0px solid #3088c2;border-right: 5px solid #3088c2;}
body.body_arabic .latest_slide-content .date-time i {margin: 0px 0px 0px 10px;}
body.body_arabic .publication_slide-content .btn-style-one {right: 20px; left: inherit;}
body.body_arabic .statistics-box-tab .dropdown img {margin: 0px 0px 0px 10px;}
body.body_arabic .statistics-box-tab ul li i.fa-calendar-alt {right: inherit;left: 12px;}
body.body_arabic .statistics-box-tab h5 i {margin: 0px 0px 0px 15px;}
body.body_arabic .get-app {background: url("../images/shadow2.png") no-repeat left -130px center #f7f7f7;}
body.body_arabic .about-bank-tabs .nav-item .nav-link {border-left: 0px solid #fff;border-right: 5px solid #fff;}
body.body_arabic .get-app-dwnlod img {margin: 0px 0px 0px 10px;}
body.body_arabic .share-option {left: inherit;right: -55px;}
body.body_arabic .about-bodysection .nav-item img {margin: 0px 0px 0px 10px;}
body.body_arabic .news-whitebox-img {margin: 0 0px 0 20px;}
body.body_arabic .news-whitebox-img img {border-radius: 0px 5px 5px 0px;}
body.body_arabic .news-whitebox .date-time i {padding: 0px 0px 0px 6px;}
body.body_arabic .white-box-filter li {margin: 0px 0px 0px 20px;}
body.body_arabic .fancy-select{ background-position: 10px 10px;}
body.body_arabic .news-whitebox-text {padding: 0px 0px 0px 40px;}
body.body_arabic .news-dtls .date-time i {padding: 0px 0px 0px 6px;}
body.body_arabic .share-option2 li {margin: 0px 0px 0px 15px;}
body.body_arabic .form__radio-button{right: inherit;left: 10px;}
body.body_arabic .branches-white-box li {padding: 0px 30px 0px 0px;}
body.body_arabic .branches-white-box li i {left: inherit; right: 0px;}
body.body_arabic .newspage-3 .tab-content li {padding: 0px 20px 0px 0px;}
body.body_arabic .newspage-3 .tab-content li::after {left: inherit;right: 0px;}
body.body_arabic .about-cbos-cat.thumbanils .about-cbos-cat1img {margin-right: 0px;margin-left: 15px;}
body.body_arabic .about-cbos-cat.thumbanils .about-cbos-cat1img img {border-radius: 0px 5px 5px 0px;}
body.body_arabic .about-cbos-cat.thumbanils .about-cbos-cat1 {padding: 0px 0px 0px 20px;}
body.body_arabic .white-box-line.d-inline-flex .btn-style-one {margin: 0px 20px 0px 0px;}
body.body_arabic .tab-content.what-wedo2-tab .accordion-button::after {transform: translateY(-50%) rotate(90deg);}
body.body_arabic .tab-content.what-wedo2-tab .accordion-button:not(.collapsed)::after {transform: translateY(-50%) rotate(0deg);}
body.body_arabic .white-box-filter.label-add2 ul li:first-child {flex: 0 0 100px; margin-left: 0px;}
body.body_arabic .career-dtls-content ol {margin: 0px 20px 0px 0px;}
body.body_arabic .gallery-title h2::after {margin: 0px 10px 0px 0px;}
body.body_arabic .photogallery-box-content ul li {padding: 0px 30px 20px 0px;}
body.body_arabic .photogallery-box-content ul li i {right: 0px; left: inherit;}
body.body_arabic .lg-outer {direction: ltr;}
body.body_arabic .lg-outer .lg-thumb-item {float: right;}
body.body_arabic .lg-outer .lg-thumb { float: right;}
body.body_arabic .career-dtls-content ol li ul {margin: 15px 30px 0px 0px;}
body.body_arabic .career-dtls-content ol li ul li::before {right: -20px;left: inherit;}
body.body_arabic .search-right2 .dropdown-toggle::after {float: left;}
body.body_arabic .calendar-input i {right: inherit;left: 10px;}
body.body_arabic .table-design1.exchangerates tbody tr td:first-child {padding-left: 15px;padding-right: 100px;text-align: right;}
body.body_arabic .table-design1.exchangerates img {margin: 0px 0px 0px 10px;}
body.body_arabic .about-bodysection .tab-content {padding: 20px 7px 0px 0px;}
body.body_arabic .tagline1 ul li {padding: 0px 0px 0px 10px;	margin: 0px 0px 0px 10px;border-right: 0px solid #333;border-left: 1px solid #333;}
body.body_arabic .latest-news-btn-sec .btn-style-one.dark{ margin: 0px 20px 0px 0px;}
body.body_arabic .white-box-line-btn {margin: 0px 20px 0px 0px;}




@media only screen and (min-width:1401px) and (max-width:1500px) {
.what-we-dopage .nav-tabs .nav-link {padding-left: 10px;padding-right: 10px;font-size: 14px;}

	
	
}
@media only screen and (min-width:1301px) and (max-width:1400px) {
.what-we-dopage .nav-tabs .nav-link {padding-left: 10px;padding-right: 10px;font-size: 14px;}
.form__label-radio {font-size: 16px;}	
	
	
	
}
@media only screen and (min-width:1200px) and (max-width:1300px) {
h6 {font-size: 16px;}
.what-we-dopage .nav-tabs li {display: inline-block;}
.what-we-dopage .nav-tabs { white-space: nowrap; display: block;overflow: auto;    padding-bottom: 20px;}	
.form__label-radio {font-size: 14px;}
	
	
	
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.pagetitle h2 {font-size: 26px;}
h3 {font-size: 22px;}	
h2 {font-size: 26px;}	
h5 {font-size: 18px;}	
h6 {font-size: 16px;}	
.important-topics .nav-tabs li {display: inline-block;}
.important-topics .nav-tabs { white-space: nowrap; display: block;overflow: auto;    padding-top: 20px;}	
.statistics-box{height: auto; margin-bottom: 30px;}	
.what-we-dopage .nav-tabs li {display: inline-block;}
.what-we-dopage .nav-tabs { white-space: nowrap; display: block;overflow: auto;    padding-bottom: 20px;}	
.form__label-radio {font-size: 14px;}
.about-bank-tabs .nav-item .nav-link {font-size: 14px;}
.newspage-3 .nav-tabs {white-space: nowrap;display: block;overflow: auto;padding-bottom: 20px;}
.newspage-3  .nav-tabs li {display: inline-block;}
.newspage-3 .nav-tabs::after { display: none;}	

}
@media only screen and (min-width:768px) and (max-width:991px) {
.pagetitle h2 {font-size: 26px;}
h3 {font-size: 22px;}	
h2 {font-size: 26px;}	
h5 {font-size: 18px;}	
h6 {font-size: 16px;}
body.body_arabic .pagetitle h2 {font-size: 22px;}	
.header-blue-link li{ font-size: 12px;}
.header-top-flex .input-group {width: 300px;}
.header-menu .container-fluid{ padding-left: 15px; padding-right: 15px;}
.whatdowedo_slide-content {padding: 0px 0px 0px 20px;}	
.important-topics .nav-tabs li {display: inline-block;}
.important-topics .nav-tabs { white-space: nowrap; display: block;overflow: auto;    padding-top: 20px;}	
.statistics-box{height: auto; margin-bottom: 30px;}	
.what-we-dopage .nav-tabs li {display: inline-block;}
.what-we-dopage .nav-tabs { white-space: nowrap; display: block;overflow: auto;    padding-bottom: 20px;}	
.white-box-filter2 .col-lg-4{ margin-bottom: 20px;}	
.white-box-filter2 {padding: 20px 25px 20px 25px;}	
.form__label-radio {font-size: 14px;}	
.branches-location { margin-bottom: 20px;}	
.about-bank-tabs .nav-item .nav-link {font-size: 14px;}
.white-box-line-btn{ display: block;}
.newspage-3 .nav-tabs {white-space: nowrap;display: block;overflow: auto;padding-bottom: 20px;}
.newspage-3  .nav-tabs li {display: inline-block;}
.newspage-3 .nav-tabs::after { display: none;}	
.white-box-filter li{ display: block;margin: 0px 0px 20px 0px;}	
.white-box-filter .fancy-select{width: 100% !important;}	
.white-box-filter{ display: block;}	
.white-box-filter.label-add3 ul li{flex-basis: auto;}	
.white-box-filter.label-add2 ul {display: block;}	
.white-box-filter.label-add2 ul li{ margin-bottom: 20px !important;}	
.market-graph1,.market-graph2,.market-graph3{width: 100%;padding: 15px;}	
.market-graph{ display: block;}	
.market-graph .market-graph1:nth-child(3) {width: 100%;}		
.white-box-filter li.max-width-100 { max-width: 100%;}
	
}
@media only screen and (max-width:767px) {
.pagetitle h2 {font-size: 26px;}
h3 {font-size: 22px;}	
h2 {font-size: 26px;}	
h5 {font-size: 18px;}	
h6 {font-size: 16px;}	
body.body_arabic .pagetitle h2 {font-size: 22px;}
.national-currency-box{ height: auto;}	
.footer-newsletter2 .btn.btn-success {min-width: 100px;}
.get-app-mobileimg, .margin-mob-top, .whatdowedo_slide-body h4{ margin-top: 20px;}
.statistics-box{height: auto; margin-bottom: 30px;}	
.important-notice-body img{margin-bottom: 30px;}		
.statistics-box-tab ul li {margin: 0px 5px 10px;}	
.important-topics .nav-tabs li {display: inline-block;}
.important-topics .nav-tabs { white-space: nowrap; display: block;overflow: auto;    padding-top: 20px;}	
.whatdowedo_slide-content {padding: 0px 0px 0px 15px;}	
body.body_arabic .whatdowedo_slide-content {padding: 0px 15px 0px 0px;}	
.header-blue * {text-align: center;}	
.market-graph1,.market-graph2,.market-graph3{width: 100%;padding: 15px;}	
.header-top-flex {display: block;}	
.what-we-do .owl-nav{width: 90%; margin: 0 auto;top: 20%;transform: translateY(-20%);}
.header-top-flex .input-group,.market-graph .market-graph1:nth-child(3) {width: 100%;}	
.header-blue-link,.header-top-flex1{ padding-bottom: 10px;}	
.header-top-flex3{ display: none;}	
.market-graph{ display: block;}	
.bannercontent-up {position: relative;top: 0;transform: translateY(-0%);right: 0px;width: 100%;padding: 20px;left: 0;}
.house_banner .owl-carousel .owl-item:after{ display: none;}	
.bannercontent-up h1{color: #2F88C2;}	
.bannercontent-up p{color: #333; max-width: 100%;}	
.bannercontent-up .btn-style-one {border: 1px solid #2F88C2;color: #2F88C2;}	
.bannercontent-up h1{font-size: 18px;}
.what-we-do .owl-prev {left: -20px;}	
.banner-inner {padding: 30px 0px;min-height: auto;}	
.share-option{ display: none;}	
.what-we-dopage .nav-tabs li {display: inline-block;}
.what-we-dopage .nav-tabs { white-space: nowrap; display: block;overflow: auto;    padding-bottom: 20px;}	
.about-cbos-cat{grid-template-columns: 1fr;grid-gap: 20px;}	
.white-box-line{display: block !important;}	
.white-box-line .btn-style-one{ display: block; margin-top: 20px !important;}	
.banner-inner-content p {max-width: 100%;}	
.news-whitebox,.white-box-filter{ display: block;}	
.news-whitebox-img{ margin: 0px 0px 0px 0px !important;}	
.news-whitebox-img img {border-radius: 5px !important;}
.news-whitebox-text{ padding: 15px !important;}	
.white-box-filter li{ display: block;margin: 0px 0px 20px 0px;}	
.white-box-filter .fancy-select{width: 100% !important;}	
.white-box-filter2 .col-lg-4{ margin-bottom: 20px;}	
.white-box-filter2 {padding: 20px 25px 20px 25px;}	
.form__label-radio {font-size: 14px;}
.form-panel1 .form__radio-group {margin-top: 0px;}	
.about-bank-tabs .nav-item .nav-link {font-size: 14px;}
.newspage-3 .nav-tabs {white-space: nowrap;display: block;overflow: auto;padding-bottom: 20px;}
.newspage-3  .nav-tabs li {display: inline-block;}
.newspage-3 .nav-tabs::after { display: none;}	
.white-box-line-btn{ display: block;}
.newspage-3 .nav-tabs .number{ width: 60px; height: 60px;line-height: 60px;}	
.about-cbos-cat.thumbanils{grid-template-columns: 1fr;}	
.about-cbos-cat.thumbanils .about-cbos-cat1img {flex: 0 0 100px;}	
.white-box-line2{ display: block;}
.white-box-line-btn2 {justify-content: center;margin: 20px 0px 0px 0px;}	
.table-design1 { overflow: auto; font-size: 14px;}	
.table-design1 table td{ min-width: 150px;}	
.share-option2 li:first-child {display: block;padding-bottom: 10px;}
.header-top-flex .form-control{ min-height: 35px;}	
.white-box-filter.label-add3 ul {display: block;}	
.white-box-filter.label-add3 ul li{ margin-bottom: 20px !important;}	
.white-box-filter.label-add3 ul li:last-child{flex: 0;display: inline-block;}
.white-box-filter.label-add3 ul li:nth-last-child(2){flex: 0;display: inline-block;}	
.table-design1.exchangerates tbody tr td:first-child {padding:10px !important;}	
.white-box-filter.label-add2 ul {display: block;}
.white-box-filter.label-add2 ul li{ margin-bottom: 20px !important;}
.white-box-filter.label-add2 ul li:first-child {padding-bottom: 0px;}
.white-box-filter .btn-style-two{min-width: 120px;font-size: 14px;}
.latest-news-btn-sec .btn-style-one.dark {margin: 10px 0px 0px 0px !important;}
.white-box-filter li.max-width-100 { max-width: 100%;}
}
input,textarea {-webkit-user-select:text;}
select{-webkit-appearance: none;-moz-appearance: none;appearance: none;}

.back-to-top {width:40px;height:40px;line-height:40px;text-align:center;background:#202E3F;position:fixed;bottom:0px;right:0px;text-decoration:none;color:#fff;font-size:14px;display:none;z-index:999;}
.back-to-top:hover {opacity:.6;filter:alpha(opacity=60)}
.back-to-top:focus, .back-to-top:hover {color:#fff!important}





.fixed {animation:slide-down .7s;width:100%;z-index:999;left:0; position:fixed;background-color:#fff; padding:0px; position:absolute;}
@keyframes slide-down {
0% {opacity:0;transform:translateY(-100%)}
100% {opacity:1;transform:translateY(0)}
}


/* ////////////////////////New Css Inner pages ////////////// */
.tab-box .nav-item {flex: 1 1 auto;text-align: center;}


.tab-box .nav-tabs {border-bottom: 0;background: #fff;box-shadow: 0 0 25px rgb(182 182 182 / 30%);border-radius: 5px;}

.tab-box .nav-item .nav-link {padding: 12px 10px;position: relative;color: #2f88c2;}
.tab-box .nav-item .nav-link:after{position: absolute;width: 1px;height: 35px;top: 5px;right: 0;content: '';background-color:rgb(29 42 66 / 50%) ;}
.tab-box .nav-item:nth-last-child(1) .nav-link:after{background:unset;}
.tab-box .nav-item .nav-link.active:after{background:unset;}
.tab-box .nav-link.active, .tab-box .nav-link:hover {color: #fff;background-color: #2F88C2;}
.tab-box .nav-item:nth-child(1) .nav-link.active{border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.tab-box .nav-item:nth-last-child(1) .nav-link.active{border-top-right-radius: 5px;border-bottom-right-radius: 5px;}

.tab-box .nav-link i {font-size: 22px;padding: 0 20px 0px 0px;}
.tab-content-data .tab-content {padding-top: 30px;}

.tab-box-text h4 {color: #2f88c2;margin: 0 0 8px 0;}
.tab-box-text h5 { color: #1D2A42;}
.tab-box-text p {margin: 0 0 10px 0;color:  #1D2A42;}
.tab-box-text li {color: #1D2A42;text-transform: capitalize;font-weight: 500;padding: 0 0px 10px 0;}
.img-box-tab1 {position: relative;}
.point {padding-top: 3px;position: absolute;background: #2f88c2 none repeat scroll 0% 0%;border-radius: 50%;border: 2px solid #293f78; font-size: 15px;cursor: pointer;height: 30px;width: 30px;text-align: center;background-position: 8% 36%;color: #fff;}
.tooltip-inner {background-color: #fff;opacity: 1 !important;border:1px solid  #293f78;color:#2f88c2;max-width: 200px;}
.tooltip-arrow::before {border-top-color: #fff !important;}

#coin-inner-carousel .owl-prev {height: 50px;width: 50px;border: 2px solid #3289c2;top: 37%;left:-7%;}
#coin-inner-carousel .owl-next {height: 50px;width: 50px;border: 2px solid #3289c2;top: 37%;right:-7%;}

#coin-inner-carousel .owl-next i, #coin-inner-carousel .owl-prev i {font-size: 24px !important;line-height: 46px;padding: 0px;color: #2F88C2;justify-content: center;}
#coin-inner-carousel .owl-stage-outer {height: calc(100% + 30px);margin: -15px;padding: 15px;width: calc(100% + 30px);}
.slider-inner-content p{margin-top: 10px;font-weight: 600;font-size: 19px;}
.pb-50{padding-bottom: 50px;}
.img-box-tab1 img{width: 100%;}

body.body_arabic .title-new{background-position: right bottom;}

body.body_arabic .fancy-select {
    font-family: 'GESSTwoLight';
    font-weight: 300 !important;
}

.market-graph1{ background-image: url("../images/pattern1.png") !important; background-size: cover !important;}

html, body {
    overflow-x: hidden;
    width: 100%;
}