/*  #2e3192    button hover color - #144eca  327FBA*/
/*  #2164f3    button hover color - #144eca  327FBA*/
body{
	font-size: 16px;
	line-height: normal;
	width: 100%;
	font-family: 'ITC Officina Sans Std Book';
}
h1,h2,h3,h4{
	font-family: 'Ubuntu', sans-serif;
}
ul, ol{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
p {
	color: #1b1b1b;
}
a{
	text-decoration: none;
}
a{
	color: #ef2424;
}
a:hover,
a:focus{
	color: #2e3192;
}
.text-white{
	color: #fff;
}
.pt-4c {
	padding-top: 1.75rem !important;
}
.form-control {
	border: 1px solid #2e3192;
}
.btn-primary {
    color: #fff;
    background-color: #2e3192;
    border-color: #2e3192;
}
/*.btn-primary:hover ,
.mob-tab-button .btn:hover,
.jvc-action .btn-know:hover,
.jvc-action .btn-regi:hover{
    color: #fff;
    background-color: #144eca;
    border-color: #144eca;
}*/
.btn-primary:hover, .mob-tab-button .btn:hover, .jvc-action .btn-know:hover, .jvc-action .btn-regi:hover {
	color: #fff;
	background-color: #191b69;
	border-color: #191b69;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
/*.carousel-control-next, .carousel-control-prev {
	top: unset; 
	bottom: unset;
	top: 46%;
	transform: translate(0%, -46%);
	height: 45px;
	width: 45px;
	border-radius: 60px;
	background: #f8f8f8 !important;
	opacity: 1;
}*/
.carousel-control-next span, 
.carousel-control-prev span{
	opacity: 0.5;
}
.carousel-control-next:hover span, 
.carousel-control-prev:hover span{
	opacity: 1;
}
.carousel-indicators {
	bottom: 0px;
}
.carousel-indicators li{
	width: 10px;
	border-radius: 40px;
}
.carousel-indicators li::before {
	top: 0px; background: #ddd;
	border-radius: 40px;
}
.carousel-indicators li.active::before{
	background: #999; 
} 
@media (min-width: 1240px){
	.carousel-control-prev {
		left: -40px;
	}
	.carousel-control-next {
		right: -40px;
	}
}
@media (max-width: 1239px){
	.carousel-control-next, .carousel-control-prev{
		display: none;
	}
}

/* Navbae Meta
--------------------------*/
.navbar-meta {
	background: #2e3192;
}
.nav-meta{
	width: 100%;
}
.call-meta,
.social-meta {
	margin-bottom: 0px;
	padding-left: 0px;
}
.call-meta > li,
.social-meta > li {
	display: inline-block;
	padding-left: 0px;
	list-style: none;
	margin-right: 10px;
}
.call-meta > li > a{
	color: #fff;
	text-decoration: none;
}
.call-meta > li > a > svg, 
.call-meta > li > a > i {
	color: #fff;
	margin-right: 5px;
}
.social-meta > li > a{
	color: #fff;
}

.dropdown.regi-drop {
	position: relative;
}
.regi-drop a.dropdown-toggle {
    color: #fff !important;
    font-weight: bold;
}
.regi-drop a.dropdown-toggle{
	padding-right: 10px;
}
.regi-drop .dropdown-toggle::after {
	margin-top: 3px;
}
.regi-drop .dropdown-menu {
	padding: 0px;
}
.regi-drop .dropdown-menu .dropdown-item {
	padding: 10px 15px;
}
.regi-drop .dropdown-menu .dropdown-item:hover,
.regi-drop .dropdown-menu .dropdown-item:focus,
.regi-drop .dropdown-menu .dropdown-item:active,
.regi-drop .dropdown-menu .dropdown-item.active{
	background-color: #2e3192;
	color: #fff;
}


/* Navbar nav
---------------------------*/
header .navbar-menu{
	background: #ffffff;
}
.navbar-light .navbar-nav .nav-item{
	padding: .5rem .5rem;
}
.navbar-light .navbar-nav .nav-link {
	color: #1b1b1b;
	font-size: 18px;
	padding: 0px;
	border-bottom: 2px solid transparent;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: #ef2424;

}
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link {
	color: #2e3192;
}

.search-bar > li{
	line-height: 37px;
}
.search-bar > li > a {
	color: #999;
}
.search-bar > li > a:hover {
	color: #2e3192;
}

.navbar-menu > .container{
	position: relative;
}
.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: top;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	border:none;
}

/*mega menu*/
.bg-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  min-height: 500px;
  z-index: 2;
}

#jumboSearchIMG {
  background: #cccccc center/cover no-repeat;
  position: absolute;
  width: 100%;
  min-height: 500px;
  z-index: 1;
}

.search-heading {
  color: #fcf8d1;
  font-weight: 700;
  font-size: 4em;
}

#jumboSearch {
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: 4vw;
  z-index: 3;
}

/*.btn-primary {
  background-color: #fcf8d1;
  color: #282323;
  padding: 1em;
  width: 30vw;
  min-width: 200px;
  font-size: 1.2rem;
  font-weight: 900;
}

.btn-primary:hover {
  background-color: #282323;
  color: #fcf8d1;
}*/

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: .4rem;
  }

  .navbar-hr-style {
    display: none;
  }

  .dropdown {
    position: static;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    top: auto;
    left: 50vw;
    margin-left: -32vw;
    width: 60vw;
  }
}
@media (max-width: 768px) {
  .navbar-brand-style {
    width: 100%;
  }

  .navbar-hr-style {
    display: inline-block;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    margin: 0 auto;
  }

  .navStyle .dropdown-menu {
    background-color: rgba(28, 25, 25, 0.4);
    text-align: center;
  }

  .search-heading {
    font-size: 3rem;
  }
}
@media (max-width: 1375px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    left: 50vw;
    margin-left: -37vw;
    width: 70vw;
  }
}
@media (max-width: 1142px) {
  .navStyle .nav-link, .navStyle .dropdown-header {
    font-size: .9rem;
  }
  .navStyle .navbar-brand {
    font-size: 1.4rem;
  }
  .navStyle .dropdown-menu {
    font-size: .85rem;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
/* navbar Search form
----------------------------*/
.search {
	position: relative;
	padding: 60px 0px;
	background: url(../images/search.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}
.search::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(33, 100, 243, 0.4);
	position: absolute;
	top: 0;
	left: 0;
}
.search-bar {
	border: 4px solid #2e3192;
	display: block;
	max-width: 900px;
	margin: auto;
	background: #fff;
	border-radius: 40px;
	/*overflow: hidden;*/
	position: relative;
}
.search-bar .form-group{
	margin-bottom: 0px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.search-submit-wrap{
	display: inline-block;
}
.search-bar .search-input {
	width: calc(100% - 165px);
	padding-right: 120px;
	line-height: normal;
}
.search-input::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 1px;
	height: 30px;
	display: block;
	border-right: 1px solid #ddd;
}
.custom-select{
	background: #fff url("https://www.indileader.com/assets/images/arrow.png") no-repeat right .75rem center;
	background-size: 12px;
}
.search-bar .search-select{
	width: 160px;
}
.search-bar  .search-select::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: top;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    border: none;
    position: absolute;
    right: 15px;
    top: 17px;
}
.search-bar .custom-select {
	height: 50px;
	border-radius: 0px;
	line-height: normal;
}
.search-select .custom-select {
	border: none;
}

.search-bar .form-control,
.search-bar .custom-select,
.search-bar .btn-search{
	box-shadow: none;
}
.search-bar .custom-select {
	height: 50px;
	border-radius: 60px 0px 0px 60px;
}
.search-input > input {
	border: none;
	background-color: #fff;
	height: 50px;
	border-radius: 0px;
}
.btn-search {
	padding: 7px 7px;
	background: transparent;
	color: #2e3192;
	position: absolute;
	top: 0;
	right: 5px;
}
.fall-icon {
	display: inline-block;
}
.btn-icon {
	max-width: 30px;
}
.fall-icon .btn-icon {
	display: none;
}
.mob-tab-button {
	position: absolute;
	top: 0;
	right: 0px;
	display: inline-block;
	height: auto;
	width: 120px;
}
.mob-tab-button .btn {
	display: block;
	width: 100%;
	height: 58px;
	padding: 10px 10px;
	background-color: #2e3192;
	color: #fff;
	border-radius: 0px 40px 40px 0px;
	z-index: 8;
	margin: -4px -8px 0px 0px;
}
/* i am 
-----------------------------*/
.iam-jvc {
	padding: 20px 0px;
	position: relative;
}
.jvc-wrap {
	position: relative;
	padding: 30px;
	box-shadow: 2px 1px 5px rgba(33, 100, 243, 0.23);
	border-left: 4px solid #2e3192;
	border-radius: 15px;
	margin-bottom: 30px;
}
.jvc-wrap img {
	max-width: 50px;
	margin-bottom: 15px;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 1;
}
.jvc-wrap  h1{
	font-size: 30px;
}
.jvc-desc {
	min-height: 60px;
}
.jvc-action .btn:not(:last-child){
	margin-right: 8px;
}
.jvc-action .btn-regi {
	border: 1px solid #2e3192;
	color: #2e3192;
	border-radius: 40px;
	padding: 5px 10px;
	background: transparent;
	transition: 0.3s;
}
.jvc-action .btn-regi:hover {
	background: #2e3192;
	color: #fff;
	transition: 0.3s;
	box-shadow: 0px 2px 1px rgba(33, 100, 243, 0.83);
}
.jvc-action .btn-know{
	border: 1px solid #2e3192;
	color: #fff;
	border-radius: 40px;
	padding: 5px 20px;
	background: #2e3192;
	/*transition: 0.3s;*/
	background-size: 200% auto;
	transition: background 0.9s ease-out; 
}
.jvc-action .btn-know:hover{
	color: #2e3192;
	border: 1px solid #2e3192;
	transition: background 0.9s ease-out; 
	background-position: right center; 
	background: transparent;
}

/*  Slider
-----------------------------*/
.slider{
	/*overflow: hidden;*/
}
.slider .carousel {
	position: relative;
	height: auto;
}
.carousel .carousel-item img{
	object-fit: cover;
	object-position: center;
}
.carousel-caption::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.job-post-sl {
	padding: 15px 20px;
	box-shadow: 0px 0px 4px rgba(33, 100, 243, 0.33);
	margin-bottom: 25px;
	border-radius: 40px;
}
.job-post-sl .job-head {
	width: 140px;
	display: inline-block;
	font-size: 19px;
	line-height: normal;
	margin-bottom: 0px;
	color: #2e3192;
	font-weight: bold;
}
.job-post-sl marquee {
	display: inline-block;
	padding-left: 10px;
	width: calc(100% - 150px);
}
.job-post-sl .job-ul{
	list-style: none;
}
.job-post-sl .job-ul li {
	display: inline-block;
	padding: 0px 10px;
}
.job-post-sl .job-ul li a {
	color: #333;
}
.job-post-sl .job-ul li a:hover,
.job-post-sl .job-ul li a:focus {
	color: #ef2424;
}
.product-sl {
	padding: 10px 5px;
}
.product-sl .pro-sl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.product-sl .pro-sl li {
	max-width: 25%;
	flex: 0 0 25%;
	padding: 0px 15px;
}
.product-sl .prod-box {
	text-align: center;
	border: 1px solid #efefef;
	margin-bottom: 15px;
	box-shadow: 0px 0px 2px rgba(33, 100, 243, 0.38);
	border-radius: 0px;
}
.product-sl .prod-box .prod-img {
	display: none;
}
.product-sl .prod-box .prod-desc {
	padding: 20px;
}
.product-sl .prod-box .prod-desc h5{
	margin-bottom: 0px;
	color: #000;
}
.product-sl .prod-box .prod-desc h5 a{
	color: inherit;
	text-decoration: none;
}
.product-sl .prod-box .prod-desc h5 a:hover{
	color: #ef2424;
}


/*  awus
-----------------------------*/
.awus {
	padding: 0px 0px;
	position: relative;
	background: #fff;
}
.awus-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.awus-img .ai-box {
	flex-wrap: wrap;
	flex: 0 0 10%;
	max-width: 200px;
	min-width: 150px;
}
.awus-img .ai-box {
	border: 1px solid #ddd;
	padding: 15px;
	margin: 5px;
	text-align: center;
}
.awus-img .ai-box .img-fluid {
	max-height: 80px;
	max-width: 100%;
	margin: auto;
}
.form-body .iti .iti__selected-flag {
	max-height: 36px;
}

/*  About Us
-----------------------------*/
.abus-info {
	padding: 80px 0px;
	background-color: #fff;
}
.ab-desc .title {
	font-size: 40px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.text-theme{
	color: #2e3192;
}
.ab-desc .title::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 1px;
	border-bottom: 2px solid #2e3192;
	left: 0;
	bottom: 0;
}
.ab-desc p{
	font-size: 17px;
}
.box-img {
	position: relative;
}
.box-img::before{
	content: "";
	position: absolute;
	top: -30px;
	right: -30px;
	width: 100%;
	height: 100%;
	border: 10px solid #2e3192;
	z-index: 0;
}
.box-img img{
	position: relative;
	z-index: 1;
}
.read-more a.btn {
	font-size: 18px;
	text-transform: uppercase;
	padding: 8px 30px;
	border: none;
	transition: 0.5s;
	border-radius: 40px;
}
.btn-theme-gradiant{
	color: #fff;
	background-size: 200% auto;
	display: block;
	max-width: 150px;
	transition: background 0.9s ease-out; 
	background-color: #2e3192/*linear-gradient(to right, #33ccff 0%, #2e3192 51%, #14608c 100%)*/;
}	
.btn-theme-gradiant:hover{
	color: #fff;
	transition: background 0.9s ease-out; 
	background-position: right center; 
}
.about-us-page .abtop-h1{
	color: #2e3192;
}
.about-us-page h5{
	color: #202020;
}
.about-us-page .abtop-desc p{
	font-size: 18px;
}
.about-us-page ul.ocd-ulstyle{
	padding-left: 25px;
	font-size: 18px;
}
.about-us-page .top-desc {
	margin-bottom: 50px;
}

/* Terms & condition
----------------------------*/
.terms-condition .abtop-desc,
.career-us .top-desc,
.carr-services .top-desc{
	font-size: 18px;
}
.terms-condition .abtop-desc ul {
	padding-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.terms-condition .abtop-desc h5{
	margin-top:30px;
	font-size: 24px;
}
.terms-condition .abtop-desc h6 {
	font-size: 20px;
}
.career-us .top-desc h2 {
	color: #2e3192;
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.control-label {
	color: #1b1b1b;
}
.contact-form-carr .control-label {
	text-align: right;
}

/* Footer
----------------------------*/
footer {
	background-color: #ffffff;
	border-top: 2px solid #2e3192;
}
footer .main-footer {
	padding: 40px 0px;
}
.copyright {
	padding: 7px 0px;
	background-color: #2e3192;
}
.copyright-desc p{
	color: #fff;
}

.footer-detail {
	position: relative;
	height: 100%;
}
.footer-brand.fb-flex {
	display: flex;
	height: 100%;
	justify-content: left;
	align-items: center;
}
.footer-brand img {
	max-width: 165px;
}
.footer-detail h4.ft-title {
	position: relative;
	font-size: 26px;
	padding-bottom: 7px;
	margin-bottom: 14px;
}
.footer-detail h4.ft-title::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	border-bottom: 2px solid #2e3192;
	left: 0;
	bottom: 0;
}

.db-tab{
	display: block;
}
.cont-us li {
	margin-bottom: 8px;
	line-height: 20px;
}
.cont-us li a {
	text-decoration: none;
	color: #2e3192;
}
.cont-us li{
	position: relative;
	padding-left: 25px;
}
.cont-us li::before{
	position: absolute;
	left: 3px;
	top: 3px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.cont-us li.address::before {
	content: "\f3c5";
}
.cont-us li.phone::before{
	content: "\f879";
}
.cic-text p {
    margin-bottom: 0px;
}
.cic-block:nth-child(2) {
    margin-bottom: 10px;
}
.cont-us li.whatsapp::before {
    content: "\f232";
    font-family: "Font Awesome 5 Brands";
}
.cont-us li.email::before{
	content: "\f0e0";
}

.regi-ul li {
	margin-bottom: 10px;
}
.regi-ul li a.btn{
	border: none;
}

.q-links li{
	margin-bottom: 8px;
	line-height: 20px;
}
.q-links li a{
	color: #2e3192;
	text-decoration: none;
}

.social {
	display: flex;
}
.social li a {
	color: #2e3192;
	padding: 5px 10px;
}	
.social li a:hover,
.q-links li a:hover,
.cont-us li a:hover {
	color: #ef2424;
}
.copyright-desc{
	color: #fff;
}
.copyright-desc p {
	line-height: normal;
	margin: 0px;
}
.copyright-desc span {
	font-size: 28px;
	line-height: normal;
	position: relative;
	top: 7px;
}


/*  Testimonials
---------------------------------*/
.testimonials {
	padding: 80px 0px;
	background-color: #f7fcff;
}
.tm-titel span {
	color: #838383;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0px;
	text-transform: uppercase;
}
.sub-title {
	font-size: 20px;
	color: #ef2424;
}
.title-head .title {
	font-size: 40px;
	color: #2e3192;
}
.testimonials .carousel {
	max-width: 800px;
    margin: 0 auto 15px;
}
.testimonials .carousel-indicators {
	bottom: -10px;
    height: 8px;
    display: none;
}
.testimonials .carousel-control-next, 
.testimonials .carousel-control-prev {
	width: 50px;
}
.review-box {
	max-width: 700px;
    margin: 20px auto;
    display: block;
}
.review-box .review {
	display: block;
    width: calc(100% - 0px);
    text-align: center;
}
.review-box .review {
	 padding: 30px;
    /* border-left: 3px #2291d3;
    border-left-style: dotted; */
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.12),0 1px 4px 0 rgba(0,0,0,0.06);
}
.review-box .review h2 {
	 margin: 0px;
    font-size: 27px;
    letter-spacing: 2px;
}
.review-box .review h6 {
	color: #838383;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0px;
}
/*.review-box .review-img {
	display: inline-block;
	width: 280px;
	background-image: url(../images/testimonials/614.png);
	height: 240px;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}
.review-box .review-img img {
	max-width: 192px;
	border-radius: 100%;
	position: relative;
	top: 21px;left: -20px;
	box-shadow: 0px 0px 4px rgba(9, 123, 180, 0.46);	
}*/
.review-box .review hr {
	 max-width: 60px;
    margin-left: auto;
    border-width: 0px;
    background: linear-gradient(to right, #33ccff 0%, #2291d3 51%, #14608c 100%);
    height: 2px;
    margin-right: auto;
}
.testimonials .carousel-indicators li{
	 background: linear-gradient(to right, #33ccff 0%, #2291d3 100%);
}
.testimonials .carousel-indicators {
	justify-content: center;
    align-items: baseline;
}
.testimonials .carousel-indicators li {
	width: 10px;
    height: 2px;
    transition: height 0.5s ease-out;
    border-radius: 1px;
}
.testimonials .carousel-indicators .active {
	 height: 8px;
    transition: height 0.5s ease-out;
}

.testimonials .carousel-control-next span, 
.testimonials .carousel-control-prev span {
	color: rgba(0,0,0,0.2);
	font-family: 'Mansalva', cursive;
	font-size: 34px;
	/*transform: rotate(-90deg);*/
}
.testimonials .carousel-control-next:focus span, 
.testimonials .carousel-control-next:hover span, 
.testimonials .carousel-control-prev:focus span, 
.testimonials .carousel-control-prev:hover span{
	color: rgba(0,0,0,0.5);
}
.testimonials .carousel-control-next span{
/*	transform: rotate(90deg);
*/}
.testimonials .carousel-control-next, 
.testimonials .carousel-control-prev {
    width: 40px;
    opacity: 0.7;
}


/* Give us review
-------------------------------*/
.give-us{
	padding: 100px 0px;
	position: relative;
}
.give-us::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.59);
}
.give-us{
	background: url(../images/give-us.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center; 
}
.gus-cell h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 40px;
}
.gus-cell p {
	color: #fff;
	max-width: 680px;
	margin: 0 auto 15px;
	font-size: 18px;
}
.contact-btn {
	width: 100%;
	max-width: 350px;
	margin: auto;
}
.contact-btn .btn {
	transition: 0.5s ease-out;
	padding: 8px 30px;
	border-radius: 40px;
	box-shadow: 0px 4px 4px rgba(0,0,0,.5);
}
.btn-contact {
	background: #fff;
	color: #2e3192;
}
.btn-contact:hover{
	background: #2e3192;
	color: #fff;
	box-shadow: none;
	transition: 0.5s ease-out;
}
.btn-review{
	background: #2e3192;
	color: #fff;
}
.btn-review:hover {
	background: #fff;
	color: #2e3192;
	box-shadow: none;
	transition: 0.5s ease-out;
}

/*  About us - page
-----------------------------------------*/
.about-cell{
	padding: 80px 0px;
}
.abtop-desc{
	font-size: 20px;
	font-weight: 400;
}
.abtop-desc > span{
	display: block;
}
.ourcompany {
	background-color: #f6f9fb;
}
.ourcompany > div {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.dark {
	font-weight: 600;
}
.oc-img > img{
	transform: scale(1.1);
	transition: transform 2s ease;
}
.oc-img:hover > img{
	transform: scale(1);
	transition: transform 2s ease;
}
.oc-desc {
	padding: 30px;
}
.ocd-ulstyle{
	padding-left: 15px;
	list-style: inherit;
}
.ocd-ulstyle li{
	list-style: inherit;
}
.mv-cell img {
	max-height: 110px;
}
.mv-cell {
	padding: 0px 25px;
}
.team-head {
	padding: 12px 12px 12px 20px;
	margin-bottom: 30px;
	background-color: #f6f9fb;
	border-left: 2px solid #2e3192;
}
.team-head h2.title {
	font-size: 22px;
	margin-bottom: 0px;
}
.team-wap .tw-img {
	padding: 15px;
	box-shadow: 0px 0px 4px rgba(37, 175, 207, 0.16);
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.team-wap h4.tw-name {
	font-size: 22px;
	color: #14608c;
	margin-bottom: 3px;
}
.team-wap h5.tw-position {
	font-size: 16px;
	color: #337aa3;
}
.tw-social {
	position: absolute;
	bottom: -100%; 
	right: 15px;
	width: 50px;
	background-color: rgba(20, 96, 140, 0.79);
	padding: 50px 5px 15px;
	transition: bottom 500ms ease-out;
	height: calc(100% - 30px);
}
.tw-social a {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.tw-social a:hover {
	color: #7cceff;
}
.tw-img:hover .tw-social{
	bottom: 15px;
	transition: bottom 500ms ease-out;
}

/* Contact us
-----------------------------------*/
.contact-map {
	margin: 0px 0px -4px;
}
.contact-cell{
	position: relative;
	padding: 80px 0px;
}
.contact-cell .ci-cell {
	background-color: #f6f9fb;
}
.ci-cell .cic-title {
	padding: 10px 15px;
	background-color: #2e3192;
}
.ci-cell .cic-title h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
}
.cic-desct {
	padding: 15px;
}
.cic-block {
	display: flex;
}
.cic-icon {
	flex: 0 0 40px;
	max-width: 40px;
}
.cic-text{
	overflow: hidden;
	position: relative;
	width: auto;
	color: #000;
}
.cic-text a {
	color: #073b5a;
	text-decoration: none;
}
.cic-text a:hover,
.cic-text a:focus{
	color: #2e3192;
}

/*----------------------------------------
		FAQS
----------------------------------------*/
.faq-accord .card {
	margin-bottom: 0px;
	border: none;
	border-bottom: 1px solid #eceff2;
}
.faq-accord .card-header {
	padding: 0px;
	border-bottom: none;
	background-color: transparent;
}
.faq-accord .card-header .btn {
	display: block;
	width: 100%;
	text-align: left;
	padding: .75rem .55rem;
	text-decoration: none;
	font-size: 24px;
	color: #000;
	white-space: initial;
}
.faq-accord .card-header .btn .angle-ico {
	float: right;
	transition: all 0.4s;
}
.faq-accord .card-header button[class="btn btn-link collapsed"] .angle-ico {
	transform: rotate(0deg);
	transition: all 0.4s;
}
.faq-accord .card-header button[class="btn btn-link"] .angle-ico {
	transform: rotate(90deg);
	transition: all 0.4s;
}
.faq-accord .card-header button[class="btn btn-link"] {
	color: #2e3192;
	background-color: #f4f8fb;
}
.faq-accord .card-header button[class="btn btn-link collapsed"]{
	color: #000;
	background-color: transparent;
}

.faqs-page .abtop-desc {
	font-size: 18px;
}
.how-job h5 {
	font-size: 26px;
}
.how-job .table {
	margin: 20px auto 20px;
}
.how-buis ul {
	padding-left: 15px;
	margin: 15px auto 25px;
}

/*----------------------------------------
		From Wizard Tabs 
----------------------------------------*/
#pills-tab {
	display: flex;
}
#pills-tab .nav-item {
	flex: 0 0 25%;
	max-width: 25%;
}
.nav-pills.indi-tab .nav-link {
	color: #337ab7;
	font-weight: normal;
}
.nav-pills.indi-tab .nav-link.active, 
.nav-pills.indi-tab .show > .nav-link {
	color: #337ab7;
	background-color: #eee;
}
.file-name-upload, .file-name-upload1 {
	font-size: 15px;
	font-weight: bold;
	color: green;
}

/* Pricing Table
---------------------------------------*/

.price-box {
    border: 1px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.13);
}
.pb-main-title {
    padding: 15px 20px;
    background: #2e3192;
}
.pb-main-title h3 {
    margin: 0px;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
}
.pb-wrapp{
    flex: 0 0 100%;
    max-width: 50%;
}
.pb-wrapp:not(:last-child) {
    border-right: 1px solid #ddd;
}
.pb-wrapp > h4 {
    font-size: 18px;
    font-weight: normal;
    padding: 15px 0px 5px;
    margin: 0px;
}
.price-doll {
    padding: 10px 0px 20px;
    border-bottom: 1px solid #Ddd;
}
.price-doll .p-icon {
    font-size: 34px;
}
.price-doll .p-amount {
    font-size: 43px;
}
.price-doll .p-year {
    color: #8b8b8b;
}
.price-dsc {
    padding: 15px;
    min-height: 180px;
}
.price-dsc p{
    margin-bottom: 10px;
}
.price-dsc p:last-child {
    margin: 0px;
}
.price-note {
    padding: 10px;
    border-top: 1px solid #ddd;
}
.price-note p {
    margin: 0px;
    text-align: center;
}

@media (max-width:991px){
    .price-doll .p-icon {
        font-size: 26px;
    }
    .price-doll .p-amount {
        font-size: 32px;
    }
    .price-dsc {
        padding: 15px;
        min-height: 260px;
    }
}
@media (max-width:767px){
    .price-dsc {
        padding: 15px 15px 20px;
        min-height: 1px;
    }
}

/*associated partner logo*/
.op-slider .item {
    padding: 10px;
    border: 1px solid #ddd;
}
.op-slider .item img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}
.op-slider .owl-nav {
    text-align: center;
    padding: 10px 0px 0px;
}
.op-slider .owl-carousel .owl-nav button {
    padding: 1px 13px !important;
    background: #2e3192;
    border-radius: 38px;
    color: #fff;
}
.op-slider .owl-carousel .owl-nav button:hover{
	background-color:rgba(46, 49, 146, 0.89); 
}
.op-slider .owl-carousel .owl-nav button:not(:last-child){
    margin-right: 5px;
}

/*----------------------------------------
        index-three Responsive style
----------------------------------------*/

@media (max-width: 1199px){
	.jvc-wrap h1 {
		font-size: 26px;
	}
	.testimonials .carousel-control-next, 
	.testimonials .carousel-control-prev{
		display: none;
	}
}
@media (max-width: 1024px) and (min-width: 768px){
	.slider .carousel {
		height: 260px;
	}
}
@media (max-width:991px){
	.product-sl .pro-sl li {
		max-width: 33.333%;
		flex: 0 0 33.333%;
	}
}
/*@media (min-width: 768px){
	.mob-tab-button{
		display: none;
	}
}*/
@media (max-width: 767px){
	.box-shine {
		padding-top: 50px;
	}
	.ab-desc{
		margin-bottom: 30px;
	}
	.slider .carousel {
		height: 240px;
	}
	.search-bar .search-select {
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	.search-bar .search-input {
		width: calc(100% - 0px);
	}
	.search-input > input {
		padding-right: 10px;
		border-radius: 0px;
	}
	.search-input::before{
		display: none;
	}
	.mob-tab-button {
		position: relative;
		display: block;
		width: 100%;
	}
	.mob-tab-button .btn {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
		margin: auto;
	}
	.mob-tab-button .btn {
		border: 0px;
		display: block;
		width: 100%;
	}
	.mob-tab-button .btn {
		color: #fff;
		background-color: #2e3192;
		border-radius: 0px;
	}
	.mob-tab-button .btn .fall-icon > img{
		display: none;
	}
	.mob-tab-button .btn span {
		display: inline-block;
	}
	/*.search-bar .search-input {
		width: calc(100% - 50px);
	}*/
	.search-bar {
		border-radius: 4px;
	}
	.btn-search.mob-non{
		display: none;
	}
	.search-submit-wrap .btn {
		background-color: transparent;
		color: #8e8e8e;
		padding: 11px 11px;
	}
	.search-submit-wrap .btn:hover{
		color: #2e3192;
	}
	.review-box .review {
		width: calc(100% - 180px);
	}
	.review-box .review {
		padding: 0px 20px;
	}
	.review-box .review-img {
		width: 170px;
		height: 160px;
	}
	.review-box .review-img img {
		max-width: 136px;
		top: 10px;
		left: -5px;
	}
	.footer-detail {
		position: relative;
		height: auto;
		margin-bottom: 30px;
	}
}
@media (max-width: 575px){
	.box-shine {
		padding-top: 50px;
		padding: 30px 30px 30px 0px;
	}
	.slider .carousel {
		height: 200px;
	}
	.faq-accord .card-header .btn {
		font-size: 20px;
	}
	.product-sl .pro-sl li {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.product-sl .prod-box .prod-desc h5 a {
		font-size: 16px;
	}
	.product-sl .prod-box .prod-desc {
		padding: 12px 15px;
	}
}
@media (max-width: 479px){
	.review-box {
		text-align: center;
	}
	.review-box .review {
		text-align: left;
	}
	.review-box .review {
		width: calc(100% - 0px);
	}
	.testimonials .carousel {
		margin-bottom: 25px;
	}
	.testimonials .carousel-indicators {
		bottom: -20px;
	}
}

.form-control::placeholder{
	opacity:1;
	color: #000;
}
