
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}


/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
}

::selection {
  background: #fe7f11;
  color: #fff;
}

::-moz-selection {
  background: #fe7f11;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 28px;
  text-transform: capitalize;
  color: #1F1F1F;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}

.section-heading h2 em {
  font-style: normal;
  color: #fe7f11;
}

.section-heading h2 span {
  color: #263381;
  font-weight: 700;
  opacity: 1;
  text-transform: capitalize;
}

.section-heading span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #263381;
  opacity: 0.15;
}

.main-blue-button a {
  display: inline-block;
  background-color: #fe7f11;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-blue-button-hover a {
  display: inline-block;
  background-color: #fe7f11;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-blue-button-hover a:hover {
  background-color: #263381;
}

.main-red-button a {
  display: inline-block;
  background-color: #263381 !important;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button-hover a {
  display: inline-block;
  background-color: #263381 !important;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius:8px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-red-button-hover a:hover {
  background-color: #fe7f11;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #263381;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}





/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services .services-left-dec img {
  width: 387px;
  height: 638px;
  left: -80px;
  top: -140px;
  position: absolute;
  z-index: 1;
}

.our-services .services-right-dec img {
  width: 305px;
  height: 305px;
  right: 25px;
  bottom: -120px;
  position: absolute;
  z-index: 1;
}

.our-services .container {
  position: relative;
}

.our-services {
position: relative;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 70px;
}

.our-services .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.our-services .section-heading h2 {
  margin: 0px 60px;
  margin-bottom: -10px;
}

.our-services .item {
    text-align: center;
    border-radius: 16px;
    background-color: #D9DEFF;
    padding: 30px 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.our-services .item h4 {
     font-size: 28px;
    font-weight: 700;
    color: #263381;
    margin-top: 10px;
    line-height: 30px;
}

.our-services .item .icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.our-services .item p {
    margin-top: 15px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.our-services .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.our-services .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #263381;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.our-services .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.our-profile
{
	padding-bottom:30px;
}
.our-profile .item {
    text-align: left;
    border-radius: 16px;
    background-color: #E4E8FF;
    padding: 30px 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.our-profile td
{
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}
.our-profile tr
{
	margin-bottom:15px;
}
.our-profile td, .our-profile th {
    vertical-align: top;
	    padding-bottom: 10px;
}
.our-profile th
{
    color: #444444;
    font-size: 18px;
    font-weight: 600;
}
.padding-bottom-none td, .padding-bottom-none th
{
	padding-bottom:0px;
}


.our-profile1 .item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #888888;
    margin-top: 10px;
    line-height: 30px;
}

.our-profile1
{
	padding-bottom:70px;
}
.sales-turnover1
{
	padding-top:50px;
}
.our-profile1 .item {
    text-align: center;
    border-radius: 16px;
    background-color: #D9DEFF;
    padding: 30px 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.our-profile1 .item p {
  margin-bottom: 15px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.profile-icon1
{
	width:180px;
	margin:10px 0px;
}

.sales-turnover1 .item h4 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
	margin-bottom:10px;
    line-height: 30px;
}

.sales-turnover1
{
	padding-bottom:70px;
}

.sales-turnover1 .item {
    text-align: center;
    border-radius: 16px;
    background-color: #D9DEFF;
    padding: 30px 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.sales-turnover1 .item p {
  margin-bottom: 15px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.sales-pad-bottom
{
	margin-bottom:30px;
}
.purchase-item
{
	margin-top:45px;
}
.purchase-icon1
{
	width:250px;
	margin:15px 0px;
}
.purchase-item p
{
	font-size:25px !important;
}
.transfer-money-sec .item h4 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    line-height: 30px;
}

.transfer-money-sec
{
	padding-top:70px;
	padding-bottom:70px;
}
.transfer-money-sec .item {
    text-align: center;
    border-radius: 16px;
    background-color: #D9DEFF;
    padding: 30px 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.transfer-money-sec .item p {
  margin-bottom: 15px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.profile-icon1
{
	width:180px;
	margin:10px 0px;
}
.home-btn-sec
{
	margin-bottom:15px;
}
.home-btn-sec span
{
	    border-radius: 5px;
    background: #161E4C;
    padding: 4px 8px;
	font-size:20px;
    color: #fff;
}



.login-left-sec1
{
padding:50px;
}
.login-right-sec1
{
padding:30px;
}
.login-left-sec1 img{
width:100%;
}
.login-left-sec2 img{
width:100%;
}
.login-left-sec2
{
	padding:0px;
}
.login-right-content{
background:#E4E8FF;
padding:25px 40px 25px 40px;
border-radius:16px;
}

.login-right-content p
{
padding-left:0;
color:#000;
margin-bottom:30px;
}
.login-content-head1
{
text-align: center;
color: #161E4C;
font-size: 25px;
padding-left: 0;
font-weight: 600;
margin-bottom: 25px;
font-family: "Montserrat", sans-serif !important;
}
.login-content-head2{
color:#000;
padding-left: 0;
font-size:35px;
font-weight:600;
font-family: "Montserrat", sans-serif !important;
}
.login-label1{
	padding-left: 0;
	font-weight:600;
	color:#000;
	}
.company__info {
 background-color: #FF7B51;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    min-height: 100vh;
	padding:0;
}
.fa-android {
  font-size: 3em;
}
.log-btn-orange
{
    padding: 12px 19px 12px 18px;
    background: #161E4C;
    border-radius: 12px;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px !important;
	border:2px solid #161E4C;
	}
.log-btn-orange:hover
{
background:#fff;
color:#161E4C !important;
}
.collection-sec1{
	background:#FFE0D6;
	padding: 20px 45px;
}
.collection-right-content{
background:#FFCAB9;
padding:25px 40px 25px 40px;
border-radius:16px;
}
.collection-right-sec1{
	padding:35px 0px;
}
.collection-content-head2 a
{
	font-size:20px;
	font-weight:600;
	
font-family: "Montserrat", sans-serif !important;
	color:#000;
	text-decoration:none;
}
.collection-img1
{
	text-align:center;
	display:block;
}
.collection-img1 img{
	width:250px;
	margin-bottom:10px;
}
.home-btn-sec
{
	margin-bottom:15px;
}
.home-btn-sec span
{
	    border-radius: 5px;
    background: #161E4C;
    padding: 4px 8px;
	font-size:20px;
    color: #fff;
}
.purchase-sec1
{
	margin-top:20px;
}
.purchase-list1
{
	background: #B7C1FF;
    padding: 12px;
    border-radius: 12px;
}
.purchase-list1 p
{
	color: #333333 !important;
    font-size: 21px !important;
    margin-bottom: 0px !important;
}
.purchase-list1 h4
{
	font-size: 25px !important;
    margin-top: 5px !important;
}
.month-turn-head
{
	font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}
.month-turn-table 
{
	width:100%;
}
.month-turn-table th, .month-turn-table td
{
	width:50%;
	text-align:center;
}
.month-turn-table th
{
	font-weight:600;
}
.turn-table-left{
	background: #161E4C;
    color: #fff;
    padding: 16px;
    border-radius: 16px 0px 0px 0px;
    font-size: 20px;
}
.turn-table-right{
	background: #161E4C;
    color: #fff;
    padding: 16px;
    border-radius: 0px 16px 0px 0px;
    font-size: 20px;
	    border-left: 2px solid #FFFFFF;
}
.turn-td-left{
	    background: #E4E8FF;
    padding: 16px;
    font-size: 18px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #444444;
    font-weight: 600;
}
.turn-td-right{
	    background: #E4E8FF;
    padding: 16px;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    color: #444444;
    font-weight: 600;
}
.month-turnover-sec
{
	padding-bottom:70px;
}
.turn-bot-td-right{
	border-radius: 0px 0px 16px 0px;
}
.turn-bot-td-left{
	border-radius: 0px 0px 0px 16px;
}
.back-profile a{
	background: #161E4C;
    padding: 10px 40px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    margin-top:20px;
    color: #fff !important;
    text-transform: capitalize;
}
.back-profile
{
	margin-top:25px;
}
.pay-item
{
	padding-top:40px !important;
	padding-bottom:40px !important;
}
.product-details2 .item {
    text-align: center;
    border-radius: 16px;
    background-color: #263381;
    padding: 15px;
	margin-bottom:30px;
	height:351px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.product-details2 .item h4 {
  margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
	margin-top:15px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main-content {
    width: 100%;
  }
  .company__info {
    min-height:auto;
  }
  .login-right-sec1 {
    padding: 30px 0px;
}
  .login_form {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .collection-sec1 {
    background: #FFE0D6;
    padding: 0px 20px;
}
.collection-right-sec1 {
    padding: 20px 0px;
    
}
}
.login_form {
  background-color: #fff;
 display: flex;
    flex-direction: column;
    justify-content: center;
}
form {
  padding: 0 2em;
}
.form__input {
  width: 100%;
  border: 0px solid transparent;
  border-radius: 0;
  padding: 0.7em;
  padding-left: 2em;
  outline: none;
  background:#fff;
  border-radius:8px;
     margin: 0.9em auto;
    transition: all 0.5s ease;
    margin-top: 9px;
}
.form__input:focus {
  border-bottom-color: #008080;
  box-shadow: 0 0 5px rgba(0, 80, 80, 0.4);
  border-radius: 4px;
}
 .currency-input {
	position: relative;
	text-align: left;
	padding:10px 50px 30px 50px;
}
.currency-input input {
	width: 100%;
    padding: 9px;
    border: none;
	color:#222222;
	font-weight:500;
	margin-bottom: 15px;
    border-radius: 6px; /* Adjust the padding to make space for the symbol */
}
.application-input select {
	width: 100%;
    padding: 9px;
    border: none;
	color:#222222;
	font-weight:500;
	margin-bottom: 15px;
    border-radius: 6px; /* Adjust the padding to make space for the symbol */
}
.currency-input label
{
	    color: #444444;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}
.wallet-sub-btn1
{
	margin-top:20px;
	text-align:center;
}
.wallet-sub-btn1 button
{
	background: #161E4C;
    color: #fff;
    padding: 8px;
    width: 250px;
    border-radius: 6px;
    border: none;
}

/* 
---------------------------------------------
About
--------------------------------------------- 
*/

.about-us {
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom:70px;
}

.about-us .left-image {
  margin-right: 0px;
}



.about-us .section-heading p {
  margin-top: 10px;
    font-size: 17px;
    color: #111111;
    font-weight: 500;
}
.about-head1
{
	font-size: 20px;
    font-weight: 400;
    color: #1F1F1F;
}
.about-icon{
	    width: 34px;
    margin-right: 7px;
}
.about-us .fact-item .icon {
  width: 45px;
  height: 45px;
}

.about-us .fact-item {
  margin-top: 45px;
}

.about-us .fact-item .count-digit {
  font-size: 48px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 5px;
}

.about-us .fact-item .count-title {
  font-size: 15px;
  color: #263381;
}

.about-us .fact-item p {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio .portfolio-left-dec img {
  width: 342px;
  height: 311px;
  left: 45px;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.our-portfolio {
  padding-top: 120px;
  margin-top: 0px;
  position: relative;
}

.our-portfolio .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.our-portfolio {
  margin: 0px 15px;
}

.our-portfolio .item .thumb {
  position: relative;
}

.our-portfolio .item .thumb:hover .hover-effect {
  bottom: 30px;
}

.our-portfolio .item .thumb:hover img {
  opacity: 0.7;
}

.our-portfolio .item .hover-effect {
  position: absolute;
  background-image: url(../images/hover-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
  bottom: -240px;
  right: 30px;
  width: 239px;
  height: 210px;
}

.our-portfolio .item .hover-effect .inner-content {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: right;
}

.our-portfolio .item .hover-effect .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.our-portfolio .item .hover-effect .inner-content span {
  font-size: 15px;
  color: #fff;
}

.our-portfolio .item .thumb img {
  border-radius: 20px;
  transition: all .3s;
}

.owl-portfolio .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}

.owl-portfolio .owl-nav .owl-prev {
  position: absolute;
  left: 25px;
}

.owl-portfolio .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}

.owl-portfolio .owl-nav .owl-prev span {
    color: transparent;
}

.owl-portfolio .owl-nav .owl-prev span:hover::after{
  opacity: 1;
}

.owl-portfolio .owl-nav .owl-prev span:after {
  width: 46px;
  height: 46px;
  background-color: #263381;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  content: '\f104';
  font-size: 22px;
  font-family: 'FontAwesome';
  transition: all .5s;
  opacity: 0.5;
}

.owl-portfolio .owl-nav .owl-next span {
    color: transparent;
}

.owl-portfolio .owl-nav .owl-next span:hover::after{
  opacity: 1;
}

.owl-portfolio .owl-nav .owl-next span:after {
  width: 46px;
  height: 46px;
  background-color: #263381;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  content: '\f105';
  font-size: 22px;
  font-family: 'FontAwesome';
  transition: all .5s;
  opacity: 0.5;
}

.owl-portfolio .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.owl-portfolio .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #263381;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.owl-portfolio .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

/* 
---------------------------------------------
Pricing
--------------------------------------------- 
*/

.pricing-tables .tables-left-dec img {
  width: 418px;
  height: 851px;
  left: 0;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.pricing-tables .tables-right-dec img {
  width: 359px;
  height: 848px;
  right: 0;
  top: 45px;
  position: absolute;
  z-index: 1
}

.pricing-tables {
  z-index: 2;
  position: relative;
  padding-top: 120px;
  margin-top: 0px;
}

.pricing-tables .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-tables .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.pricing-tables .item {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 45px;
}

.pricing-tables .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

.pricing-tables .item em {
  color: #263381;
  font-size: 15px;
  display: block;
  margin-top: 25px;
  text-decoration: line-through;
  font-style: normal;
}

.pricing-tables .item span {
  font-size: 44px;
  color: #263381;
  font-weight: 700;
  display: block;
  margin-top: -5px;
}

.pricing-tables .item ul {
  margin-top: 30px;
}

.pricing-tables .item ul li {
  display: block;
  font-size: 15px;
  color: #7a7a7a;
  margin-bottom: 20px;
}

.pricing-tables .item .main-blue-button {
  margin-top: 40px;
}

.pricing-tables .first-item {
  background-image: url(../images/first-plan-bg.png);
}

.pricing-tables .second-item {
  background-image: url(../images/second-plan-bg.png);
}

.pricing-tables .third-item {
  background-image: url(../images/third-plan-bg.png);
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe {
  margin-top: 120px;
}

.subscribe .inner-content {
  background-image: url(../images/subscribe-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 0px;
  width: 100%;
  position: relative;
}

.subscribe .inner-content:after {
  content: '';
  background-image: url(../images/subscribe-dec.png);
  position: absolute;
  width: 195px;
  height: 138px;
  background-repeat: no-repeat;
  background-position: center center;
  right: -20px;
  top: -20px;
}

.subscribe .inner-content h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.subscribe .inner-content form {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background-color: #fff;
}

.subscribe .inner-content form input {
  width: 38.5%;
  margin-top: 20px;
  line-height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-size: 15px;
  color: #2a2a2a;
}

.subscribe .inner-content form input#website {
  border-right: 1px solid #eee;
}

.subscribe .inner-content form input::placeholder {
  color: #afafaf;
}

.subscribe .inner-content form button {
  display: inline-block;
  background-color: #fe7f11;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  width: 20%;
  margin-right: 10px;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  text-align: center;
  transition: all .3s;
}

.subscribe .inner-content form button:hover {
  background-color: #263381;
}


/* 
---------------------------------------------
Video
--------------------------------------------- 
*/

.our-videos .videos-left-dec img {
  width: 220px;
  height: 471px;
  left: 0;
  top: 120px;
  position: absolute;
}

.our-videos .videos-right-dec img {
  width: 730px;
  height: 523px;
  right: 0;
  top: 45px;
  position: absolute;
}

.our-videos {
  position: relative;
  margin-bottom: -30px;
  padding-top: 120px;
  margin-top: 0px;
}

.our-videos .naccs {
  position: relative;
}

.our-videos .naccs .menu div {
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos .naccs .menu div {
  transition: all 0.3s;
}

.our-videos .naccs .menu div.active .thumb .inner-content {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 23px;
}

.our-videos .naccs .menu div.active .thumb .inner-content h4 {
  top: 40%;
  transform: translateY(-55%);
  position: relative;
}

.our-videos .naccs .menu div.active .thumb .inner-content span {
  display: block;
  position: relative;
  top: 55%;
  transform: translateY(-55%);
}

.our-videos ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.our-videos ul.nacc li {
  width: 100%;
}

.our-videos .nacc .thumb {
  position: relative;
  border-radius: 23px;
}

.our-videos .nacc .thumb iframe {
  border-radius: 23px;
  height: 675px;
}

.our-videos .nacc .thumb .overlay-effect {
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  padding: 35px 30px;
  text-align: center;
}

.our-videos .nacc .thumb .overlay-effect h4 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.our-videos .nacc .thumb .overlay-effect span {
  font-size: 15px;
  color: #fff;
}

.our-videos .menu .thumb {
  position: relative;
}

.our-videos .menu .thumb .inner-content {
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 30px;
  transition: all 0.3s;
}

.our-videos .menu .thumb .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
}

.our-videos .menu .thumb .inner-content span {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  display: none;
  transition: all 0.3s;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-dec img {
  position: absolute;
  z-index: 1;
  width: 459px;
  height: 702px;
  right: 0;
  bottom: -400px;
}

.contact-left-dec img {
  position: absolute;
  z-index: 1;
  width: 174px;
  height: 319px;
  left: 0;
  top: 120px;
}

.contact-us {
  z-index: 2;
  position: relative;
  padding-top: 120px;
  margin-top: 0px;
}

.contact-us .section-heading h2 {
  margin-right: 100px;
  margin-bottom: 40px;
}

.contact-us #map iframe {
  border-radius: 23px;
  position: relative;
  z-index: 2;
}

.contact-us .info {
  margin-top: 30px;
  position: relative;
  z-index: 5;
  display: inline-flex;
}

.contact-us .info span {
  opacity: 1;
  display: inline-flex;
  margin-right: 30px;
}

.contact-us .info span i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.contact-us .info span a {
  color: #263381;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
}
.contact-icon
{
	width:60px;
}

.contact-bg-breadcrumb {
	 position: relative;
  z-index: 2;
    background-image: url(../images/contact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

form#contact {
  margin-left: -100px;
  position: relative;
  z-index: 2;
  background-image: url(../images/contact-form-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 60px 120px;
  border-radius: 20px;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #9bdbf8;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 0px;
  margin-bottom: 35px;
}

form#contact input::placeholder {
  color: #afafaf;
}

form#contact button {
  display: inline-block;
  background-color: #263381;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover {
  background-color: #fe7f11;
}




/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

.contact-bg-breadcrumb h3
{
	font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
}
.no-pad-top
{
	padding-top:0;
}
.no-pad-bottom
{
	padding-bottom:0 !important;
}
@media (max-width: 1240px) {
  .main-banner::before {
    width: 640px;
    height: 526px;
  }

}

@media (max-width: 992px) {
  .main-banner::before {
    display: none;
  }
  .main-banner .item {
    margin-right: 0px;
  }
  .main-banner  {
    padding-bottom: 0px;
  }
  .about-us .section-heading h2 {
    margin-right: 0px;
  }
  .fact-item {
    text-align: center;
  }
  .fact-item .icon {
    margin: 0 auto;
  }
  .our-portfolio .section-heading h2,
  .pricing-tables .section-heading h2 {
    margin: 0px;
  }
  .pricing-tables .item {
    margin-bottom: 30px;
  }
  .subscribe .inner-content {
    padding: 60px 30px;
  }
  .our-videos ul.nacc {
    margin-bottom: 30px;
  }
  .our-videos .naccs .menu div img {
    border-radius: 50px;
  }
  .our-videos .menu .thumb .inner-content {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .contact-us .section-heading h2 {
    margin-right: 0px;
    text-align: center;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .our-videos .nacc .thumb iframe {
    height: 500px;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 60px;
  }
  form#contact {
    padding: 45px 30px;
  }
  .footer-item {
    margin-bottom: 45px;
  }
  .subscribe-newsletters {
    margin-bottom: 0px;
  }
}
.login-content-head1 img
{
	width:100px;
}
.profilebtns1 li{
	display:inline-block;
}
.profilebtns1 li a{
	    background: #2C3A8B;
    padding: 12px 36px;
    font-size: 16px;
    color: #fff;
	font-weight:600;
    border-radius: 10px;
}
.transfer-money-sec1 .item:hover
{
	background:#161E4C;
}
.transfer-money-sec1 .item:hover p
{
	color:#fff;
}
.transfer-money-sec1 .item.active p
{
	color:#fff;
}
.transfer-money-sec1 .item.active {
   background:#161E4C; /* Change this to your desired active background color */
    border: 1px solid #ccc;    /* Optional: add a border or other styles */
}
.details {
    display: none; /* Hidden by default */
    
}
.offer-banner {
	 position: relative;
  z-index: 2;
    background-image: url(../images/offer-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height:auto;
	padding: 70px 0px;
}
.offer-sec1{
	padding: 25px;
    text-align: center;
}
.offer-sec1 h4{
	    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
.offer-head{
	color:#fff;
	text-align:center;
	font-size:36px;
	font-weight:600;
}



/* Basic styling */
.custom-select {
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 15px;
    border-radius: 8px;
}

.select-selected {
	    background-color: #fff;
    padding: 9px;
    cursor: pointer;
    border-radius: 6px;
	color:#222222;
	font-weight:500;
}

.select-items {
	position: absolute;
	background-color: #f9f9f9;
	width: 100%;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	z-index: 99;
	display: none;
}

.select-items div {
	padding: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #ddd;
}

.select-items div:hover {
	background-color: #ddd;
}

.bank-name {
	font-weight: bold;
}

.account-number {
	font-size: smaller;
	color: #555;
}
.about-head2
{
	margin-top: 20px;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
}
.about-us-sec2
{
    background: #D9DEFF;
    padding: 50px 0px;
}
.about-head3
{
	padding-bottom: 15px;
    color: #263381;
    font-size: 27px;
    font-weight: 700;
    border-bottom: 1px solid #586EFF;
    margin-bottom: 15px;
}
.about-us-sec2 p
{
	color: #000;
    font-size: 16px;
    font-weight: 500;
}
.about-head4
{
	font-size:30px;
	font-weight:700;
	color:#000;
	margin-bottom:15px;
}
.about-head5
{
	font-size:30px;
	color:#263381;
	font-weight:700;
	margin-bottom:15px !important;
}
.about-head6
{
	margin-right: 0;
    font-size: 25px !important;
    text-align: center;
    margin-bottom: 30px !important;
}
.about-head7
{
	font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
	color:#000;
	margin-bottom:20px !important;
}
.forget-head{
	text-align: right;
    margin-bottom: 0px !important;
    color: #000 !important;
    font-size: 14px;
	font-weight:600;
}
.forget-head a{
	color:#666666;
}
.text-justify
{
	text-align:justify;
}
.application-input{
	padding: 10px 0px;
}
.application-input textarea
{
	width: 100%;
    padding: 9px;
    border: none;
    color: #222222;
	height:80px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 6px;
}
.show-more-sec{
	margin-top:20px;
}
.show-more-sec a
{
	background: #091242;
    padding: 12px;
    border-radius: 4px;
    margin-top: 20px;
    color: #fff;
    font-weight: 500;
}
.profile-btn2
{
	background: none !important;
    border: none !important;
    padding: 0 !important; 
    margin: 0;
    margin-top: -7px;
}
.profile-btn2 img{
	    width:55px;
}
.login-btn2 a{
	    color: #fff !important;
    padding: 2px 38px;
    font-weight: 600 !important;
    font-size: 18px !important;
}
.login-btn2 a:hover{
	    color: #fff !important;
    
}
.profile-drop1 li 
{
	padding-left:0 !important;
	padding-right:0 !important;
}
.profile-drop1 li a
{
	color: #000 !important;
    padding: 0 !important;
	padding-left:15px !important;
	padding-right:15px !important;
	height: 35px !important;
}

.dropdown-toggle::after
{
	display:none !important;
}

@media screen and (min-width: 640px) and (max-width: 961px) {
	.main-banner {
        height: 500px !important;
    }
	    .container-sm, .container {
        max-width: 650px;
    }
	.our-services .item h4 {
    font-size: 22px;
    font-weight: 700;
    color: #263381;
    margin-top: 5px;
    line-height: 30px;
}
.our-services .item p {
    margin-top: 12px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
}

.mobile-view
{
	display:none;
}
.desktop-view
{
	display:block;
}
.product-breadcrumb
{
	margin-bottom:20px;
}
.product-breadcrumb li a
{
	    font-size: 20px;
    color: #263381;
    font-weight: 600;
}
.product-breadcrumb li 
{
	    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.product-breadcrumb li
{
	display:inline-block;
}
.product-details img
{
	height:261px;
	border-radius:8px;
}
.product-sec2 img
{
	height:261px;
	
	border-radius:8px;
}
.product-txt1 h1, .product-txt1 h2, .product-txt1 h3, .product-txt1 h4, .product-txt1 h5, .product-txt1 h6, .product-txt1 p, .product-txt1 span
{
	    line-height: 23px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: justify;
}
.product-det-sec2
{
	width:100%;
	   margin-bottom:10px;
}
.product-det-sec2 img{
	width: 100%;
    background: #fff;
    height:163px;
    border-radius: 8px;
}
.pro-left{

    float: left;
    width: 25%;
	margin-right:10px;
}
.pro-right{
    width: 75%;
    vertical-align: middle;
}
.offer-sec1 img{
	    width: 100%;
    height: 306px;
    border-radius: 100%;
}
@media (max-width: 767px) {
  .main-banner .item .down-buttons {
    display: inline-block;
  }
  .profile-drop1 li a
{
	padding: 6px !important;
	color: #191a20 !important;
   font-weight:500;
	padding-left:15px !important;
	padding-right:15px !important;
	height: 35px !important;
}
  .our-services .item p {
    margin-top: 12px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.mobile-view
{
	display:block;
}
.desktop-view
{
	display:none;
}
.login-btn2 a{
	    color: #fff !important;
    padding: 2px 38px;
    font-weight: 600;
    font-size: 18px;
}
.profile-dropdown1 {
    top: 33px;
    position: absolute;
    text-align: right;
    z-index: 99999999;
    right: 10px;
}
  .our-services .item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #263381;
    margin-top: 5px;
    line-height: 30px;
}
  .about-us .left-image {
    margin-bottom: 20px;
    margin-right: 0;
}
.contact-bg-breadcrumb h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0 !important;
}
.our-services
{
	padding-top:50px;
	padding-bottom:50px;
}
.login-content-head2
{
	font-size:30px;
}
.profilebtns1 li {
    margin-bottom:0px;
}
.profilebtns1 li a {
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 20px;
  
}
.our-profile td
{
	font-size:14px;
}
.our-profile th
{
	font-size:14px;
}
.our-profile td, .our-profile th {
    vertical-align: middle;
    padding-bottom: 10px;
}
.our-profile .item
{
	margin-top:20px;
}
.our-profile1 .item
{
	margin-bottom:20px;
}
.transfer-money-sec .item
{
	margin-bottom:20px;
}
.transfer-money-sec .item
{
	padding:20px !important;
}
.currency-input
{
	padding:0;
}
.wallet-sub-btn1 {
    margin-top: 0;
    text-align: center;
}
.wallet-sub-btn1 button {
	width:100%;
}
.about-us {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
form {
    padding: 0 0.5em;
}
.transfer-money-sec {
    padding-top: 50px;
    padding-bottom:50px;
}
.turn-td-left
{
	font-size:15px;
}
.turn-td-right
{
	font-size:15px;
}
.month-turn-head {
    font-size: 25px;
    
}
.purchase-icon1 {
    width: 150px;
    margin: 9px 0px;
}
.purchase-item p {
    font-size: 20px !important;
}
.transfer-money-sec .item h4
{
	font-size:25px;
}
.month-turnover-sec {
    padding-bottom: 50px;
}
.purchase-list1 {
    background: #B7C1FF;
    padding: 10px;
    border-radius: 12px;
}
.purchase-list1 p {
	font-size: 14px !important;
	line-height: 15px;
}
.sales-turnover1 .item h4 {
    font-size: 18px;
}
.profile-icon1 {
    width: 120px;
    margin: 10px 0px;
}
.sales-turnover1 {
    padding-bottom: 30px;
}
.purchase-list1 h4 {
    font-size: 13px !important;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}
  .main-banner
  {
	  height:400px;
  }
  .main-banner .item .down-buttons .main-blue-button {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .main-banner .item .down-buttons .call-button a {
    margin-left: 0px;
  }
  .subscribe .inner-content:after {
    z-index: -1;
  }
  .our-services .item {
    margin-bottom: 15px;
  }
  .subscribe .inner-content {
    padding: 60px 30px 100px 30px;
  }
  .subscribe .inner-content form input {
    width: 49%;
  }
  .subscribe .inner-content form button {
    width: 100%;
    background-color: #263381;
    margin-top: 30px;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .contact-left-dec {
    display: none;
  }
  .contact-us .info {
    display: inline-block;
  }
  .contact-us .info span {
    margin-bottom: 20px;
  }
}