.whitebg{background:#ccc}
.section { padding:30px 10px;}
.CCAservices img{ z-index:100}
.introskybanking{}
.introskybanking p{
	font-weight: 600;
	font-size: 18px;
	line-height: normal;
	color: #222;}
.introskybanking .introskybcontainer{ position:relative; padding:40px;}
.introskybanking .welcomefont{ position:relative; max-width:350px}
.introskybanking .welcomefont img{ max-width:100% }
.appsstorebox .app-links {
	display: flex;
}
.appsstorebox .app-links img{
	max-width:120px;
}
.CCAservices {
	background: #f4f4f4;
	padding: 30px 0;
}
.CCAservices h2 {
text-align: right;
  margin-bottom: 10px;
  color: #000;
  font-size: 32px;	
}
h2.sectiontitle {
	text-align: right;
	margin-bottom: 30px;
	color: #000;
	font-size: 32px;
}
a.ccaward_btn {
	position: relative;
	padding: 7px 20px;
	border: 1px solid #333;
	background:#014784;
	color: #fff !important;
	box-shadow: 0 10px 8px -6px rgba(0,0,0,.25);
	border-radius: 30px;
	font-weight: bold;
}
a.ccaward_btn:hover {
	position: relative;
	background:#fff;
	padding: 7px 20px;
	box-shadow: 0 10px 8px -6px rgba(0,0,0,.25);
	color: #014784 !important;
}
/*.yellowbg{ background:#fbd109}*/
.graybg{ background:#f7f8fa}
.introskybanking{ position:relative}
.introskybanking h2.welcomegraphy {
	position: absolute;
	left: 105px;
	top: 109px;
	font-weight: 500;
	font-size: 32px;
	color: #222;
	font-style: italic;
}
.yellowskybanking{ position:relative;}
.yellowskybanking h3 {
	text-align: left;
	margin-bottom: 15px;
	color: #333;
	font-size: 24px;
}


.grayskybanking{ position:relative; color:#000;}
.grayskybanking h3 {
	text-align: left;
	margin-bottom: 10px;
	color: #333;
	font-size: 24px;
}
.grayskybanking .graycontxt {
	text-align: justify;
	color: #333;
	height: 400px;
	padding:20px;
}
.yellowskybanking .yellowcontxt {
	text-align: justify;
	color: #333;
	min-height: 400px;
	padding:20px;
}
.grayskybanking .grayconimg {
	position: relative;
	height: fit-content;
	height: 300px;
}

.intro-style1-video-gallery {
	position: relative;
	display: block;
	min-height: 400px;
	margin-right: 0px;
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
}
.gallery-area {
	position: relative;
	display: block;
	padding-top: 60px;
	padding-bottom: 100px;
	/* background: linear-gradient(173deg, #6cbe45 60%, #ffffff 60%); */
}
.video-section {
    position: relative;
    
   
}
.layer-overlay::before {
	background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.intro-style1-video-gallery-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #646464;
	
	
	/* background-blend-mode: luminosity; */
}
.intro-style1-video-gallery-bg::before {
	background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.intro-video-gallery-style1 {
	position: absolute;
	top: 30px;
	left: 30px;
	bottom: 0;
	right: 0;
	display: block ruby;
	align-items: center;
	justify-content: center;
}

.intro-video-gallery-style1 .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background: linear-gradient(80deg, rgb(255, 208, 10) 50%, rgb(215, 175, 8) 100%);
	margin: 0 auto;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.intro-video-gallery-style1 .icon:hover {
  background-color: var(--thm-base);
}

.intro-video-gallery-style1 .icon::after, .intro-video-gallery-style1 .icon::before {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 0 0 rgb(231, 188, 9);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.intro-video-gallery-style1 .icon:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.intro-video-gallery-style1 .icon .video-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.intro-video-gallery-style1 .icon .video-popup span::before {
  position: relative;
  color:#000;
  font-size: 32px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.intro-video-gallery-style1 .icon:hover .video-popup span::before {
  color: #ffffff;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.video-section .video-box-container .video-btn a:before {
    background: #339933;
}
#accordion .accordion-body {
	padding: 20px 20px;
}
.accordion-feature ul li::before {
	left: -5px;
}

.contact .contcatdiv {
padding: 40px;
background: #f9fcff;
min-height: 300px;
box-shadow: 0 10px 8px -6px rgba(0,0,0,.25);
}
.contact .contcatdiv li {
display: flex;
margin-top: 15px;
color: #dedede;

}

.contact .contcatdiv li i {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	margin-right: 15px;
	background: rgba(85, 78, 78, 0.1);
	color: var(--white);
	border: 1px dashed rgba(255, 255, 255, 0.3);
	font-weight: 300;
	font-size: 17px;
	position: relative;
	top: -4px;
}

.contact .contcatdiv li i {
	text-align: center;
	line-height: 35px;
	color: #005aaa;
	font-weight: 300;
	font-size: 17px;
}
.contact .contcatdiv li.contactino {
	padding-left: 20px;
	border-left: 1px solid #ccc;
	color: #303233;
	margin-left: 21px;
	padding-top: 0;
	margin-top: 0;
}
.mPartnerscon{ position:relative}
.mPartnerscon .mPartners {
padding: 20px;
	}
.mPartnerscon .mPartners h3 {
	color: #005aaa;
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}
.mPartnersleft:{position:relative; }
.mPartnersleft::after {
	content: "";
	background: #ccc;
	width: 1px;
	position: absolute;
	right: 0px;
	top: 20px;
	height: 400px;
}
.mPartnerscon .mPartners .mPartnerslist {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}
.mPartnerscon .mPartners .mPartnerslist li {
}
h2.sectiontitle {
	position: relative;
	width: 500px;
	margin: 0 auto;
	padding-bottom: 30px;
}
h2.sectiontitle::after {
	content: " ";
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #000;
	bottom: 20px;
	left: 40%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(254, 226, 164, 0)), color-stop(53%, #dca273), to(rgba(254, 226, 164, 0)));
	background: linear-gradient(to right, rgba(254, 226, 164, 0) 0%, #ffd00a 53%, rgba(254, 226, 164, 0) 100%);
}
.pdt-20{ padding-top:20px;}
#accordion .accordion-title i {
	position: absolute;
	width: 40px;
	height: 100%;
	left: 0;
	top: 0;
	color: #005aaa;
	background:none;
	text-align: center;
	border-right: 1px solid transparent;
}

.timeline .timelineinfo {
	background: #ffd00a;
	/* height: 200px; */
	padding: 30px;
	border-radius: 50px;
		border: 5px solid #ffd00a;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.timeline .timelineinfo h3{
	color: #000;
}
@media (max-width: 768px){
	#toggle_right_options {
    display: none;
  }
.yellowskybanking .yellowcontxt {
padding: 20px 0px;
}
	 .sm-row-reverse {
    flex-direction: column-reverse;
  }
  h2.sectiontitle {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.grayskybanking .grayconimg {
	position: relative;
	height: auto;
}
.grayskybanking .graycontxt {
	height: auto;
	padding: 20px 0;
}
.yellowskybanking {
	position: relative;
	margin-bottom: 20px;
}
.mPartnerscon .mPartners {
	padding: 20px 0;
}
.mPartnerscon .mPartners .mPartnerslist {
	gap: 20px;
}
.contact .contcatdiv {
	padding: 20px 20px;
	min-height: auto;
	margin-bottom: 15px;
}
	}