body {
  font-family: "titillium_weblight";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #808294;
  -webkit-font-smoothing: antialiased;
  background: #f8f8fb;
   overflow-x:hidden;
}
.body-bg {
  background-color: #fbfbfc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b6298;
  margin: 0px 0px 15px 0px;
  font-family: "titillium_webbold";
  text-transform: uppercase;
}
h1 {
  font-size: 42px;
  line-height: 54px;
  letter-spacing: -1px;
}
h2 {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -1px;
}
h3 {
  font-size: 26px;
  line-height: 33px;
  letter-spacing: -1px;
}
h4 {
  font-size: 20px;
  line-height: 31px;
}
h5 {
  font-size: 16px;
  line-height: 21px;
}
h6 {
  font-size: 13px;
  line-height: 21px;
}
.h2 {
  font-size: 35px;
  line-height: 48px;
  letter-spacing: -1px;
}
.h3,
h3 {
  font-size: 26px;
  line-height: 38px;
}
p {
  margin: 0px 0px 24px 0px;
}
p:last-child {
  margin: 0px;
}
a {
  color: #3544ee;
}
a:hover {
  color: #202db8;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #202db8 !important;
}
ol,
ul {
}
ol li,
ul li {
}
.lead {
  font-size: 21px;
  line-height: 32px;
  color: #181825;
}
.z-index-0 {
  z-index: 0;
}
::selection {
  background: rgba(255, 244, 147, 0.8);
  color: #272c30;
}

.btn {
  font-size: 16px;
  padding: 11px 21px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  transition: 0.3s ease;
  font-family: "Circular Std Medium" !important;
}

.openBtn {
  
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}



.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}
/*--- btn default --*/
.btn-brand {
  color: #fff;
  background-color: #01d486;
  border-color: #01d486;
}
.btn-brand:hover {
  color: #fff;
  background-color: #08b072;
  border-color: #08b072;
}
.btn-brand.focus,
.btn-brand:focus {
  color: #fff;
  background-color: #08b072;
  border-color: #08b072;
  box-shadow: none;
}

/*----------------- 7. Headers ---------------------------------*/
.header-classic {
  background-color: #fff;
}

/* --------------------  Top Header  --------------------*/
.top-header {
  background-color: #60c4e4;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  border-bottom: 1px solid #f0f1f9;
  padding-bottom: 4px;
  padding-top: 4px;
}
.top-header ul {
  margin-bottom: 0px;
}
.top-header ul li {
  float: left;
  margin-left: 18px;
}
.top-header ul li a {
  color: #626582;
}
.top-header i {
  font-size: 20px;
}
.top-header-social {
}
.top-header-social i {
  font-size: 14px;
}
.top-header-social ul {
  margin-left: 10px;
}
.top-header-social ul li {
  float: left;
  margin-left: 8px;
}
.top-header-social ul li a {
  color: #9d9ea7;
}
.top-header-social ul li a:hover {
  color: #01d486;
}

/*-------------------------------------------------------------------
8. Navigations
-------------------------------------------------------------------*/

/*--------------------  Navigation classic ---------------------*/
.navbar-classic {
}
.navbar-classic.navbar-light .navbar-nav .nav-link {
  color: #181825;
  font-family: "Circular Std Medium" !important;
  padding: 12px 16px;
}
.navbar-classic .navbar-nav .nav-item {
}
.navbar-classic .navbar-nav .nav-item .nav-link {
  font-size: 15px;
    color: #000000;
    /*padding: 12px 10px;*/
    line-height: 20px;
    
    font-family: 'titillium_webregular';
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover {
  color: #3544ee;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
  color: #3544ee;
}
.navbar-classic.navbar {
  padding: 18px 0px;
      max-height: 80px;
}
.navbar-classic .dropdown-toggle::after {
  margin-top: 1px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: -2px;
  content: "\f107";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #bdbebf;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  margin-right: 15px;
  font-size: 13px;
  float: right;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f1f1f6;
  border-radius: 0px;
}
.navbar-brand {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 2px;
  margin-right: initial;
  line-height: inherit;
  white-space: nowrap;
  color: #181825;
  font-size: 24px;
 
 
}
.main-logo{
	
	    background-color: #fff;
    padding: 0px 20px 20px 20px !important;
    position: absolute;
    z-index: 1;
    top: 0px;
	
}
.main-logo2{
	
 background-color: #fff;
    padding: 5px 5px;
    position: relative;
    z-index: 1;
    top: 0px;
    max-width: 200px;
    max-height: 75px;
	
}
.main-nav-bar{
	    margin-left: 28.1%;
	
}
.main-nav-bar2{
	    margin-left: 30px;;
	
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15rem;
  padding: 0px 0px;
  margin: 18px 0px;
  font-size: 1rem;
  color: #808294;
  text-align: left;
  list-style: none;
  background-color: #60c4e4;
  background-clip: padding-box;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.dropdown-menu li{
    border-bottom:1px solid black;
}
.dropdown-item {
        display: block;
    width: 100%;
    padding: 15px 15px;
    clear: both;
    font-weight: 400;
    color: #181825;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    font-family: 'titillium_webregular';
    line-height: 15px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #4955ef;
  text-decoration: none;
  background-color: #eeeffd;
  border-radius: 4px;
}
.dropdown-item:focus .dropdown-toggle::after,
.dropdown-item:hover.dropdown-toggle::after {
  color: #4955ef;
}
@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 17px;
  top: 25px;
}
.dropdown-submenu .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-left: 13px;
  margin-right: 0.1rem;
}
.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}
.mega-dropdown {
  position: unset;
}
.mega-dropdown-menu {
  width: 100%;
  position: absolute;
  top: 63px;
  margin: 15px 0px;
}
.mega-dropdown-menu ul {
  list-style: none;
}

.nav-dropitem-arrow {
  position: relative;
  font-size: 12px;
  opacity: 0;
  padding-right: 10px;
}
.nav-dropitem-arrow i {
  position: absolute; /* top: -1px; */
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #3544ee;
  text-decoration: none;
  background-color: #eeeffd;
  border-radius: 4px;
}
.dropdown-item:hover .nav-dropitem-arrow {
  color: #4955ef;
  opacity: 1;
  margin-right: 5px;
}
.navbar-classic .navbar-toggler,
.navbar-boxed .navbar-toggler {
  padding: 17px 15px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #eaeaf0;
  border-radius: 0.25rem;
  position: relative;
}

/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0px;
}
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #f1f1f6;
}
.navbar-classic
  .navbar-collapse.show
  .dropdown
  .dropdown-menu
  .dropdown-submenu
  .dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed
  .navbar-collapse.show
  .dropdown
  .dropdown-menu
  .dropdown-submenu
  .dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0px;
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #495bfb;
}
.navbar-transparent
  .navbar-collapse.show
  .dropdown
  .dropdown-menu
  .dropdown-submenu
  .dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}
.icon-bar {
  width: 21px;
  height: 3px;
  background-color: #3544ee;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
}
.navbar-toggler:focus {
  outline: 0px;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 190%;
  background-color: #3544ee;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% -80%;
  background-color: #3544ee;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  background-color: #3544ee;
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  background-color: #3544ee;
}

.home-banner {
    background-image: url(../images/banner.jpg);
    height: 35rem;
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center right;
   
}

.slider-bg
{
    background-image: url(../images/1bg.jpg);
    height: 35rem;
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center right;
   
}
.banner{
	height: 35rem;
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
	
	
}
.inner-banner{
	height: 348px;
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;	
}
/*  ABOUT US PAGE  */

.about-us-banner{
	background-image: url(../images/about/banner.jpg);
	background-position: center right;
}
.about-bg-bullets{
	background-image: url(../images/about/img2.jpg);	
	padding: 2rem 3rem;
    background-size: cover;
    background-position: center center;
	bottom: 0px;
    
}
.about-right{
	background-color: #316795;
}
.about-us h4{
	padding-bottom: 8px;
	border-bottom : 1px solid #90ccff;
}
.profile-img img{
	width : 100%;
}
.border-right-about{
	    background-color: #1c476a;
    max-height: 150px;
}
.col-lg-9.profile-img {
    border-left: 30px solid #1c476a;
    max-height: 170px;
}
.no-padding-left{
	
	padding-left: 0px ;
}
.no-padding-right{
	
	padding-right: 0px ;
}
.ceo{
	padding: 30px;
	border-left:1px solid #7abcf6;
	
}
.col-lg-2.ceo-left {
    border-right: 35px solid #1c476a;
    max-height: 160px;
}
.ceo h5{
	
	color: white;
}
.ceo p{
	
	color: #78bdf6;
}
.ceo-content{
	padding:25px;
	color: #78bdf6;

}
.sign img{
	position: absolute;
    right: 0;
    bottom: 30px;	
}
.banner-text h3 {
    color: white;
}
/* SOLUTIONS PAGE */


.solutions-banner{
	background-image: url(../images/solutions/banner.jpg);	
	background-position: center right;
}
.solutions-bg{
	
	background-image: url(../images/solutions/bg1.png);	
	padding: 15rem 0px 15rem 0px;
}
.solution-bg-text {
	COLOR: WHITE;
    background-color: #1f0e0e61;
    padding: 25px;
}
.solution-bg-text h5{
	COLOR: WHITE;
    
    
}
.row.solution-tabs{
	    padding-right: 15px;
  
}
.solution-bg-text  img{
	
	position: absolute;
	right:0;
	bottom:0;
	max-width: 60%;
}

/* CONTACT US */
.contactus-banner{
background-image: url(../images/contact/banner.jpg);
background-position: center right;	
}
.contactus-banner h3{
	color: white;
    font-family: 'titillium_weblight';
	
}
img.aos-init.aos-animate {
    width: 100%;
}
.left-bg
	{
    background-color: #efefef;
    text-align: center;
    padding: 25px 15px;
}
.contact-form-right{
	background-color: #316795;
	padding: 3rem 3rem;
}
.contact-form-right h5{
	color: white;
font-family: titillium_webregular;
	
}
input.form-control.con-input {
    
    border: 0px;
    border-bottom: 1px solid white;
    color: white;
}
input.form-control.con-input::placeholder {
  color: white;
}
.img-submit img{
	max-width:30px;
	float: right;
}
button.img-submit.form-control {
	
	background-color: transparent;
	border:0px;
	
}
.location img{
	width:100%;
	position: absolute;
	bottom:0;
	
}
.location-add h4{
	font-family: titillium_webregular;
	color:white;
	font-size: 18px;
	
}
.location-add{
	
	margin-left: 15px ;
}
.location-add h5{
	font-family: titillium_webregular;
	color:white;
	margin:0px;
	line-height:25px;
}
.keyword-search{
	display: flex;
}
input.form-control.keywrd::placeholder {
	color:#316795 !important;
	
}
input.form-control.all::placeholder {
	color:#316795 !important;
	
}
.keywrd{
	width: 50%;
	border:0px !important;
    border-bottom: 1px solid black !important;
	border-radius: 0 !important;
}
.all{
	width: 45%;
	border:0px !important;
    border-bottom: 1px solid black !important;
    margin-left: 15px;
	border-radius: 0 !important;
}
.img-submit{
	background-color: transparent;
	border: 0px;
}
/* BANNER TEXT */

.banner-text{
	
	padding : 25px; 
	left: 3%;	
	top: 25%;
}
.banner-text{
	color: #fff;
	
}
.banner-text h1{
	color: #fff;
}
li.nav-item {
    border-left: .7px solid #0000002e;
    padding: 18px 14px !important;
	text-transform: uppercase;
}
.border-width{
	
	    border: 8px solid #90ceff;
}
.border-width2{
	
	    border: 8px solid #316795;
}
.spacer{
	margin-top: 25px !important;
}
.solutions{
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.services{
	background-color: #4494d9;
	padding: 4rem 2rem;
	color: #FFF;
}	
.al-services h3{
	min-height: 120px;
	color: #fff;
	font-family: titillium_weblight;
}
.al-services img{
	padding: 5px 2px;
}
.no-margin{
	
	margin: 0px !important;
}
.border-right{
	border-right: 1px solid #92cfff !important;
	
}
.sol-cnt{
	padding: 25px !important;
}
.faq{
	background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	padding: 4rem 2rem;
	background-position: center center;
	    background-attachment: fixed;
}
.faq-head h1{
	line-height: 0px !important;
	color: #FFF;
}


.faq-head h3{
	font-family: titillium_weblight;
	color: #FFF;
	font-size: 32px;
}

/* ACCORDION */
.accordion__header {
	padding: 1em;
	background-color: #316795;
	margin-top: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	margin-top: 20px;
	transition: 0.4s;
}
.accordion__header > * {
	    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #90cdff;
    font-family: 'titillium_webregular';
    letter-spacing: normal;
}
.accordion__header.is-active {
	background-color: #316795;
	color: #fff;
}
.accordion__toggle {
	margin-left: 10px;
	margin-right:10px;
	background-color: #FFF;
	width: 24px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
	transition: max-height 0.3s ease-out;
}
.accordion.home-faq.col-lg-8 {
    margin-bottom: 20px;
}
.accordion__toggle::before {
ontent: "";
    /* width: 3px; */
    /* height: 24px; */
    display: block;
    /* background-color: #FFF; */
    position: absolute;
    
    border-radius: 2px;
    content: "\f107";
    color: #fff;
    top: -10px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome";
        font-size: 30px;
}

.is-active .accordion__toggle {
	background-color: #fff;
}
.is-active .accordion__toggle::before {
	content: "\f106";
}
.accordion__body {
	display: none;
    padding: 1em;
    border: 1px solid #ededed;
    border-top: 0;
    color: black;
    background-color: #ededed;
    
   overflow: hidden;
  transition: max-height 0.8s ease-out;
	
}
.accordion__body.is-active {
	display: block;
	 
}
.home-faq .accordion__body{
	background-color:transparent;
	color:#FFF;
	border:0px;
	padding: 0.5em;
	border-bottom: 0.5px solid #ffffff9c;
}
.home-faq .accordion__header{
	background-color:transparent;
	padding: 0.5em;
	margin-top: 2px;
	border-bottom: 0.5px solid #ffffff9c;
}
.home-faq .accordion__header > *{
	
	color: #FFF;
}
button:focus{
	outline:0px !Important;	
}
.spacer2{
	
	margin-top: 5rem ;
}
/* LOGO SLIDER */
#client-logos .item {
  margin: 1px;
}
.cover-wrapper {
  padding: 50px;
}
.client-inners img {
  height: 100%;
  object-fit: contain;
}
.client-inners {
  border: 1px solid #8adaf1;
  height: 150px;
  text-align: center;
  padding: 8px;
  background-color: white;
}
.owl-nav img {
  width: 34px;
  
}
.owl-prev img {
  position: absolute;
  left: -38px;
  top: 50%;
  margin-top: -20px;
  border: 1px solid #8adaf1;
  padding: 5px;
}
.owl-next img {
  position: absolute;
  right: -38px;
  top: 50%;
  margin-top: -20px;
  border: 1px solid #8adaf1;
  padding: 5px;
}

/* LOGO SLIDER */

.bank-add{
	background-color: #2d6fa9;
	color : #FFF;
	padding: 5rem 4rem;
}
.bg-img img{
	width: 100%;
}
.bank-text h3{
	color: white;
    font-family: 'titillium_weblight';
    text-transform: uppercase;	
}
.bank-box-text h3{
	color: white;
    font-family: 'titillium_webbold';
    text-transform: uppercase;	
}
.no-padding{
	padding-right: 0px !Important;
	padding-left: 0px !important;	
}
.bank-box{
	
	border: 2px solid #FFF;
}
.header{
	text-transform: uppercase;
	color: #67c1f3;
	
}
.news-img img{
	
	width: 100%;
}
footer{
	background-color: #20aed4;
	padding: 3rem 2rem;
	color: #fff;
	
}
.footer{
	
	margin-bottom: 24px;
}
.footer-img{	
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	display:grid;
	justify-content:center;
}
.footer-img img{
    max-width:140px;
}
.right-footer{
    padding-left:15px;
    padding-right:15px;
}
.footer-about-us h4{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-family: 'titillium_weblight';
    margin-bottom: 0px;

	
}
p.text-justify.footer-desc {
    font-size: 14px;
}
.footer-about-us h2{
    margin-bottom:0px;
	color: #fff;
	font-family: 'titillium_webbold';
	
}
ul.social-network.social-circle {
    padding-left: 0px;
}
.copyright{
	padding-left: 0px;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin: auto;
}
ul.social-network li {
  display: inline;
  margin: 0 10px;
}

/* footer social icons */
.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoMedium:hover {
  background-color: #00AB6C;
}
.social-network a.icoQuora:hover {
  background-color: #AA2200;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoYoutube:hover {
  background-color: #ff0707;
  
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoMedium:hover i, .social-network a.icoYoutube:hover i, .social-network a.icoLinkedin:hover i,.social-network a.icoWhatsapp:hover i {
  color: #fff;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 22px;
}

.social-circle li i {
  margin: 0;
  line-height: 60px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #0a85c9;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-circle a {
  background-color: #FFF;
}

@media screen and (max-width: 500px) {
  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }
}
@media screen and (max-width: 450px) {
  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }

  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  ul.social-network li {
    display: inline;
    margin: 0 2px;
  }

  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
  }
}
.form-control {
	background-color: transparent !important;
	    border: 2px solid #FFF;
}
.footer-form::placeholder {
  color: white;
}
input.form-control.footer-form {
    padding: 15px !important;
    font-size: 18px !important;
    margin: 0px 20px 15px 0px;
	border-radius: 0;
}
.footer-form-head h2{
	
	color: white;
}
.ftr-sub {
	border: 0px !Important;
	
}
.ftr-sub img{
	float: right;
}


/* FILTER TAB */

/* Style the tab */
.tab {
  
  float: left;
  border: 1px solid #ccc;
  background-color: #ededed;
  width: 100%;
  background-image:url((../images/solutions/design.png))
 
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: #ededed;
  color: black;
  padding: 10px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width:100%;
  color: white;
  border-left: none;
  background-color: #316795;
}
.tabcontent h2{
	color: white;
}
.ans{
background-color: #316795;

}
.right img{
    float:right !important;
}
.arabic li.nav-item.dropdown {
    border: 0px !important;
}
.search-top{
	padding: 0px 15px;
    border-left: 1px solid;
}
span.open-nav img{
	padding:15px 0px;
}




.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  
  background-color: #316795;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color:#FFF;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
ul.list-unstyled {
    float: right;
}

/* AWARDS */

.awards-banner{
	
	
	background-image: url(../images/about/banner.jpg);	
	background-position: center right;

	
}
.img-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
	  .img-container img {
	  margin: 5px;
	  transition: all 1s;
	  max-width: 200px;
	   border: 1px solid black;
	}
	.profile-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #003c70;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width:320px;
  color:white;
}
a.faq-view-more {
    background-color: #4494d9;
    color: white;
    padding: 10px;
    /* margin-top: 25%; */
    margin-left: 20px;
	
}
.profile-dropdown:hover .dropdown-content {
  display: block;
}

.profile-desc {
  padding: 15px;
  
}
.profile-modal-desc p {
    padding-left: 15px;
}
.dropdown-content:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right:120px;
    border-width: 0 20px 20px 20px;
    border-style: solid;
    border-color: #003c70 transparent;
}
 .awards-table td{
	 padding:5px;
	 
 }
    
/* FATWA */
.fatwa-banner{	
	background-image: url(../images/about/banner.jpg);	
	background-position: center right;
}
.heading-fatwa h2{
	color: #003f6b;
}

/* MANAGEMENT */

.management-banner{
	background-image: url(../images/about/banner.jpg);	
	background-position: center right;
}
.border-btm{
	    border-bottom: 2px solid #90ccfe;

}
.border-btm-profile{
	padding-bottom: 25px;
	border-bottom: 1px solid #90ccfe;
}
.executive-cnt p{
	color: #383535;
}
.management-profile{
	background-color:#2d6fa9;
	padding:35px;
	height: 95%;
}
.management-profile h4{
	color: white;
    margin-bottom: 0px;
    text-transform: unset;
}
.management-profile p{
	color: white;
    margin: 0px 0px 6px 0px;
	line-height: 20px;
}
.profile-icons-padding{
	color: #FFF;
	padding: 5px 10px;
}
.profile-icons{
	color: #FFF;
	padding: 5px 10px;
    padding-left: 0px;
	
}
.profile-icons-screen{
	color: #FFF;
	border: 1px solid white;
    float: right;
    padding: 3px;
    border-radius: 0.25em;
}
/* SHARIABOARD */
.shariaboard-banner{
	background-image: url(../images/about/banner.jpg);	
	background-position: center right;
}
.shariaboard-profile{
	background-color:#2d6fa9;
	padding:35px;
	height: 98% !important;
}
.shariaboard-profile h4{
	color: #FFF;
	margin-bottom: 0px;
	text-transform: none;
	font-family: 'titillium_webregular';
}
.shariaboard-profile p{
	color: #7bbdf7;
	margin-bottom: 0px;
	line-height:20px;
	font-size: 14px;
}
.shr-p{
	margin-top:5px;
	margin-bottom:5px !important;
}
/* FAQ */
.faq-banner{
	background-image: url(../images/faq/band.jpg);	
	background-position: center right;
}
.faq-banner h1{
	    margin-bottom: 0px;
}
.faq-banner h3{
	font-family: 'titillium_weblight';
}


.active, .faq-accordion .accordion:hover {
  background-color: transparent; 
}


.faq-accordion p {
    color: black;
}




/* HIGHLIGHTS */
.highlights-banner{
	background-image: url(../images/highlights/band_highlights.jpg);	
	background-position: center right;
	
}
.highlights-banner h3 {
	
}

.top-divs{
	background-color:#316795;
	 
}
.top-divs h3 {
	color:#FFF;
	padding:15px;
	padding-bottom: 10px;
    margin-bottom: 0px;
}
.top-divs h5{
	    color: #8cc6f8;
    padding: 15px;
    margin-bottom: 0px;
    font-family: 'titillium_webregular';
    padding-top: 0px !important;
}
.top-divs img{
	padding-bottom: 10px;
    /* margin-bottom: 0px; */
    padding: 15px;
	
}
.bottom-divs{
	background-color: #ededed;
	padding:15px;

}
#more {
	display: none;
	
}
.rdn-btn{
	border:0px !important;
	
}
.rdn-btn {
    text-align: center !important;
    margin: 0 44%;
}

ui-layout-north {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: 10000;
    height: 100px;
}

    .ui-layout-north .logo {
        line-height: 100px;
    }
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: #fff;
    /*border: 1px solid #dee2e6;*/
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    border: 5px solid #babbbd;
    border-radius: 25px;
    padding: 25px 0px;
    min-height: 200px !important;
}
.logo {
    position: absolute;
    margin: 0 50%;
    width: 150px;
    left: -75px;
    top: 50px;
    display: inline-block;
    height: 100px;
    z-index: 100000;
   
}

 .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .toggle-text {
  display: none;
}
.carousel-caption {
    position: absolute !important;
    right: 0; 
    top: 45% !important;
    left: 14% !important;
    z-index: 10 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-align: left !Important;
}
.carousel-caption2 {
    position: absolute !important;
    right: 0; 
    top: 20% !important;
    left: 14% !important;
    z-index: 10 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-align: left !Important;
}
.carousel-caption-banner {
    position: absolute !important;
    right: 0; 
    top: 30% !important;
    left: 14% !important;
    z-index: 1;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-align: left !Important;
}
.carousel-caption h1{
	color: white;
}
.carousel-caption h3{
	color: white ;
	font-family: 'titillium_webregular';
}
.carousel-caption2 h1{
	color: white ;
}
.carousel-caption2 h3{
	color: white ;
	font-family: 'titillium_webregular';
}
.carousel-caption-banner h1{
	color: white ;
	line-height: 40px;
}
.carousel-caption-banner h4{
	color: white ;
	font-family: 'titillium_webregular';
	    line-height: 23px;
}
.carousel-caption.home-banner-text.col-lg-4.col-md-4.col-sm-4 {
    top: 25% !important;
}
.ui-layout-north {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: 10000;
    height: 100px;
}

    .ui-layout-north .logo {
        line-height: 100px;
    }

.logo {
    position: absolute;
    margin: 0 50%;
    width: 150px;
    left: -75px;
    top: 50px;
    display: inline-block;
    height: 100px;
    z-index: 100000;
   
}

 .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .toggle-text {
  display: none;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: 1.4s !important;
}
.container.sol-cnt.bounce-up h3 {
    font-family: 'titillium_webregular';
}
.blog-head h5 {
	color:#67c1f3 !important;
	text-transform: none;
    font-family: 'titillium_webregular';
}
.search-top:hover{
	transform: scale(1.2); 
	cursor:pointer;
}
/*.arabic:hover{*/
/*	transform: scale(1.2); */
/*	cursor:pointer;*/
/*}*/
.container.sol-cnt.bounce-up h2 {
    margin-bottom: 00px !important;
    line-height: 30px;
}
h3.aos-init.aos-animate {
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: bolder;
}
.row.slt-cnt.aos-init.aos-animate h4 {
    margin-bottom: 0px !important;
}
.row.slt-cnt.aos-init.aos-animate p {
    line-height: 20px;
}
.bank-text h3{
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0px;
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/
.nav-pills-custom .nav-link {
    color: #aaa;
    background: transparent !important;
    position: relative;
	 border-bottom: 1px solid black;
    border-radius: 0px !important;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    border-bottom: 1px solid #45b649;
    border-radius: 0px !important;
}
.mb-3, .my-3 {
    margin-bottom: 0px!important;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
.tab-pane {
    padding-top: 0px !important;
}
/*
*
* ==========================================
* MANAGEMENT POPUP STYLE
* ==========================================
*/


.pop-content{
	padding:25px;
}
.modal-dialog-full-width {
        width: 50% !important;
        height: 100% !important;
        margin: auto !important;
        padding: 0 !important;
        max-width:none !important;
		
    }
	.pop-icons{
		color:blue;
		padding:15px;
	}
	.popup-prf{
		
		color:blue;
	}
    .modal-content-full-width  {
        height: auto !important;
        min-height: 100% !important;
        border-radius: 0 !important;
        background-color: #ececec !important 
    }

    

    .modal-footer-full-width  {
        border-top: 1px solid #9ea2a2 !important;
    }
	.btn-danger {
		color: #fff;
		background-color: transparent;
		border-color: transparent;
		padding: 0px;
	}
	
	.btn-danger:hover{
		color: #fff;
		background-color: transparent;
		border-color: transparent;
	}
	button#modalActivate {
    float: right;
}
.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow:  none; 
}
.modal-header{
	border-bottom: 0px !important;
}
button#modalActivate2 {
    float: right;
}
.banner-text h3{
	
	line-height:31px ;
}
button#modalActivate3 {
    float: right;
}
.carousel-caption-banner h3{
	color:white;
}
.carousel-caption-banner h3 {
    color: white;
    line-height: 30px;
}
 .news-banner{
        top: 50% !important;
        transform: translate(-50%, -50%);
         position: absolute;
         left:46% !important;
    }
    .faq-qst{
        color:#90cdff;
    }
    .white{
        color:#FFF;
    }
    .faq-qst-head{
        width:95% !important;
    }
    .ans-faq-head h3,h5{
        color:#000;
    }
    .ans-faq-head h3{
        margin-bottom:0px;
        font-family: 'titillium_webregular';
    }
    .ans-faq-head h5{
      
        font-family: 'titillium_webregular';
        margin-bottom:37px !important;
    }
    .navbar-classic .navbar-nav .nav-item .nav-link:hover {
    color: #316795 !important;
}
.accordion__body.is-active p{
    display: block;
    animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
    h3.aos-init.aos-animate {
    line-height: 30px;
}
.about-bg-bullets p {
    font-family: 'titillium_webbold';
    color: black;
}
.accordion__body.news-faq-body {
    padding: 10px 40px;
}
.searchresults ul 
{
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    
}
.searchresults ul li
{
         min-height:45px;
}
.results{
    border-bottom:1px solid black;
    padding: 15px 0px;
}
.results p{
    color:#000;
    
}
.header-classic-sticky{	
	background-color: #fff;
    position: fixed !important;
    z-index: 1000;
    width: 100% !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.top-header2{
	display:none
}
@media(max-width:992px){
	.header-classic-sticky{
		position:absolute !Important;
	
}
}
.ftr-sub{
    background: transparent;
    float: right;
}
button#btnContactUsSubmit {
    margin-top: 15px;
    float: right;
}
.arabicNav a {
    text-align: right !important;
}

#loader-wrapper {
	z-index:100000 !important;
	
}

ul.dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 15%;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: #60c4e4 transparent;
}

    .drop-icon {
        display: none;
    }
    .padding{
        padding-left:15px;
        padding-right:15px;
    }
    .modal{
        position: fixed;
    top: 24%;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 50%;
    overflow: hidden;
    outline: 0;
    }
    .modal-profile-head{
        background-color:#4990ce;
        color:#FFF;
        width:50%;
        text-align:center;
		    padding: 5px;
    }
    .modal-profile-head h5 {
    color: white;
    text-transform: none;
}
@media(max-width:992px){
    
    .drop-icon {
        display: flex;
        margin-left: 70%;
            font-size: 35px !important;
        justify-content: flex-end;
}
li.nav-item.dropdown {
    display: inline-flex;
}
 ul.dropdown-menu.show{
     width:100%;
 }   
 .nav-link{
     width:90px;
 }
 ul.dropdown-menu:after{
     display:none;
 }
}
.modal-p{
	overflow-y:scroll;
	max-height:160px;
	
}
p.text-justify {
    font-size: 13px !important;
}
.modal-p {
    overflow-y: scroll;
    max-height: 160px;
}
.profile-modal-desc {
    max-height: 160px;
    padding-right: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.Pdf-link a {
    color: #166eb3;
    font-size: 16px;
    font-weight: bold;
}
.Pdf-link{
	margin-bottom:10px;
	
}
.nav-item a {
    padding: 0px !important;
}
a.dropdown-item {
    padding: 10px 5px !important;
}
a.icoWhatsapp:hover {
    background-color: #25D366;
}