@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}


input.select {
    display: inline-block;
    text-decoration: none;
    padding: 6px 18px;
    background: #fac000;
    color: #101010;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #fac000;
    transition: 0.5s;
    border-radius: 5px;
}
.fadeout {
	opacity: 0;
	filter: alpha(opacity=0);
}
.nav_grp {
    padding-right: 30px;
}
.loader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.loader-content {
	background-size: 123px 38px;
	display: block;
	position: relative;
	padding-top: 50px;
	top: 45%;
	
}
@-webkit-keyframes fadeInDown{0%
	{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);}}

/* loader css */



body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight: 400;
	line-height: 1.5;
}
img{
	max-width:100%;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
}
header{
	/* position:absolute; */
	min-height:80px;
	z-index: 3;
	left: 0;
	top:0;
	right: 0;
}
.mobile { display: none; }
@media screen and ( max-width: 768px ) {
	.mobile { display: block; }
	.desktop { display: none; }
  }
  
.top-head{
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:3;
	background:#212529;
}
ul.navbar-nav.mb-2.mt-4.mt-lg-0.mb-lg-0.align-items-lg-center.nav_grp {
    margin-top: 5px !important;
}

.mn-head {
    padding: 0px 0;
}


button.btn.top_btn {
    padding-right: 0px;
    background-color: #fac000;
}
button.btn.top_btn:hover {
    background-color: #000;
    color:#fff;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #000;
    color:#fff;
}
ul.list-unstyled.cont-para li {
    position: relative;
    padding-left: 30px;
}

ul.list-unstyled.cont-para li i {
    position: absolute;
    top: 8px;
    left: 0;
}
.line-bg{
	position: relative;
    top: 17px;
	filter: drop-shadow(0px 3px 1px rgba(0,0,0,3%));
}
.line-bg img{
	width: 100%;
    
}
.navbar-brand{
	filter: drop-shadow(drop-shadow(0px 11px 0px #000));
	position:relative;
}
.navbar-brand img{
	position:relative;
	z-index:2;
}
.header_row{
	padding:180px 0px;
}

.navbar{
	padding-bottom: 0;
    border-radius: 8px;
    padding: 15px;
}
ul.navbar-nav {
    padding-left: 26px;
}
.mn-head .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #383838 !important;
    margin: 0 9px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
}
/* .mn-head  .navbar-nav .active{
	color: #fff !important;
    background: #20242670;
    padding: 8px 15px;
    border-radius: 6px;
} */
.navbar-nav .dropdown-item{
	font-size: 14px;
	border-bottom: solid 1px #f1f1f1;
}
.dropdown-menu1 li:last-child a{
	border-bottom: none !important;
}
.navbar-nav .dropdown-item:hover{
	color: #fff !important;
    background: #043a64;
	background-image: linear-gradient(to right, #370695, #b8189c);

}
.dropdown-menu1{
	top: 80px;
	opacity: 0;
	transition:top 0.8s ease;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	display: block;
	
	
}
.dropdown:hover>.dropdown-menu1{top:100%;height:inherit;opacity:inherit; opacity: 1; visibility: visible;}

.dropdown-menu1:before {
    position: absolute;
    top: -10px;
    width: 10px;
    left: 20px;
    height: 10px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #fff;
    content: '';
}




@media(min-width:768px){
	.input_width {
		width: 58%;
		margin: 0 auto;
	}
}






.top-head .nav-link{
	color:#212529 !important;
	font-size:16px;
	transition:all 0.5s;
	padding-left:15px !important;
	padding-right:15px !important;
	font-weight:600;
	
}
.fixed-menu .nav-link{
	color: #383838 !important;
}
.sc-logo{
	display: none;
}
.fixed-menu .ds-logo{
	display: none;
}
.fixed-menu .sc-logo{
	display: block;
}
.fixed-menu  .navbar-nav .active{
	color: #ffd205 !important;
	background: none;
}
.sec-d-expart .row{
	width:90%;
	margin:auto;
}
.sec-d-expart .row figure{
	border-radius:8px;
	overflow:hidden;
	width:100%;
	height:350px;
}
.sec-d-expart .row figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.sec-d-expart .row h2{
	text-transform:capitalize;
	font-weight: 700;
}
.top-head .nav-link:hover{
	color:#b2b74a !important;
	
}
.service-block h2{
	font-size: 35px;
	font-weight: 700;
}
.service-block h6{
	color: #38383e;
}
.service-block{
	position: relative;
	z-index: 2;
	width: 100%;
	display: inline-block;
}
.comon-services {
    text-decoration: none;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
    background: #fff;
    width: 100%;
    height: 196px;
    display: grid;
    padding: 10px 10px;
    transition: all 0.5s;
}
.icons_box {
    margin-top: 2px;
    overflow: hidden;
    transition: all 0.5s;
}
.hover-show{
	top:-150px;
	position: relative;
	transition: all 0.5s;
	filter: grayscale(1);
	width: 60px;
}
.dissplay-show {
    width: 43px;
}
.comon-services:hover .dissplay-show{
	top:-100px;

}
.comon-services:hover .hover-show {
    top: 9px;
    left: -57px;
}
.comon-services:hover{

background: #e0be21;

}
.comon-services h5,
.comon-services h6{
	font-family: 'Open Sans', sans-serif;
	transition: all 0.5s;
}
.comon-services h5{
	color: #161616;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 8px;
}
.comon-services p{
	color: #737373;
	transition: all 0.5s;
	font-size: 14px;
}
.about-block{
	background: #f6f8fd;
	position: relative;
	width: 100%;
	display: inline-block;
	margin-top: 60px;
}
.about-svg{
	
    left: 0;
    right: 0;
    width: 100%;
    display: inline-block;
    position: absolute;
	top: -269px;
}
.about-svg-bt{
	left: 0;
    right: 0;
    width: 100%;
    display: inline-block;
    position: absolute;
	bottom: -260px;
    z-index: 1;
}
.our-mmison .container{
	position: relative;
	z-index: 2;
}
.about-block figure{
	height: 500px;
	margin: 0;
	overflow: hidden;
	border-radius: 10px;
}
.about-block figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-block h6,
.why-choose-block h6,
.trust-choose-block h6,
.testimonal-sec h6,
.team-block h6,
.news-sec-div h6,
.client-block h6,
.cm-sub,
.projects-page h6,
.pricing-page  h6{
    color: #00579a;
}
.team-block .owl-nav{
	position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.team-block .owl-prev{
	position: absolute;
	left: -40px;
}
.comon-div-ts span i{
	color: #ffbd01;
}
.team-block .owl-next{
	position: absolute;
	right: -10px;
}
.read-more{
	background:#212529;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-top: 20px;
}
.why-choose-block{
	margin-top: 90px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.team-block .container{
	position: relative;
	z-index: 2;
}
.about-block h2,
.why-choose-block h2,
.trust-choose-block h2,
.testimonal-sec h2,
.team-block h2,
.news-sec-div h2,
.client-block h2,
.blog-page h2,
.projects-page h2,
.pricing-page  h2{
	font-weight: 700;
    text-transform: capitalize;
    line-height: 39px;
    font-size: 28px;
    margin-bottom: 12px;
    color: #f96769;

}
.pt-25{
	padding-top:25px;
}
.conatct-form-div h6 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(5,47,95,.8);
}
.our-work-details{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e51b0+0,43c7f2+100 */
background: #00579a; /* Old browsers */


display: inline-block;
width: 100%;
color: #fff;
position: relative;
}
.our-work-details .container{
	margin-top: -30px;
	position: relative;
	z-index: 2;
}
.our-work-bg1 {
    margin-top: 0;
    position: relative;
    bottom: -20px;
}
.testimonal-sec .container{
	position: relative;
	z-index: 2;
}
.our-work-details h2{
	font-size: 45px;
	font-weight: 700;
}
.comon-st-div h5{
	font-weight: 700;
	font-size: 30px;
}
.comon-st-div h5 span{
	font-weight: 500;
	font-size: 18px;
}
.skill-info {
	display: block;
	margin-bottom: 20px;
}
.why-choose-block ul,
.trust-choose-block ul{
	column-count: 2;
}
.why-choose-block ul li,
.trust-choose-block ul li{
	box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
	padding: 10px 20px;
	background: #fff;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
}
.why-choose-block ul li i,
.trust-choose-block ul li i{
	color: #1c5bea;
	margin-right: 5px;
}
.skill-name {
	float: left;
	color: #272727;
	margin-bottom: 5px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.skill-status {
	float: right;
	color: #00579a;
	font-size: .8em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.skill-bar {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 10px;
	background: #e3e3e5;
	clear: both;
	margin: 20px 0;
}

.skill-level {
	display: table;
	height: 10px;
}
.communication, .planning,
.learning, .programming,
.visual-design, .ux-design {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e51b0+0,43c7f2+100 */
background: #00579a; /* Old browsers */


}

.communication {
	width: 40%;
	-webkit-animation: communication 1s linear;
	animation: communication 1s linear;
}

.planning {
	width: 15%;
	-webkit-animation: planning 1s linear;
	animation: planning 1s linear;
}

.learning {
	width: 45%;
	-webkit-animation: learning 1s linear;
	animation: learning 1s linear;
}

.programming {
	width: 30%;
	-webkit-animation: programming 1s linear;
	animation: programming 1s linear;
}

.visual-design {
	width: 20%;
	-webkit-animation: visual-design 1s linear;
	animation: visual-design 1s linear;
}

/*-----------------------
	  	Animations 
-------------------------*/ 
@-webkit-keyframes communication {
	from { width: 0%; }
	to { width: 40%; }
}

@keyframes communication {
	from { width: 0%; }
	to { width: 40%; }
}

/*-----------------------
	Planning Animation 
-------------------------*/
@-webkit-keyframes planning {
	from { width: 0%; }
	to { width: 15%; }
}

@keyframes planning {
	from { width: 0%; }
	to { width: 15%; }
}

/*-----------------------
	Learning Animation 
-------------------------*/ 
@-webkit-keyframes learning {
	from { width: 0%; }
	to { width: 45%; }
}

@keyframes learning {
	from { width: 0%; }
	to { width: 45%; }
}

/*-----------------------
  Programming Animation 
-------------------------*/ 
@-webkit-keyframes programming {
	from { width: 0%; }
	to { width: 30%; }
}

@keyframes programming {
	from { width: 0%; }
	to { width: 30%; }
}

/*-----------------------
Visual-Design Animation  
-------------------------*/ 
@-webkit-keyframes visual-design {
	from { width: 0%; }
	to { width: 20%; }
}

@keyframes visual-design {
	from { width: 0%; }
	to { width: 20%; }
}

/*-----------------------
   UX-Design Animation  
-------------------------*/ 
@-webkit-keyframes ux-design {
	from { width: 0%; }
	to { width: 10%; }
}

@keyframes ux-design {
	from { width: 0%; }
	to { width: 10%; }
}


/*-----------------------
	  Media queries
-------------------------*/ 


@media screen and (max-width: 955px) {
	.skillset {
		padding: 20px;
	}
	.skill-lockup {
		max-width: 700px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.skill-bar {
		max-width: 700px;
		width: 100%;
	}
}


.comon-services:hover h5,
.comon-services:hover h6,
.comon-services:hover p{
	color: #fff;
}
.news-sec-div h1{
	font-weight: 700;
}
.testimonal-sec{
	
}
.testimonal-sec .comon-hed{
	color:#fff;
}
.comon-news-part figure{
	width:100%;
	height:250px;
	overflow:hidden;
	
}
.cont-para li{
	font-size: 14px;
}
.cont-para li i{
	 margin-right: 5px;
}
.comon-news-part figure{
	position:relative;
	margin-bottom: 0;
}
.comon-news-part figure a{
	height: 100%;
	width: 100%;
	display: inline-block;
}
.comon-news-part figure a img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.comon-pic-news{
	height:270px;
	position:relative;
	width:100%;
}
.comon-pic-news p{
	display:inline-block;
	padding:8px 15px;
	background:#b2b74a;
	color:#fff;
	position:absolute;
	bottom:28px;
	left:15px;
}
.call-contact{
	background: url(../images/bg-call.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: -100px;
	padding-bottom: 100px;
	position: relative;
}
.call-svg{
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	top:-10px;
}
.call-contact h6,
.call-contact h2,
.call-contact p{
	color: #fff;
}
.client-block{
	padding-top: 30px;
	display: inline-block;
	position: relative;
	width: 100%;
}
.client-logo-cm {
    width: 100%;
    display: grid;
    align-content: center;
    height: 88px;
    overflow: hidden;
    border-radius: 8px;
    justify-content: center;
    box-shadow: 0 2px 10px 0 rgb(52 105 203 / 12%);
}
.padding_bottom_270.pt-lg-5 {
    padding-bottom: 50px;
}
.get-bn{
	background:#fff;
	color: #00579a;
	font-weight: 600;
}
.subcribe-div{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e51b0+0,43c7f2+100 */
background: #00579a; /* Old browsers */

    position: relative;
    top: -50px;
    padding: 21px 30px;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.call-contact h2{
	font-weight: 700;
	text-transform: capitalize;
}
.dtails-idv-text p{
	font-size: 15px;
}
.comon-news-part{
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	display: inline-block;
	width: 100%;
	margin: 25px 0;
	
}
.dtails-idv-text li{
	margin: 0 10px;
}
.dtails-idv-text li:first-child{
	margin-left: 0;
}
.dtails-idv-text li a{
	text-decoration: none;
	color: #00579a;
    font-size: 14px;
    font-weight: 600;
}
.comon-news-part:hover figure img{
	transform: scale(1.2);
	
}
.dtails-idv-text{
	padding:0 25px 25px 25px;
}
.dtails-idv-text h5{
	font-weight:700;
	text-transform: capitalize;
	line-height: 28px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.comon-news-part figcaption{
	background:red;
	padding:15px;
	border-radius:7px;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:2;
}
.team-block{
	background: #f6f8fd;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 150px;
}
.comon-team-div{
	display: inline-block;
	width: 100%;
	background: #fff;
	box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
	padding-bottom: 10px;
}
.comon-team-div figure{
	width: 100%;
	height: 270px;
	overflow: hidden;
}
.comon-team-div figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.year-text h1{
	background: url("../images/p1.html");
	background-position: bottom;
	-webkit-background-clip:text;
	color: transparent;
	font-size: 201px;
    font-weight: 900;
    background-size: 54%;
    background-repeat: no-repeat;
}
.silder-div-text .item .comon-div-ts{
	width:100%;
	min-height:209px;
	background:#fff;
	box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
	border-radius:8px;
	position:relative;
	display: grid;
    align-content: center;
    padding: 24px;
	margin-top: 23px;
}
.comon-div-ts h5 {
    font-size: 15px;
    line-height: 26px;
}
.year-text p{
	margin-top:-25px;
	font-size:20px;
	text-transform:capitalize;
}
.silder-div-text figure{
	width:50px;
	height:50px;
	overflow:hidden;
	border-radius:50%;
	margin:0;
}
.comon-div-ts{
	display:inline-block;
	width:90%;
	margin:auto;
	padding: 0;
}
.silder-div-text h4{
	font-size:16px;
	font-weight:600;
	margin-left:10px;
}
.silder-div-text .owl-theme .owl-nav.disabled+.owl-dots{
	text-align:center;
}
.silder-div-text h4 span{
	font-weight:300;
	margin-top: 5px;
	font-size: 14px;
}
.silder-div-text .item .comon-div-ts{
	position: relative;
}
.silder-div-text .item .comon-div-ts:before{
	content: "\f10d";
    color: #e7e7e7;
    position: absolute;
    left: 15px;
    top: -27px;
	font-family:'FontAwesome';
	font-size: 46px;

}
.our-work-details i {
    color: #fff;
    font-size: 56px;
    margin-right: 15px;
}
.silder-div-text .item .comon-div-ts:after{
	position: absolute;
	content: "";
	border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    border-top: solid 15px #fff;
    width: 10px;
    height: 10px;
    left: 0;
    bottom: -10px;
}
.search-bn{
	background:#262b2b;
	color:#fff;
	width:90%;
	text-transform:uppercase;
	height:50px;
}
.banner-div-content .form-select{
	height:50px;
}
.signiup {
    font-weight: 600;
    background: #f96769;
    color: #fff!important;
    padding: 8px 25px !important;
    font-size: 14px !important;
    display: inline-block;
    border: solid 1px #f96769;
    text-decoration: none;
    transition: all 0.5s;
    font-family: 'Open Sans', sans-serif;
    -webkit-animation: pulsate-bck 1s ease-in-out infinite both;
    animation: pulsate-bck 1s ease-in-out infinite both;
    cursor: pointer;
    border-radius: 4px;
}
.signiup:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}
.quick-contact .modal-title{
   font-weight: 'Poppins', sans-serif;
   font-weight: 700;
}
.quick-contact .form-control{
	border: none;
    background: #f1f1f1;
    height: 45px;
	margin-bottom: 15px;
}
.quick-contact textarea.form-control{
	height: 100px !important;
	resize: none;
}
@-webkit-keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1);}
50%{-webkit-transform:scale(0.9);transform:scale(0.9);}
100%{-webkit-transform:scale(1);transform:scale(1);}
}
@keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1);}
50%{-webkit-transform:scale(0.9);transform:scale(0.9);}
100%{-webkit-transform:scale(1);transform:scale(1);}
}
/* .fixed-menu .signiup{
	color: #fff !important;
	background: #00579a; /* Old browsers */
	transition: all 0.5s;

} */
.cart{
	position:relative;
	margin-left:10px;
}
.cart span i{
	color:#b2b74a;
	font-size:20px;
	
}
section.page_breadcrum {
	/* background: url(https://www.creditexpertindia.com/frontend/assets/img2/persolnal_bg.jpg); */
	/* background-size: 100% 100%; */
	/* margin-top:85px; */
	border-bottom: 3px solid #e8eef8;
	background: linear-gradient(#050a37,#0e2f71);
}
section.page_breadcrum h1.page_title {
    color: #fff;
}
ul.page_breadcrum_item {
    padding-left: 0;
    display: inline-block;
    list-style: none;
}

ul.page_breadcrum_item li {
    display: inline;
    color: #9f9fa6;
}

ul.page_breadcrum_item li a {
    text-decoration: none;
    font-size: 14px;
    color: #9f9fa6;
}

ul.page_breadcrum_item li:nth-last-child(1) a {
    color: #9f9fa6;
    border-bottom: 0px solid #d90368;
}
.cart small{
	width:20px;
	height:20px;
	border-radius:30px;
	background:#b2b74a;
	display: inline-grid;
    align-content: center;
    text-align: center;
	position: relative;
    right: 10px;
	color:#fff;
	font-size:11px;

}
.banner-part{
	overflow:hidden;
	position: relative;
	background: url(../img2/bg_bnr2.png);
	background-size:cover;
	background-position: center;
	
}
.top-bar-sec .row a{
	text-decoration:none;
	color:#1a1b23;
	font-weight:500;
	font-size:15px;
}
.top-bar-sec .row > div{
	margin-top:5px;
	margin-bottom:10px;
	color:#1a1b23;
}
.top-bar-sec .row > div:nth-child(2){
	display:flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: flex-end;
	text-transform:capitalize;
	font-weight:500;
}
.top-bar-sec .row > div:nth-child(2) a{
	margin:0 7px;
	font-size:15px;
	
}
.fixed-menu{
	background:#fcfbf7;
	position: fixed;
	top:0;
	animation:slide-down 0.7s;
	left:0;
	right:0;
    box-shadow:4px -86px 103px rgba(0,0,0,0.9);
	z-index:250;
		
  }

@keyframes slide-down {
		  0% {
			  transform: translateY(-100%);
		  } 
		  100% {
			  transform: translateY(0);
		  } 
	  }
	  
	  @keyframes slide {
		0% {
			opacity: 0;
			transform: translateY(50%);
		} 
		100% {
			opacity: 1;
			transform: translateY(0);
		} 
	}
.banner-div-content{
	animation: fadeInleft 0.5s ease-in-out;
	position: relative;
    z-index: 2;
	text-align:left;
	min-height:430px;
	}
.banner-div-content h1{
	color: #1a1b23;
    font-weight: 700;
    font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	line-height: 45px;
}
.banner-div-content h6{
	font-size: 20px;
	text-shadow: 4px 2px 2px #1a1b23;
}
.about-page .list-unstyled li {
    display: inline;
    margin-right: 20px;
    font-size: 14px;
    color: rgba(5,47,95,.8);
    font-weight: 500;
}
.about-page.comon-services-pge h4 {
    font-size: 16px;
    color: rgba(5,47,95,.8);
    font-weight: 600;
}
.consult-bn {
    background: #f96769;
    color: #fff !important;
    display: inline-block;
    margin: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 15px;
    margin-right: 8px;
    padding: 10px 25px;
    transition: all 0.5s;
    border: solid 1px #f96769;
}
.consult-bn:hover{
	background: #000 !important;
	color: #fff !important;
	border-color: #000;
	
}
.contact-bn{
	background: none;
	border: solid 2px #fac000;
	color: #fff !important;
}
.consult-bn i{
	color: #fff;
	margin-left: 5px;
}
.contact-bn:hover{
	background: #ffd205 !important;
	color: #fff !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-div-content p {
    opacity: .6;
    color: #052f5f;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 25px;
}
.banner-div-content figure{
	margin-top:90px;
	margin-bottom: 0;
	
}
.svg-div{
	left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    bottom: 0;
   position: absolute;
}
.about-div-pic{
	position:relative;
	/* height:520px; */
	overflow:hidden;
}
.pic-1{
	height: 348px;
    overflow: hidden;
    border-radius: 10px;
    width: 97%;
}
.pic-1 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.pic-2{
	position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 60%;
    overflow: hidden;
    border-radius: 13px;
    height: 230px;
}
@keyframes fadeInleft{
	0%{
		opacity:0;
		transform:translateX(-30px);
	}
	100%{
		opacity:1;
		transform:translateX(0px);
	}
}
@keyframes fadeInRight{
	0%{
		opacity:0;
		transform:translateX(30px);
	}
	100%{
		opacity:2;
		transform:translateX(0px);
	}
}
@keyframes fadeInUp{
	0%{
		opacity:0;
		transform:translateY(-30px);
	}
	100%{
		opacity:1;
		transform:translateY(0px);
	}
}

form{
	margin-top:15px;
	width:100%;
	display:inline-block;
}
.banner-text h1{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin-bottom:0;
	line-height:40px;
	color:#262b2b;
	font-size:30px;
}
.banner-text h1 span{
	font-weight:600;
	color:#000;
	text-transform:uppercase;
}
.banner-part > img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:1;
}
.sec-d1{
	margin-top:60px;
	margin-bottom:60px;
	width:100%;
	display:inline-block;
}
.sec-d1 h4{
	position:relative;
	padding-left: 40px;
	color:#00579a;
}
.read-more-bn{
	background:#262b2b;
	color:#fff;
	font-size:14px;
}
.read-more-bn:hover{
	background:#00579a;
	color: #fff;
}
.sec-d1 h3{
	box-shadow:0 1px 8px 0 rgb(0 0 0 / 6%);
	padding:15px;
	margin-top:15px;
	color:#00579a;
	border:1px solid rgb(243 243 243);
	width:auto;
	display:inline-block;
	margin-bottom:15px;
	
}
.sec-d1 h4:before{
	content:"";
	background-image:url(../images/barley-cl.html);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
	background-size: cover;
}
.comon-hed{
	position:relative;
	padding-left: 40px;
	color:#262b2b;
	display:inline-block;
	width: auto;
    display: grid;
    justify-content: center;
    margin: auto;
	font-weight:700;
	
}
.comon-hed:before{
	content:"";
	background-image:url(../images/barley-cl.html);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
	background-size: cover;
}
.sec-new-add{
	background:#363940 url(../images/ex-bg.jpg);
	padding: 35px 0;
    margin:88px 0 70px;
	color:#fff;
	background-size: cover;
	height: 362px;
	display: grid;
	align-content: center;
}
.sec-new-add h1{
	font-family: 'Merriweather', serif;
	font-weight: 900;
	font-size: 30px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 15px;
}
.sec-new-add h1:after,
.sec-project-div h1:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 60px;
	background: #ada66b;
	height: 2px;
	margin: auto;
	display: table;
	bottom: 1px;
}
.sec-new-add i{
	color: #00579a;
	font-size:56px;
	margin-right:15px;
}
.sec-new-add h5 span{
	font-size:17px;
}
.sec-new-add h5{
	font-size:30px;
	line-height:30px;
}
.comon-st-div{
	display: flex;
    align-items: center;
}
.sec-new-add .row > div:nth-child(2) .comon-st-div{
	justify-content:center;
}
.sec-new-add .row > div:nth-child(3) .comon-st-div{
	justify-content:flex-end;
}
.sec-new-add .row > div:nth-child(4) .comon-st-div {
    justify-content: flex-end;
}
.what-project-div{
	background: #262b2b;
    margin: 48px 0;
}
.what-project-div h1,
.testimonal-sec h1{
	font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 30px;
    text-transform: capitalize;
	position: relative;
	padding-bottom: 15px;
	color: #fff;
}
.book-sec .form-group{
	margin-bottom: 20px;
}
.book-sec{
	width: 82%;
}
.book-sec .form-control{
	border: none;
	background: #373c3c;
	height: 48px;
}
.awd-sec-div figure{
	width:100%;
	display: grid;
	border: solid 1px #e7e7e7;
    margin: auto;
    height: 113px;
	align-content: center;
	background: #fff;
	transition: all 0.5s;
	overflow: hidden;
}
.awd-sec-div figure img{
	transition: all 0.5s;
	transform:scale(1);
}
.awd-sec-div figure:hover{
	border: solid 1px #00579a;
}
.awd-sec-div figure:hover img{
	transform:scale(1.1);
}
.book-sec textarea{
	height: 150px !important;
	resize: none;
}
.news-sec-div{
	margin-top: 150px;
	position: relative;
	width: 100%;
	display: inline-block;
	padding-bottom: 30px;
}
.sec-project-div h1,
.sec-d4 h1,
.news-sec-div h1{
	font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 30px;
    text-transform: capitalize;
	position: relative;
	padding-bottom: 15px;
}
.comon-case{
	text-align: center;
	border: solid 1px #ededed;
    padding: 30px 15px;
	text-decoration: none;
	display: inline-block;
}
.comon-case figure{
	width: 44px;
	display: inline-block;
}
.comon-case h5{
	font-weight: 700;
	font-size: 16px;
	color: #212529;
	transition:all 0.5s;
}
.comon-case h6{
	font-weight: 700;
	font-size: 14px;
	color: #b2b74a;
}
.comon-case p{
	font-size: 14px;
	line-height: 24px;
	color: #212529;
}
.comon-case figure img{
	transform:scale(1);
	transition:all 0.5s;

}
.comon-case:hover figure img{
	transform:scale(1.2);

}
.comon-case:hover h5{
	color: #ada66b;
}
.sec-project-div .row > div{
	padding: 0;
}
.sec-project-div .row > div:nth-child(2) .comon-case,
.sec-project-div .row > div:nth-child(4) .comon-case,
.sec-project-div .row > div:nth-child(5) .comon-case,
.sec-project-div .row > div:nth-child(7) .comon-case{
  background:#f3f3f3;
  border:solid 1px #f3f3f3;
}
.what-project-div .comon-hed{
	justify-content:left;
	color:#fff;
	margin-bottom:15px;
}
.what-project-div h4{
	margin-bottom:25px;
}
.what-project-div h4,
.what-project-div p{
	color:#fff;
	text-align:left;
}
.what-project-div ul{
	list-style-type:none;
	color:#fff;
	margin:0;
	padding:0;
	
}
.what-project-div figure{
	height:540px;
	margin:0;
	overflow:hidden;
}
.what-project-div .read-more-bn{
	background:#fff;
	color:#262b2b;
	margin-top:15px;
}
.what-project-div figure img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.what-project-div ul li{
	display:flex;
	
}
.what-project-div ul li h5{
	font-size:16px;
	color: #b2b74a;
	font-weight:700;
	
}
.what-project-div ul li i{
	font-size: 33px;
    color: #b2b74a;
    margin-right: 10px;
    margin-top: -6px;
}

.from-sec-div{
	background:#fff;
	border-radius:100px;
    padding: 0 0 0 6px;
	box-shadow:0 1px 20px 0 rgb(0 0 0 / 20%);
	width:64%;
	margin:auto;
	
}
.list-work ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
	flex-wrap: wrap;
}
.list-work ul li {
    padding: 10px 25px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 30px;
    margin: 0 8px;
}
.each-items {
    overflow: hidden;
    height:260px;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    padding: 15px;
    position: relative;
}
.each-items figure{
	height:230px;
	overflow:hidden;
}
.each-items figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.each-items .items-hover {
    background: rgba(50,54,87,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: grid;
    transform: scale(0,0);
    transition: 0.5s;
    align-content: center;
    color: #fff;
    font-size: 35px;
    justify-content: center;
}
.each-items:hover .items-hover {
    transform: scale(1,1);
}
.visit-bn {
    background: #fff;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323657;
    font-size: 17px;
    padding: 5px 10px;
    margin-left: 20px;
	text-decoration:none;
}
.mixitup-control-active{
	background:#00579a !important;
	color:#fff;
}
.from-sec-div .comon-sec{
	display:flex;
	align-items: center;
    width: 45%;
	position:relative;
}
.from-sec-div .comon-sec i{
	font-size:18px;
	color:#dc3545;
}
.from-sec-div .comon-sec:nth-child(2):after{
	display:none;
}
.from-sec-div .comon-sec:after{
	width:1px;
	height:30px;
	background:#CCC;
	position:absolute;
	right:0;
	content:"";
}
.from-sec-div .comon-sec .form-control{
	border:none;
}
.btnh-submit{
	font-size:35px;
	color:#b2b74a;
	width:auto;
	
}
.how-it-work{
	background: url(../images/feature_image.png) top center no-repeat;
    background-position-y: 20px;
    margin-top: 60px;
}

.sec-d1 h1{
	font-size:30px;
	font-weight:900;
	text-transform:capitalize;
	line-height:40px;
	font-family: 'Merriweather', serif;
}
/* .sec-d1 h1 span{
	display:block;
	font-size:20px;
	font-weight:400;
	color:#4c4546;
} */

.comon-items{
	text-align:center;
	display:block;
}
.comon-items .icon-fs{
	width:90px;
	height:90px;
	border-radius:50%;
	display:grid;
	font-size:25px;
	align-content: center;
    text-align: center;
	color:#fff;
	margin:auto;
	margin-bottom:15px;
	border:3px dotted #d2d2d2;
	position:relative;
	background:#fff;
}
.comon-items .icon-fs i{
	color:#fff;
	position:relative;
	z-index:2;
}
.comon-items .icon-fs:after{
	width:70px;
	height:70px;
	border-radius:50%;
	background:#b2b74a;
	border-radius:50%;
	position:absolute;
	content:"";
	left: 7px;
    top: 7px;
	z-index:1;
}
.comon-items h5{
	display:block;
	font-size:15px;
	text-transform:uppercase;
	line-height:25px;
}
.comon-items h5 span{
	display:block;
	font-size:17px;
	text-transform:uppercase;
	font-weight:700;
}
.sec-d2{
	margin-top:50px;
	padding-top:50px;
	padding-bottom:70px;
}
.sec-d2 h1{
	font-size:36px;
}
.sec-d2 h1 span{
	font-weight:700;
}
.fl-sr-bn li{
	margin:0 5px;
}
.fl-sr-bn li a,
.fl-sr-bn li .btn{
	border:solid 1px #eee;
	background:#fff;
	transition:all 0.5s;
}
.cost-bn{
	border: solid 1px #eee;
    background: #fff;
    transition: all 0.5s;
}


.food-list a{
	text-decoration:none;
	color:#212529;
	border:none;
	box-shadow:0 1px 8px 0 rgb(0 0 0 / 6%);
}
.food-list .review-text i{
	color:#FC0;
}
.food-list figure{
	height:250px;
	overflow:hidden;
	margin:0;
}

.food-list figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.food-list .card-title{
	font-weight:700;
	color:#212529;
}
.off-text{
	position:absolute;
	left:10px;
	top:12px;
	background:#b2b74a;
	color:#fff;
	padding:5px 15px;
	border-radius:30px;
	z-index:1;
}
.food-list .card-footer{
	background-color:#fff;
}
.food-list .card-footer p{
	margin-bottom:5px;
	font-weight:700;
	color:#b2b74a;
}
.food-list .card-footer i{
	color:#b2b74a;
}
.food-list .card-footer small{
	color:#000 !important;
}
.card:hover figure img{
	transform:scale(1.2);
}

.sec-d3{
	display:grid;
	width:100%;
	padding-top:50px;
	background: url(../images/bg-banner.jpg) top center no-repeat;
	padding-bottom:50px;
	align-content: center;
    height: 400px;
}
.sec-d3 h1,
.sec-d3 p{
	color:#fff;
	text-align:center;
}
.sec-d3 p{
	margin-bottom:0;
	font-size:17px;
}
.sec-d3 h1{
	font-weight:700;
	text-transform:capitalize;
	color:#b2b74a;
}
.sec-d4{
	padding-top:50px;
	padding-bottom:50px;
}
.sec-d4 h1{
	font-weight:700;
}
.sec-d4{
	background:#fff;
}
.sec-d4 .comon-hed{
	display: table;
}
.sec-d4 .card{
	border: dashed 1px #eee;
    color: #fff;
    overflow: hidden;
    border-radius: 8px;
    width: 95%;
    padding-top: 20px;
}
.sec-d4 .card figure{
	height: 150px;
    overflow: hidden;
    width:150px;
    margin: auto;
    border-radius: 50%;
	border:solid 8px rgba(0,0,0, 6%);
}
.sec-d4 .card h5{
	font-weight:700;
	color:#262b2b;
	text-align:center;
	text-transform:capitalize;
	
}
.comon-text-sec h5{
	font-weight:700;
}
.comon-text-sec figure{
	height:250px;
	overflow:hidden;
	border-radius:8px;
	margin:0;
}
.comon-text-sec figure > img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.vie-more-bn{
	text-transform:uppercase;
	margin:auto;
	background:#b2b74a;
	color:#fff;
	text-align:center;
	display:table;
	margin-top:35px;
}
.blog-sec-div .row > div{
	margin-bottom:40px;
}
.comon-text-sec h5,
.comon-text-sec p{
	padding-left:25px;
}
.comon-text-sec p{
	font-size:15px;
}
.comon-text-sec a{
	margin-left:25px;
	text-transform:capitalize;
}
.sec-d4 .card figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.sec-d4 .card-footer{
	background-color:#b50828;
	border:none;
}
.sec-d4 .card-footer p{
	margin-bottom:5px;
	color:#fff;
	font-weight:600;
	font-size:18px;
}
.sec-d4 .text-muted{
	color:#fff !important;
}
.sec-d5{
	margin-top:50px;
	padding:50px 0;
}
.sec-d5 h4,
.sec-d6 h4,
.sec-d7 h4{
	font-weight:700;
}
.restarn-link{
	display:flex;
	list-style-type:none;
	margin-top:25px;
	flex-wrap:wrap;
	width:100%;
	justify-content:center;
}
.restarn-link li{
	margin:5px;
}
.restarn-link li a{
	text-decoration:none;
	background:#fff;
	color:#212529;
	padding:10px;
	display:inline-block;
	border:1px solid rgb(232, 232, 232);
	text-transform:capitalize;
	font-size:15px;
	transition:all 0.5s;
	
}
.restarn-link li a:hover,
.restarn-link li a:hover i{
	background:#b2b74a;
	color:#fff;
}
.restarn-link li a i{
	color:#b2b74a;
}
.sec-d6,
.sec-d7{
	padding:50px 0;
}
.sec-d7{
	padding:30px 0;
	background:#b2b74a;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.sec-d7 h1,
.sec-d7 .read-more-bn{
	position:relative;
	z-index:2;
}
.sec-d7 > row > div:nth-child(2){
	margin-right:auto;
}
.sec-d7 .read-more-bn{
	font-size: 17px;
}

.sec-d7 img{
	position:absolute;
	left:0;
	right:0;
	top:-380px;
	z-index:1;
	width:100%;
	opacity: 0.1;
	
}
.sec-d7 .restarn-link{
	columns: 3;
  -webkit-columns:3;
  -moz-columns: 3;
   list-style-position: inside;
  display:block;
}
footer p {
    font-size: 13px;
    color: #9f9fa6;
    margin-bottom: 10px;
    margin-top: 12px;
}
/* footer .container div:last-child > div:nth-child(2){
	display: grid;
    justify-content: center;
} */
.sub-bn{
	background: #b2b74a;
	color:#fff;
	margin-top:8px;
}
.subcribe-div h2{
	font-weight: 700;
	font-size: 25px;
}
.subcribe-div .form-control{
	border: none;
	border-radius: 5px 0 0 5px;
	height: 45px;
}
.sec-d7 .restarn-link li a{
	background:#b2b74a;
	color:#fff;
	width:80%;
}
.subcribe-bn{
	background:#212529;
	color: #fff;
	height: 45px;
	border-radius: 0 5px 5px 0;
}
.socal{
	justify-content: start;
    display: flex;
}
.socal li a{
	color:#fff;
	margin:0 5px;
	text-decoration:none;
}
.sec-d7 .restarn-link li a:hover,
.sec-d7 .restarn-link li a:hover i{
	background:#212529;
}
.sec-d7 .restarn-link li a i{
	color:#fff;
}
.sec-d7 .form-group{
	border:solid 1px #eee;
	overflow:hidden;
}
.sec-d7 .form-control{
	border:none;
}
.sec-d7 .form-group .btn{
	background:#b2b74a;
	transition:all 0.5s;
	color:#fff;
	border:none;
	border-radius:0;
}
.sec-d7 .form-group .btn:hover{
	background:#212529;
}
.sec-d7 h5{
	font-weight:600;
	text-transform:capitalize;
}
footer {
    padding: 0 0 0 0;
    display: inline-block;
    width: 100%;
    background: #0e0f20;
    z-index: 1;
    position: relative;
}
/* .padding_bottom_270{
	padding-bottom:270px !important;
} */
.border_1 {
    border-top: 1px solid #9f9fa6;
}
span.footer_left_icon {
    display: inline-block;
    width: 8px;
    position: absolute;
    margin-right: 10px;
    top: 42%;
    transition:0.5s;
    left: 0px;
    height: 8px;
    transform: rotate(45deg) translateX(-42%);
    border-top: 2px solid #9f9fa6;
    border-right: 2px solid #9f9fa6;
    transition:0.5s;
}
.form_area_container .form-control {
    border-radius: 0px;
    box-shadow: none;
    outline: none;
}

.form_area_container .input-group-text{
    border-radius:0px;
    border:none;
    outline:none;
    box-shadow:none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    border: 2px solid #ffd205 !important;
}
ul.list-unstyled.socal li a:hover{
    background:#fdd005;
}
ul.list-unstyled.socal li a:hover i{
color:#fff;
}
.comon-footer h5 + ul li a {
    position: relative;
    padding-left: 20px;
}
.comon-footer h5 + ul li a:hover span.footer_left_icon{
    left:5px;
}
/* footer:after {
    position: absolute;
    content: '';
    width: 100%;
    background: url(../img2/footer_bg.png);
    top: -198px;
    left: 0;
    z-index: -1;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
} */
/* footer .footer-bottom-div > div:nth-child(3) .comon-footer{
	display: grid;
    justify-content:center;
} */
/* footer .footer-bottom-div > div:nth-child(4) .comon-footer{
	display: grid;
    justify-content: end;
}
footer .footer-bottom-div > div:nth-child(2) .comon-footer{
	display: grid;
    justify-content: center;
}
footer .row > div:nth-child(5) .comon-footer{
	display: grid;
    justify-content: end;
} */
ul.list-unstyled.socal li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 35px;
    background: #e2e1de;
}

ul.list-unstyled.socal li a i {
    width: 100%;
    height: 100%;
    line-height: 24px;
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    color: #363636;
}
.comon-footer h5{
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
	color: #9f9fa6;
	position: relative;
	padding-bottom:10px;
}
.text-center.d-table.m-auto {
    color: #9f9fa6;
}
.comon-footer h5:after{
	position:absolute;
	content: '';
	width: 110px;
	height: 2px;
	left:0;
	bottom:-10px;
	background:#b0afac;
}
.comon-footer ul {
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
    padding-top: 25px;
	padding-left:0px;
}
.comon-footer ul li {
    line-height: 30px;
    color: #9f9fa6;
}
.comon-footer ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #9f9fa6;
    transition: all 0.5s;
    font-weight: 600;
}
.comon-footer ul li a:hover{
	color:#fac000;
}
.comon-footer ul li a:hover .footer_left_icon{
	border-color:#fac000;
}
.comon-footer .list-unstyled{
	list-style: none !important;
	padding-left:0;
}
.comon-footer .list-unstyled li a{
	margin:0 5px;
	font-size:18px;
}
.sec-d8{
	padding:0;
	background:#6349bb;
	height: 294px;
}
.text-apps h3{
	font-size:30px;
	font-weight:700;
	text-transform:capitalize;
	color:#fff;
}
.text-apps{
	display: grid;
    align-content: center;
    height: 100%;
}
.text-apps p{
	color:#fff;
}
.sec-d8 figure{
	position:relative;
	top:-20px;
}
.sec-d8 figure > img{
	display: block;
    margin-left: auto;
}
.sec-d8 .row{
	width:90%;
}
.active-new2{
	background:#b2b74a !important;
	color:#fff;
}












.range-slider {
  width: 300px;
  text-align: left;
  position: relative;
}
.range-slider .rangeValues {
  display: block;
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 300px;
  position: absolute;
  left: 0;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-slider input[type=range]:focus {
  outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

.range-slider input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

/*hide the outline behind the border*/
.range-slider input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.range-slider input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

.range-slider input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}


.owl-prev:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: "\f053";
    left: 0;
    right: 81px;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    display: grid;
    background: #212529;
    align-content: center;
}
.owl-prev span {
    display: none;
}
.owl-next span {
    display: none;
}
.owl-next:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: "\f054";
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    display: grid;
    background: #212529;
    align-content: center;
}

/* sub page */
.subpage-banner{
	height: 260px;
	background: url(../images/banner-pic-subpage.webp) no-repeat;
	background-size: cover;
}
.subpage-banner h1{
	font-size: 34px;
    margin-top: 53px;
}
.subpage-banner ul li{
	color: #fff;
	margin: 0 15px;
	position: relative;
}
.subpage-banner ul li:after{
	position: absolute;
	right: -18px;
	content: "\f105";
	font-family:'FontAwesome';
}
.subpage-banner ul li:last-child:after{
	display: none;
}
.subpage-banner ul li a{
	text-decoration: none;
	color: #fff;
}
.call-details-div{
	background: #00579a;
    color: #fff;
    height: 290px;
    display: grid;
    align-content: center;
    border-radius: 8px;
}
.call-details-div h2{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
}
.call-details-div h6{
	font-weight: 500;
	line-height: 27px;
}
.call-details-div h6 span{
	font-size: 26px;
	margin-top: 10px;
}
.comon-services-pge figure{
	
}
.comon-severice-dl ul{
	column-count: 2;
    column-gap: 20px;
}
.comon-severice-dl h2{
	font-weight: 700;
	text-transform: capitalize;
}
.comon-severice-dl p{
	font-size: 15px;
}
.aplications-part{
	margin-top: 50px;
	display: inline-block;
	width: 100%;
	background: #f6f8fd;
	position: relative;
}
.aplications-part .container{
	position: relative;
	z-index: 2;
}
/* .service-dl-pic img{
	width: 400px;
} */
.care-text{
	width: 100%;
	display: inline-block;
	position: relative;
}
.comon-severice-dl ul li{
	box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
    padding: 10px 20px;
    background: #fff;
    display: inline-block;
    border-radius: 8px;
    margin-bottom: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}
.comon-severice-dl ul li i{
	color: #00579a;
}
.php-part{
	margin-top: 100px;
	display: inline-block;
	width: 100%;
}

.project-menu ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    width: 100%;
}
.project-menu ul li{
	margin: 0 10px;
	cursor: pointer;
	background: #bbb;
	background: #e9e9e9;
    padding: 10px 20px;
    border-radius: 8px;
	font-family: 'Open Sans', sans-serif;
}
.comon-projets{
	width: 100%;
	display: inline-block;
	box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
	padding: 15px;
	margin-bottom: 35px;
}
.comon-projets figure{
	height: 250px;
	overflow: hidden;
	margin-bottom: 0;
}
.comon-projets figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.comon-career-bl{
	width: 100%;
	box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
	padding: 34px;
	height: 360px;
	display: grid;
	align-content: center;
}
.comon-career-bl h2{
	font-size: 22px;
}
.comon-career-bl ul li{
	margin: 0 0 8px 0;
}
.comon-career-bl p{
	font-size: 14px;
	line-height: 22px;
}
.comon-career-bl ul li span{
	color:#00579a;
	font-weight: 600;
	margin-right: 8px;
}
.view-details,
.apy-bn,
.job-ap{
	background:#00579a;
	color: #fff;
	font-weight: 600;
	transition: all 0.5s;
	border: solid 2px #00579a;
}
.view-details:hover,
.apy-bn:hover,
.job-ap:hover{
	background:none;
	color: #00579a;
	border: solid 2px #00579a;
}
.cm-text-n h6 {
    color: #00579a;
    font-size: 14px;
    font-weight: 600;
}
.cm-text-n ul li{
	margin-bottom: 20px;
}
.cm-text-n ul li .icon-c {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    display: grid;
    align-content: center;
    background: #fac000;
    color: #000;
    justify-content: center;
    font-size: 18px;
}
.text-c{
	font-weight: 600;
	font-size: 18px;
	margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
	width:90%;
}
.text-c small {
    font-weight: 500 !important;
    font-size: 14px;
    color: #363636;
}
.cr-details{
	margin-top: 20px;
}
.cr-details h5{
	font-weight: 600;
}
.cr-details p{
	font-size:15px;
}
.cr-details ul li{
	margin-bottom: 10px;
}
.comon-career-bl ul li:first-child{
	margin-left: 0;
}
.conatct-form-div{
	display: inline-block;
    width: 100%;
    padding: 20px;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
}
/* pricing page */

.basic .pricing-header {
	background-color: #4b7bec;
  }
  .basic .price-circle {
	border: 10px solid #4b7bec;
	transition: all 0.4s;
  }
  .basic:hover .price-circle {
	border-width: 5px;
  }
  .basic .buy-now:hover {
	background-image: none !important;
	background-color: #4b7bec !important;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
  }
  
  .eco .pricing-header {
	background-color: #f7b731;
  }
  .eco .price-circle {
	border: 10px solid #f7b731;
	transition: all 0.4s;
  }
  .eco:hover .price-circle {
	border-width: 5px;
  }
  .eco .buy-now:hover {
	background-image: none !important;
	background-color: #f7b731 !important;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
  }
  
  .pro .pricing-header {
	background-color: #26de81;
  }
  .pro .price-circle {
	border: 10px solid #26de81;
	transition: all 0.4s;
  }
  .pro:hover .price-circle {
	border-width: 5px;
  }
  .pro .buy-now:hover {
	background-image: none !important;
	background-color: #26de81 !important;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
  }
  
  .business .pricing-header {
	background-color: #a55eea;
  }
  .business .price-circle {
	border: 10px solid #a55eea;
	transition: all 0.4s;
  }
  .business:hover .price-circle {
	border-width: 5px;
  }
  .business .buy-now:hover {
	background-image: none !important;
	background-color: #a55eea !important;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
  }
  


  
  .column {
	flex: 25%;
	padding: 10px;
	width: calc(33.3% - 30px);
	box-sizing: border-box;
  }
  @media screen and (max-width: 980px) {
	.column {
	  flex: 50%;
	  display: block;
	}
  }
  @media screen and (max-width: 700px) {
	
  }
  
  .pricing-card {
	-webkit-transition: 0.4s background-color ease;
	-ms-transition: 0.4s background-color ease;
	transition: 0.4s background-color ease;
	height: 600px;
	background-color: white;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	transition: all 0.4s;
	box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
  }
  .pricing-card:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
	transform: scale(1.05);
  }
  .pricing-card .popular {
	position: absolute;
	top: 0;
	right: 5%;
	width: auto;
	padding: 10px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #eb3b5a;
	color: white;
	font-size: 12px;
	z-index: 1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .pricing-card .badge-box {
	padding: 0 40px;
	margin-top: 80px;
  }
  .pricing-card .badge-box span {
	display: inline-block;
	border: 1px solid #4b7bec;
	padding: 4px 12px;
	border-radius: 25px;
	overflow: hidden;
	color: #4b7bec;
  }
  .pricing-card .pricing-header {
	width: 100%;
	height: 150px;
	position: relative;
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	/*border-bottom: 20px solid $primary;*/
	/*
	border-radius: $radius $radius 150px 150px;
	-webkit-border-radius: $radius $radius 150px 150px;
	-moz-border-radius: $radius $radius 150px 150px;
	*/
  }
  .pricing-card .pricing-header .plan-title {
	font-size: 24px;
	color: white;
	position: relative;
	top: 25%;
  }
  .pricing-card .pricing-header .price-circle {
	width: calc(33.3% - 30px);
	width: 120px;
	height: 120px;
	border-radius: 100%;
	left: calc(50% - 60px);
	top: 60%;
	background-color: white;
	position: absolute;
  }
  .pricing-card .pricing-header .price-circle .info {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: gray;
  }
  .pricing-card .pricing-header .price-circle .price-title {
	display: block;
	font-size: 28px;
	padding: 28px 0 0;
	font-weight: bold;
  }
  .pricing-card .pricing-header .price-circle .price-title small {
	font-size: 18px;
  }
  .pricing-card .pricing-header h2 {
	position: relative;
	top: 40%;
	color: #fff;
  }
  .pricing-card ul {
	margin: 10px 0 0 0;
	padding: 0;
  }
  .pricing-card ul li {
	list-style-type: none;
	display: block;
	padding: 15px 0 15px 0;
	margin: 0;
	border-bottom: 1px solid #f2f2f2;
  }
  .pricing-card .buy-button-box {
	width: 100%;
	float: left;
	margin-top: 30px;
  }
  .pricing-card .buy-button-box .buy-now {
	text-decoration: none;
	color: white;
	padding: 10px 30px;
	border-radius: 20px;
	background-image: linear-gradient(to left, #a55eea, #45aaf2);
	margin-top: 20px;
  }
/* blog details */
.blog-post{
	border-bottom: solid 1px #f3f3f3;
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
}
.blog-post figure{
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.blog-post figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.blog-post .share-div{
	border-bottom: solid 1px #f3f3f3;
	margin-bottom: 15px;
}
.blog-post ul li{
	margin: 0 10px;
}
.blog-post h2{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.comon-com-div{
	border-bottom: solid 1px #f3f3f3;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.comon-com-div figure{
	width: 63px;
    height: 63px;
    overflow: hidden;
    border-radius: 50%;
}
.comon-com-div figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.comment-text{
	width: 89%;
}
.comment-text span{
	font-size: 13px;
    font-weight: 600;
    color: #00579a;
}
.comment-text p{
	font-size: 14px;
	margin-top: 7px;
}
.comment-sec-part h2,
.leave-sec-part h2,
.category-div h2,
.recent-post-div h2,
.tag-div h2{
	font-size: 25px;
	font-weight: 700;
}
.leave-sec-part{
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
	margin: 30px 0;
	padding-bottom: 20px;
}
.service-page {
	padding: 60px 0 60px;
}
.leave-sec-part .form-group{
	margin-top: 20px;
}
.leave-sec-part .form-control,
.conatct-form-div .form-control{
	border: none;
	background: #f1f1f1;
	height: 45px;
}
h1.heading.display-5 {
    font-size: 28px;
    font-weight: 600;
}
input#calculate-loan-btn {
    width: 100%;
}
.conatct-form-div .form-control{
	margin-bottom: 20px;
}
.leave-sec-part textarea,
.conatct-form-div textarea{
	height: 100px !important;
	resize: none;
}
.leave-sec-part .subimt-comment, .subimt-message, .quick-contact .subimt-comment {
    background: #fac000;
    color: #000;
    font-weight: 600;
}
.subimt-message{
	width: 90px;
	text-transform: uppercase;
}
.comment-sec-part > div:last-child{
	border-bottom: none;
}
.cv-upload-div .form-control,
.cv-upload-div .form-select{
	border: none;
    background-color: #f1f1f1;
    height: 45px;
	margin-bottom: 15px;
}
.cv-up h5{
	font-weight: 700;
}
.category-div,
.job-ds-div{
	background: #f1f1f1;
	padding: 30px;
	display: inline-block;
	width: 100%;
}

.comon-jobs-div{
	margin-top: 20px;
	border-bottom: solid 1px #fff;
	padding-bottom: 20px;
}
.job-ds-div > div:last-child{
	border: none;
}
.job-ds-div h5{
	color: #00579a;
	margin-bottom: 8px;
}
.category-div ul li{
	border-bottom: solid 1px #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.category-div ul li:last-child{
	border-bottom: none;
}
.category-div ul li a{
	text-decoration: none;
	color: #212529;
	font-weight: 600;
	transition: all 0.5s;
	text-transform: capitalize;
}
.tag-div ul{
	display: flex;
	flex-wrap: wrap;
	
}
.tag-div ul li{
	margin:0 10px;
}
.tag-div ul li a{
	text-decoration: none;
	color: #212529;
	margin-top: 15px;
	transition: all 0.5s;
	font-weight: 600;
	text-transform: capitalize;
}
.tag-div ul li a:hover{
	color: #00579a;
}
.category-div ul li a:hover{
	color: #00579a;
	font-size: 700;
}
.recent-post-div-insiide a{
	text-decoration: none;
	border-bottom: solid 1px #fff;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.recent-post-div-insiide a:hover figure img{
	transform: scale(1.1);
}
.recent-post-div-insiide a:hover h5{
	color: #00579a;
}
.recent-post-div-insiide a:last-child{
	border: none;
	margin: 0;
}
.recent-post-div,
.tag-div{
	background: #f1f1f1;
	padding: 30px;
	display: inline-block;
	width: 100%;
}
.recent-post-div figure{
	width: 90px;
	height:60px;
	overflow: hidden;
	margin: 0;
	transform: scale(1);
	margin-right: 10px;
	
}
.recent-post-div figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.recent-post-div h5{
	width: 60%;
	color: #212529;
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
	transition: all 0.5s;
}
.about-mn-pic{
	position: relative;
	height: 550px;
}
.about-mn-pic figure:last-child{
	height: 350px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 70%;
    left: -20px;
	border-radius: 8px;

}
.about-mn-pic figure:first-child{
	height: 480px;
	overflow: hidden;
	border-radius: 8px;
}
.about-mn-pic figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.about-page  h2{
	font-weight: 700;
	color:#f96769;
}
.our-mmison{
	position: relative;
	display: inline-block;
	width: 100%;
	background: #f6f8fd;
	margin-top: 125px;
}
.our-mmison ul,
.our-gols ul{
	column-count: 2;
	column-gap: 15px;
}
.our-mmison ul li,
.our-gols ul li{
	box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
    padding: 10px 20px;
    background: #fff;
    display: inline-block;
    border-radius: 8px;
    margin-bottom: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}
.our-mmison ul li i,
.our-gols ul li i{
	color: #1c5bea;
    margin-right: 5px;

}
.our-gols{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 160px;
}
.our-work-svg{
	position: relative;
	top:-10px;
}

@media (min-width:1400px){
	.about-svg{
		bottom:-330px;
	}
	
	.aplications-part{
		margin-top: 130px;
	}
	.php-part{
		margin-top: 260px;
	}
	
}

@media (min-width:1850px){
	.svg-div {
		position: absolute;
		bottom: 300px;
	}
	.banner-part{
		height: 779px;
		background:url(../images/svg-web.svg) center 400px repeat-x, url(../images/banner-pic.webp) center center no-repeat;
	    background-size: contain, cover;
	}
	.subpage-banner{
		height: 260px;
	}
	.about-svg {
	
		top: -420px;
	}
	.about-svg-bt{
		bottom: -410px;

	}
	.our-work-svg{
		top: -10px;
		position: relative;
	}
	.our-work-bg1{
		bottom: -1px;
        position: relative;
	}
	.call-svg{
		top: -10px;
		position: relative;
	}
	.about-block{
		margin-top: 250px;
	}
	.news-sec-div {
		margin-top: 240px;
	}
}
@media (min-width:1900px){
	.svg-div {
		position: absolute;
		bottom: 300px;
	}
}
@media (max-width:1080px){
	.about-svg {
		top: -230px;
	}
	.svg-div{
		bottom: 420px;
	}
	.team-block .about-svg-bt{
		bottom: -239px;
	}
	
	.mn-head .nav-link{
		margin: 0 3px;
	}
	.mainn-head{
		margin-top: 80px !important;
	}
	.banner-div-content h1{
		font-size: 38px;
	}
	.comon-st-div h5 span {
		font-weight: 500;
		font-size: 15px;
	}
	.about-svg-bt {
		margin-top: 0;
		position: absolute;
		bottom: -179px;
	}
	.project-menu ul li {
		margin: 0 6px;
	}
	.recent-post-div h5 {
		width: 50%;
		font-size: 13px;
		line-height: 18px;		
	}
}
@media (max-width:1024px){
	.what-project-div figure{
		height:664px;
	}
	.aplications-part{
		margin-top: 120px;
	}
	.svg-div {
		bottom: 150px;
	}
	.about-svg {
		margin-top: 0;
		top:0;
		bottom: -170px;
	}
	.aplications-part .about-svg{
		bottom: inherit;
		top:-220px;
	}
	.comon-pic-news figure > a{
		height:100%;
	}
	.comon-pic-news figure > a > img{
		width: 100%;
        height: 100%;
        object-fit: cover;
	}
	.sec-d7 img{
		top:-50px;
	}
	.project-menu ul li {
		margin: 0 6px;
	}
	.banner-part{
		height: 579px;
	}
}

@media (max-width: 900px){
	.mn-head {
		background: #fff;
	}
	.aplications-part{
		margin-top: 90px;
	}
	.aplications-part .about-svg {
		bottom: inherit;
		top: -189px;
	}
	.subcribe-div h2{
		margin-bottom: 10px !important;
	}
	.subcribe-bn{
		margin-top: 25px !important;
	}
	.recent-post-div h5{
		width: 62%;
	}
	.project-menu ul li{
		margin-bottom: 10px;
	}
	.ds-logo{ display: none; }
	.sc-logo { display:block; }
	.about-svg {
		margin-top: 0;
		top: -180px;
	}
	.comon-st-div{
		justify-content: center;
		margin-bottom: 40px;
	}
	.about-svg-bt{
		top:inherit;
		bottom: -160px;
	}
	.team-block .about-svg-bt {
		bottom: -179px;
	}
	.client-logo-cm{
		height: 174px;
	}
	.client-logo-cm{
		margin-bottom: 30px;
	}

  .dropdown-menu1 {
    visibility: inherit;
    display: none;
    }
	.signiup {
		background: #00579a !important;
		color: #fff !important;
	}
	.banner-part{
		height: 1189px;
    background: url(../images/svg-web.svg) center 1053px repeat-x, url(../images/banner-pic.webp) center center no-repeat;
    background-size: contain, cover;
		
	}
	.subpage-banner{
		height: 260px;
	}
	.svg-div {
		position: relative;
		margin-top: 0;
		top: -130px;
	}
	.pricing-card{
		margin-bottom: 25px;
	}
}
@media (max-width: 851px){
	.mobile-comon-animation{
		overflow-x: hidden;
	}
}
@media (max-width: 812px){
	header{
		position: relative;
	}
	.menu-mobile .offcanvas-body .nav-link{
		padding-left: 10px;
	}
	.dropdown-menu1 {
		visibility: inherit;
		display: none;
	}
	.navbar-nav .nav-link{
		border-bottom: solid 1px #e7e7e7;
	}
	.offcanvas-body ul li:last-child a,
	.offcanvas-body ul li:nth-child(8) a{
		border-bottom: none;
	}
	.menu-mobile .offcanvas-body .nav-link:hover{
		background-image: linear-gradient(to right, #370695, #b8189c);
		color: #fff !important;
	}
	.ds-logo{
		display: none;
	}
	.sc-logo{
		display: block  !important;
	}
	.mn-head .nav-link{
		color: #1e1e1e !important;
	}
	.signiup{
		background: #00579a !important;
		color: #fff !important;
	}
	.banner-part{
		height: 989px;
		background:url(../images/svg-web.svg) center 850px repeat-x, url(../images/banner-pic.webp) center center no-repeat;
	    background-size: contain, cover;
	}
	.comon-services{
		margin-top: 40px;
	}
	
	.our-work-bg1{
		position: relative;
		top:inherit;
		margin-top: 0;
		bottom:-10px;
	}
	.testimonal-sec{
		margin-top: 10px;
	}
	.our-work-details h2{
		font-size: 42px;
	}
	.about-svg {
		margin-top: -170px;
	}
	.our-work-details i{
		margin-bottom: 10px;
	}
	.comon-st-div{
		margin-bottom: 20px;
	}
	.about-svg-bt{
		bottom: -160px;
		margin-top: 0;
		top:inherit !important;
	}
	.svg-div {
		position: relative;
		margin-top: -140px;
	}
	.banner-part figure{
		margin: auto;
		width: 74%;
		margin-top: 10px;
	}
	.search-bn {
		width: 100%;
		margin-top: 15px;
	}
	.about-div-pic {
       margin-top: 50px;
    }
	.comon-st-div {
      display: block;
      text-align: center;
    }
	.list-work ul {
       flex-direction: column;
    }
	.list-work ul li {
          margin-bottom: 15px;
    }
	.what-project-div {
       padding-bottom: 20px;
     }
	 .recent-post-div h5 {
		width: 70%;
	 }
	.comon-text-sec h5, .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
      }
    .comon-text-sec a {
        margin-left: 0;
      }
	.year-text h1 {
        background-size: 100%;
     }
	.sec-d7 .read-more-bn {
         margin: auto;
        text-align: center;
        display: table;
    }
	.comon-text-sec figure{
		height: 430px;
	}
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
      justify-content: left;
    }
	.socal {
        justify-content: start;
    }
	.sec-d1 h1{
		margin-top:30px;
	}
	.banner-div-content h1{
		font-size:38px;
	}
	.top-bar-sec {
      text-align: center;
    }
	.what-project-div figure{
		height:540px;
	}
	.client-logo-cm{
		margin-top: 50px;
		height: 180px;
	}
	.call-svg{
		position: relative;
        top: -10px;
	}
	.subpage-banner {
		height: 207px !important;
		min-height: inherit !important;
	}
	.subpage-banner h1{
		margin-top: 0;
	}
	.our-mmison ul li, .our-gols ul li{
		font-size: 12px;
		padding: 10px 9px;
	}
	.project-menu ul{
		flex-direction: column;
	}
	.project-menu ul li{
		margin-bottom: 10px;
	}
	.column {
		flex: 0 0 49%;
		display: block;
		width: 20%;
		margin-bottom: 45px;
	}
	.dropdown:hover>.dropdown-menu1{
		position: relative !important;
		display: none;
	}
	ul.show{
		display: block !important;
		transform: none !important;
	}
	
	
	
}
@media (max-width: 768px){
	.column {
		flex: 0 0 49%;
		display: block;
		width: 20%;
		margin-bottom: 28px;
	}
	.aplications-part .about-svg{
		bottom: inherit;
		top:-170px;
	}
	.project-menu ul {
		flex-direction: row;
	}
	.svg-div{
		margin-top: 0;
		
	}
	.about-svg {
		margin-top: 0;
		top:-170px;
	}
	.search-bn {
		width: 100%;
		margin-top: 15px;
	}
	.about-div-pic {
       margin-top: 50px;
    }
	.comon-st-div {
      display: block;
      text-align: center;
    }
	.list-work ul {
       flex-direction: column;
    }
	.list-work ul li {
          margin-bottom: 15px;
    }
	.what-project-div {
       padding-bottom: 20px;
     }
	.comon-text-sec h5, .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
      }
    .comon-text-sec a {
        margin-left: 0;
      }
	.year-text h1 {
        background-size: 100%;
     }
	.sec-d7 .read-more-bn {
         margin: auto;
        text-align: center;
        display: table;
    }
	.comon-text-sec figure{
		height: 430px;
	}
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
      justify-content: left;
    }
	.socal {
        justify-content: start;
    }
	.sec-d1 h1{
		margin-top:30px;
	}
	.banner-div-content h1{
		font-size:38px;
	}
	.top-bar-sec {
      text-align: center;
    }
	.what-project-div figure{
		height:540px;
	}
}
@media (max-width: 668px){
	/* website style */
	.project-menu ul {
		flex-direction: column;
	}
	.column {
		flex: 0 0 100%;
		display: block;
		width: 100%;
		margin-bottom: 28px;
	}
	.mn-head{
		background: #fff;
	}
	.sc-logo{
		display: block;
	}
	.ds-logo{
		display: none !important;
	}
	.team-block .owl-next{
		right: 30px;
	}
	.team-block .owl-prev{
		left: 0;
	}
	
	.svg-div {
	
		margin-top:0;
		top:-118px;
		
	}
	.banner-div-content .row{
		flex-direction: column-reverse;
	}
	.banner-div-content figure{
		margin-top: 20px;
		margin-bottom: 45px;
	}
	/*  website style ends */
	.search-bn {
		width: 100%;
		margin-top: 15px;
	}
	
	.about-div-pic {
       margin-top: 50px;
    }
	.comon-st-div {
      display: block;
      text-align: center;
    }
	.list-work ul {
       flex-direction: column;
    }
	.list-work ul li {
          margin-bottom: 15px;
    }
	.what-project-div {
       padding-bottom: 20px;
     }
	.comon-text-sec h5, .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
      }
    .comon-text-sec a {
        margin-left: 0;
      }
	.year-text h1 {
        background-size: 100%;
     }
	.sec-d7 .read-more-bn {
         margin: auto;
        text-align: center;
        display: table;
    }
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
      justify-content: left;
    }
	.socal {
        justify-content: start;
    }
	.sec-d1 h1{
		margin-top:30px;
	}
	.banner-div-content h1{
		font-size:38px;
	}
	.comon-services{
		margin-bottom: 45px;
	}
	.about-block figure{
		margin-bottom: 25px;
	}
	.about-block h2, .why-choose-block h2, .trust-choose-block h2, .testimonal-sec h2, .team-block h2, .news-sec-div h2, .client-block h2, .blog-page h2, .projects-page h2, .pricing-page h2 {
	
		line-height: 29px;
		font-size: 21px;
	}
	.skillset {
		padding: 0;
	}
	.about-svg-bt {
		margin-top: 0;
		position: relative;
		bottom: -80px;
	}
	.about-page .about-svg-bt{
		bottom: -80px;
	}
	.about-block{
		margin-top: 50px;
	}
	.our-mmison ul, .our-gols ul,
	.comon-severice-dl ul {
		column-count: 1;
		column-gap: 15px;
	}
	.subcribe-div h2{
		margin-bottom: 1.5rem !important;
	}
	.subcribe-bn{
		margin-top: 1.5rem !important;
	}
	.blog-post ul li {
		margin: 0 4px;
	}
	.recent-post-div h5 {
		width: 62%;
	}	
	.subcribe-bn,
	.subcribe-div .form-control{
		border-radius: 5px;
	}
	.our-mmison ul li, .our-gols ul li,
	.comon-severice-dl ul li{
		width: 100%;
	}
	.about-svg {
		margin-top: 0;
		position: relative;
		top: -80px;
	}
	.why-choose-block ul, .trust-choose-block ul {
		column-count: 1;
	}
	.why-choose-block{
        flex-direction: column-reverse;
    }
	.subpage-banner {
		height: 207px !important;
		min-height: inherit !important;
	}
}
@media (max-width: 480px){

	/* website style */
	.our-work-details h2{
		font-size: 31px;
	}
	.aplications-part .about-svg {
		bottom: inherit;
		top: -80px;
	}
	.client-logo-cm{
		margin-bottom:0;
	}
	.svg-div {
		margin-top: 0;
		top: -78px;
	}
	.mainn-head {
		margin-top: 0 !important;
	}
    .our-work-svg{
		position: relative;
        top: -10px;
	}
	.our-work-bg1 {
		margin-top: 0;
		position: relative;
        top: 10px;
	}
	.testimonal-sec{
		position: relative;
		margin-top: 10px;
		display: inline-block;
		width: 100%;
	}
	/*  website style ends */
	h1{
		font-size:20px;
	}
	p{
		font-size:14px;
	}
	.banner-part .carousel-caption h1, .banner-part .carousel-caption p{
		text-align:center;
	}
	header{
		height:auto;
		position: relative;
		}
	.top-head{
		position:absolute;
	}
	.top-bar-sec{
		text-align:center;
	}
	.top-bar-sec .row > div:nth-child(2){
		justify-content: center;
	}
	.fixed-menu{
		/*top:40px;*/
		/* padding-top: 20px; */
	}
	.search-bn{
		width:100%;
		margin-top:15px;
	}
	.banner-div-content h1{
		font-size:29px;
	}
	.about-div-pic{
		margin-top:50px;
	}
	.call-contact{
		margin-top: 0;
		padding-bottom: 40px;
	}
	.call-svg{
		position: relative;
		top:-10px;
	}
	.comon-st-div{
	   display: block;
       text-align: center;
	   margin-bottom: 50px;
	}
	.our-work-details i{
		margin-bottom: 10px;
	}
	.list-work ul {
		flex-direction: column;
	}
	.list-work ul li{
		margin-bottom:15px;
	}
	.what-project-div{
		padding-bottom:20px;
	}
	.comon-text-sec h5, .comon-text-sec p{
		padding-left:0;
		margin-top:10px;
	}
	.comon-text-sec a{
		margin-left:0;
	}
	.sec-d-expart .row {
      width: 100%;
	}
	.year-text h1{
		background-size: 100%;
	}
	.sec-d7 .read-more-bn{
		margin: auto;
		text-align: center;
		display: table;
	}
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	.socal {
       justify-content: start;
     }
	.banner-part .carousel-inner > div:nth-child(1) .order-now, .banner-part .carousel-inner > div:nth-child(3) .order-now,
	.banner-part .carousel-inner > div:nth-child(2) h1,
	.banner-part .carousel-inner > div:nth-child(3) h1,
	.banner-part .carousel-inner > div:nth-child(2) .order-now,
	.banner-part .carousel-inner > div:nth-child(3) .order-now{
		text-align:center;
		font-size: 10px;
		    margin: auto;
	}
	.banner-part{
		
		padding: 0;
		overflow: inherit;
		padding-bottom: 0;
		height: 709px;
		padding-bottom: 80px;
		background: url(../images/svg-web.svg) center 633px repeat-x, url(../images/banner-pic.webp) center center no-repeat;
		background-size: contain, cover;
	}
	.about-mn-pic figure:last-child{
		height: 220px;
		width: 70%;
        left: 0;
		bottom:0;
	}
	.subcribe-div h2 {
		font-weight: 700;
		font-size: 23px;
	}
	.about-mn-pic{
		height: 400px;
	}
	.subpage-banner{
		height:207px !important;
		min-height: inherit !important;
		padding-bottom: 0;
	}
	.subpage-banner h1{
		margin-top: 0;
	}
	.carousel-caption{
		margin:10px 0;
		display:inline-block;
		}
	.carousel-control-prev,
	.carousel-control-next{
		display:none;
	}
	.how-it-work{
		background:none;
	}
	#fil-group-bn,
	.cost-bn{
		text-align: center;
        display: table;
        margin: auto;
		
	}
	.sec-d4 .card{
		width:100%;
	}
	.sec-d7 .restarn-link{
		    columns:1;
          -webkit-columns: 1;
		      text-align: center;
	}
	.banner-part .carousel-inner > div:nth-child(2) .order-now{
		float:none;
	}
	.cart {
		margin-left:0;
	}
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer,
	footer .row > div:nth-child(5) .comon-footer{
		    justify-content: flex-start;
	}
	.sec-d7  .w-50{
		width:100%!important;
	}
	.sec-d8 figure{
		display:none;
	}
	.sec-d8{
		padding-top:15px;
		height:254px;
	}
	.text-apps{
		text-align:center;
	}
	.about-mn-pic figure:first-child{
		height: 310px;
	}
}

.menu-mobile .offcanvas-body .nav-link{
	color: #1e1e1e !important;
	font-weight: 600;
	font-size: 17px;
}
.menu-mobile{
	width: 80%;
}

@media (max-width: 375px){
	.svg-div {
		margin-top: 0;
		top: -69px;
	}
}


/* Start New Css */

.start_nav{ 
	margin: 0;
	 padding: 5px 0 10px 0;
}
img.ds-logo {
    height: 58px!important;
    padding-bottom: 3px;
}
.banner-part {
    padding-bottom: 330px;
}

.bnr_img1 {
    padding-top: 120px;
}



.icons_box{ 
    display: flex;
	align-items: center;
	justify-content: space-between;
}

.icons_box h6{ 
    margin-top: 40px;
}

.about-block{ 
	background: #fff;
}
.about_page {
    padding: 0px 71px 30px 71px;
}

.about_page h4{ 
	font-weight: 700;
}

.about_imgbox{ 
	padding: 20px 10px 10px 0px;

}
.about_textbox {
    padding: 0px 0 0 40px;
    margin-left: 30px;
    margin-top: 0px;
}

.about_textbox h5{ 
	font-weight: 700;
	color:#d90368;
}

.abt_btn {
    padding: 10px 15px;
    width: 137px;
}

.clients_details{ 
	background-image: url(../img2/creditbureau.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.clients_box {
    padding: 10px;
    text-align: center;
}

.clients_box h3 {
    margin-top: 5px;
    margin-bottom: 0;
	font-weight: 600;
}

.clients_box p{ 
	padding: 0;
	font-weight: 600;
}

.channel_partner{ 
	background: #edf5ff;
}
.channel_partner h4{ 
	font-weight: 700;
}

.our_channel{ 
	padding: 20px 40px;
}

.picturs img{
    text-align: justify;
    
}
.picturs{ 
	background: #fff;
	padding: 10px;
}

.our_customers{ 
	padding: 20px 40px;
}

.customerimg_box img {
    /* height: 205px; */
    width: 450px !important;
	background: #fff;
}

.customer_items {
    display: block;
}

.customerimg_box{ 
	padding: 52px 0px;
	position:relative;
}
.customerimg_box:after{
	content: '';
	height: 35px;
	width:80%;
	background:#fac000;
	position: absolute;
	top:0;
	border-radius: 20px 20px 0 0;
	left:50%;
	transform: translateX(-50%);
}
.customerimg_box:before{
	content: '';
	height: 35px;
	width:80%;
	border-radius: 0 0 20px 20px;
	background:#fac000;
	position: absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
}
.customerimg_box h5{ 
      margin-top: 5px;
	  text-align: center;
	  background: #fff;
	  margin-bottom:0px;
}
.customertext_box {
    align-items: center;
    position: relative;
    padding-left: 50px;
    padding-top: 50px;
}
.customertext_box:after{
	position: absolute;
	width:200px;
	height: 3px;
	background:#fac000;
	content: '';
	top: 54px;
    left: 30px;
}

.customertext_box span{ 
	font-size: 20px;
	color: #000;
	font-weight: 700;
}

.customertext_box p{ 
    padding-top: 22px;
	padding-left:40px;
	position: relative;
}
h3.client_review {
    font-size: 28px;
	color:#d90368;
    margin: 40px 0px;
	padding-bottom:30px;
}
.customertext_box p:after{
	content: url(../img2/quates1.png);
	right: 59px;
    bottom: -20px;
	position: absolute;
}
.customertext_box p:before{
	content: url(../img2/quates.png);
	left: 0;
	top: 0;
	position: absolute;
}
.contact_details{ 
	background-image: url(../img2/ft_img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* =========== ninja code ============ */
/* div#main-wrapper {
    padding-top: 85px;
} */
/* ========== personal ========== */
.breadrum_section {
    padding-top: 20px;
    /* background: url('https://www.creditexpertindia.com/frontend/assets/img2/persolnal_bg.jpg'); 
    background-size:cover;
    background-repeat: no-repeat;*/
    border-bottom: 3px solid #e8eef8;
    background: linear-gradient(#050a37,#0e2f71);
}


.form_area_container .form-group {
    margin-bottom: 0px;
}
.form_area_container .form-group  .input-group{
    margin-bottom: 0px !important;
}

.form_start p {
    padding-top: 22px;
}
ul.breadcrumb li a {
    color: #fff!important;
    opacity: 0.8;
}

ul.breadcrumb li.active a {
    color: #fff!important;
    opacity: 1;
}

ul.steps li a {
    opacity: 0.8;
    color: #fff;
}

ul.steps li.active a {
    color: #d90368!important;
    border-color: #d90368;
    opacity: 1;
}

.form_area_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

label span {
    color: #fff;
    font-size: 16px;
}


.form-group select {
    color: #363636!important;
    padding: 0px 10px;
}

input.form-control::placeholder {
    color: #363636;
}
.form_area_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-gap:25px;
}

label span {
    color: #9f9fa6;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.3px;
    padding-bottom: 5px;
    font-family: 'Lato', sans-serif;
}



.form-group select {
    color: #363636;
    padding: 0px 10px;
}

input.form-control::placeholder {
    color: #363636;
}

input.unlock_best_oofers {
    margin: 30px auto;
    display: block;
    padding: 9px 30px;
    font-size: 18px;
    border: none;
    color: #000;
    border-radius: 8px;
    font-weight: 600;
    background: #fac000;
    border: 1px solid #fac000;
    transition: 0.5s;
}
input.unlock_best_oofers:hover{
	background:none;
}
.form_start p {
    color: #9f9fa6;
    font-weight: 500;
}

.form_start p span {
    opacity: 0.5;
}

.form_start {
    margin-top: 20px;
    margin-bottom: 30px;
}
.form-group select {
    border: 1px solid #d8d8d8;
    width: 100%;
    padding: 8px;
}


/* ---------- rating ---------- */

	.rating-group {
	  display: inline-flex;
	}
	
	/* make hover effect work properly in IE */
	.rating__icon {
	  pointer-events: none;
	}
	
	/* hide radio inputs */
	.rating__input {
	 position: absolute !important;
	 left: -9999px !important;
	}
	
	/* hide 'none' input from screenreaders */
	.rating__input--none {
	  display: none
	}
  
	/* set icon padding and size */
	.rating__label {
	  cursor: pointer;
	  padding: 0 0.1em;
	  font-size: 1rem;
	  margin-bottom:0px !important;
	}
	
	/* set default star color */
	.rating__icon--star {
	  color: #fac000;
	}
  
	/* if any input is checked, make its following siblings grey */
	.rating__input:checked ~ .rating__label .rating__icon--star {
	  color: #ddd;
	}
	
	/* make all stars orange on rating group hover */
	.rating-group:hover .rating__label .rating__icon--star {
	  color: #fac000;
	}
  
	/* make hovered input's following siblings grey on hover */
	.rating__input:hover ~ .rating__label .rating__icon--star {
	  color: #ddd;
	}
  #rating-stars [type="radio"]:not(:checked) + label:before{
	display: none;;
  }
  #rating-stars [type="radio"]:not(:checked) + label:after{
	display: none;;
  }
  #rating-stars [type="radio"]:checked + label:before, 
  #rating-stars [type="radio"]:checked + label:after{
	display: none;
  }
  #rating-stars [type="radio"]:checked + label, [type="radio"]:not(:checked) + label{
	padding-left:0px !important;
  }
.review_sectcion .accordion-button {
    background: none;
    border: 1px solid #eee;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    color: rgba(5,47,95,.8);
    font-weight: 600;
    margin-bottom: 10px;
}
.accordion-body table {
    margin-bottom: 15px;
}
.accordion-body table td {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.accordion-body {
    padding: 1rem 22px !important;
    font-size: 14px;
    color: #363636;
    line-height: 24px;
    background: #f9f9f9 !important;
    margin-bottom: 15px;
}
.review_sectcion .accordion-item {
    border: none;
}
.bussiness_loan ul li {
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    color: #363636;
}
.review_sectcion .accordion-button:focus{
    box-shadow:none;
}
.review_sectcion .accordion-button:not(.collapsed) {
    color: #363636;
    font-weight: 600;
}
.bussiness_loan ul li a {
    font-size: 14px;
    color: #000;
}
.bussiness_loan ul li a:before {
    content: "\f144";
    font-family: 'Font Awesome 5 Free';
    padding-right: 8px;
}
.review_sectcion .accordion-button:not(.collapsed)::after{
        background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
}
.review_sectcion .accordion{
    border:none;
}
div#rating-stars {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 10px;
	margin-bottom:15px;
}
div#rating-stars p{
	margin-bottom:0px;

}

.review_sectcion .nav-tabs {
    border-bottom: 0px;
    background:#f9f9f9;
    width:auto;
    display:inline-flex
}
.review_sectcion .nav-tabs .nav-link{
    background:#f9f9f9;
    color:#121212;
    margin-right:0px;
    border-radius:0px;
    padding:12px 40px;
    font-size: 16px;
    font-weight: 600;
    
}
.review_sectcion .nav-tabs .nav-link.active{
    background:#fac000;
}
h3.side_title {
    font-size: 20px;
    color: rgba(5,47,95,.8);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.bussiness_loan{
	margin-bottom:30px;
}
.bussiness_loan ul {
    padding-left: 15px;
    padding-right: 15px;
    background: #f9f9f9;
    border-radius: 4px;
    border-bottom: 2px solid #fac000;
}

.bussiness_loan ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dfd9d9;
}
.icons_box h6 a {
    text-decoration: none;
    color: #38383e;
}
.comon-services:hover .icons_box h6 a{
    color:#fff;
}
a.view_all {
    display: inline-block;
    margin-left: auto !important;
    padding: 6px 20px;
    color: #000;
    background: #fac000;
    font-weight: 600;
    font-size: 16px;
	text-decoration: none;
	transition:0.5s;
    margin-top: 10px;
    margin-bottom: 10px;
	border:1px solid #fac000;
}
a.view_all:hover{
	background:none;
	color:#656565;
}
.checkbox_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.checkbox_container label span {
    background: #fff;
    color:#121212;
    width:100%;
    text-align:center;
    display: block;
    padding: 8px;
}
.checkbox_container label{
    width:48%;
    margin-bottom: 0px;
}
.checkbox_container label input:checked + span{
    background:#fac000;
    color:#fff;
}

/* ---------- rating ---------- */
/* ========== personal ========== */


/* =========== home =========== */
h4.title {
    font-size: 28px;
    font-weight: 700;
	color:#f96769;
}
p{
	font-size: 16px;
    line-height: 1.5;
    color: #363636;
}

p.descrip {
    font-size: 16px;
    line-height: 1.5;
    width: 75%;
    margin: 0 auto;
    color: #363636;
}
.get-in-touch {
    padding: 80px 0px;
    background: #edf5ff;
}

form.get_in_touch .form-group .form-control {
    padding: 13px;
    border-color: #ebe9e9;
}
form.get_in_touch .form-group  textarea{
    width:100%;
    border-color: #ebe9e9;
    padding:10px;
    border-radius:15px;
}
form.get_in_touch .form-group  textarea:focus{
	outline:none;
}
form.get_in_touch .form-group {
    margin-bottom:20px
}

.w_50 {
    display: flex;
}
.w_50 input{
    margin-right:25px;
}
.w_50 input:nth-child(2){
    margin-right:0px;
}

span.verif_code {
    padding: 12px 9px;
    background: #00579a;
    color: #fff;
    border: 1px solid #000;
    margin-right: 10px;
}
form.get_in_touch .form-group input{
    padding:13px;
    border:none;
}
.with_us.text-center {
    padding-bottom: 30px;
}

.form-group.v_c_code {
    display: grid;
    grid-template-columns: 13% 87%;
}
form.get_in_touch .form-group input:focus{
	outline:none;
	box-shadow: none;
}
input.form_submit {
    width: auto;
    border-radius: 8px;
    background: #f96769 !important;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 11px 29px rgb(0 0 0 / 25%);
}


ul.steps {
    padding-left: 0px;
}

ul.steps li {
    list-style: none;
    display: inline;
    margin-right: 15px;
}
ul.steps li:nth-last-child(1){
margin-right:0px;
}
ul.steps li a {
    text-decoration: none;
    font-size: 12px;
}

ul.steps {margin-left: auto;display: inline-block;width: auto;float: right;}

ul.breadcrumb li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}
ul.breadcrumb li{
    margin-right:15px;
    
}
ul.breadcrumb li:nth-child(2){
    margin-right:0px;
}

.step-title.text-center {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
}

.form_start p {
    font-size: 13px;
}

.form_area_container .form-group label {
    margin-bottom: 4px;
}
/* =========== home =========== */



/* ========== great-offer ============== */
.modify_detail {
    padding-top: 110px;
}

ul.modify_breadcrum {
    list-style: none;
    padding-left:0px;
    border: 1px solid #efefef;
    padding: 6px;
    margin-bottom: 0px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
}

ul.modify_breadcrum li a {
    text-decoration: none;
    color: #606060;
    font-size: 12px;
}
.modity_tittle h6 i {
    font-size: 20px;
    color: #fac000;
}

ul.modify_breadcrum li i {
    padding-left: 10px;
    color: #e3dddd;
}

ul.modify_breadcrum li.active i {
    color: #fac000;
}

ul.modify_breadcrum li.active a {
    color: #fac000;
}

ul.modify_breadcrum li {
    display: inline;
    margin-right: 10px;
}
ul.modify_breadcrum li:nth-last-child(1){
    margin-right:0px;
}

.modity_tittle h6 {
    color: #606060;
    margin-bottom: 0px;
}

.row.ellible_row {
    background: #f3f3f3;
    padding: 13px;
    border-bottom: 2px solid #e9e9e9;
    border-radius: 10px;
}

p.elligible_loan {
    margin-bottom: 0px;
    font-size: 14px;
    color: #656565;
	font-weight: 300;
}

table.table.grea-offer_table {
    margin-top: 20px;
    border-spacing: 0 17px;
    border-collapse: inherit;
}
table.table.grea-offer_table thead tr th {
    background:#5c8cce;
    padding: 17px;
    border-bottom:none;
    text-align:center;
    color:#fff;
    font-size:14px;
}
table.table.grea-offer_table thead tr{
    border:none !important;
}
table.table.grea-offer_table thead tr th:nth-child(1){
    border-radius:10px 0 0;
}
table.table.grea-offer_table thead tr th:nth-last-child(1){
    border-radius:0px 10px 0px 0px;
}
table.table.grea-offer_table tbody tr td{
    padding:15px;
    text-align:center;
}

table.table.grea-offer_table tbody tr{
    border:1px solid #eeeeee;
    box-shadow: 0 4px 10px rgba(0 0 0 / 8%);
}
table.table.grea-offer_table tbody tr td{
    border:1px solid #eeeeee;
	border-left:none;
	font-size:14px;
	vertical-align: middle;
}
table.table.grea-offer_table tbody tr td:nth-child(1) {border-radius: 10px 0 0;}
table.table.grea-offer_table tbody tr td:nth-last-child(1) {border-radius: 0 10px 0 0;}
table.table.grea-offer_table tbody tr{
    border-radius:10px 10px 0 0;
}
table.table.grea-offer_table tbody tr td span{
	font-size:12px;
}
a.select {
    display: inline-block;
    text-decoration: none;
    padding: 6px 18px;
    background: #fac000;
    color: #101010;
    font-weight: 500;
    font-size: 14px;
	border:1px solid #fac000;
	transition:0.5s;
    border-radius: 5px;
}
a.select:hover{
	background:none;
}
table.table.grea-offer_table tbody tr td:nth-child(1){
	border-left:1px solid #eeeeee !important;
}
.dateofbirth {
    display: grid;
    grid-template-columns: repeat(3,  1fr);
    grid-gap: 10px;
}
input.range {
    width: 100%;
}

span#rangeValue {
    display: block;
    font-size: 14px;
    color: #121212;
}
span#rangeValue span {
    padding: 0 10px;
}
.range {
  height: 15px;
  -webkit-appearance: none;
  background: #fff;
  outline: none;
  border-radius: 15px;
  margin:15px 0px;
  overflow: hidden;
  box-shadow: inset 0 0 2px rgb(183 178 178);
}
.range_value.d-flex.justify-content-between {
    font-size: 13px;
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background: #5c8cce;
  cursor: pointer;
  box-shadow: -407px 0 0 400px #fac000;
    border-radius:50%;
}

/* ========== great-offer ============== */


/* ============== approble ================= */
.varify_banking.padding_bottom_270 {
    padding-top: 100px;
}

.varify_banking {
    position: relative;
    z-index: 1;
}

.varify_banking:after {
    content: '';
    width: 45%;
    height: 100%;
    position: absolute;
    background: #e5f9ff;
    left: 0;
    top: 0;
    z-index: -1;
}
h3.Verify_title {
    font-size: 24px;
    color: #0b6ec6;
    font-weight: 500;
    padding-bottom: 41px;
    position: relative;
}

h3.Verify_title:after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 20px;
    background: #fac000;
    left: 0;
}
h3.Verify_title:before {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 15px;
    background: #fac000;
    left: 0;
}

ul.verify_list {
    padding-left: 0px;
    list-style: none;
}

h4.key_benefits {
    font-size: 18px;
    position: relative;
    color: #0b6ec6;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}

h4.key_benefits:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    right: -54px;
    top: 50%;
    transform: translateY(-50%);
    background: #fac000;
}

ul.verify_list li {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.trusted_item_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 30px 0;
}

p.desc_light {
    font-size: 14px;
    font-weight: 300;
}

a.Btn_submit,input.Btn_submit {
    display: inline-block;
    text-decoration: none;
    color: #121212;
    padding: 10px 30px;
    margin: 0 auto;
    background: #fac000;
    width: 40%;
    text-align: center;
    font-size: 18px;
	border:1px solid #fac000;
	transition:0.5s;
    font-weight: bold;
    border-radius: 0 10px;
    margin-bottom: 30px;
}
a.Btn_submit:hover,input.Btn_submit:hover{
	background:none;
}
.trusted_item_container {
    width: 80%;
}

.secure_100 {
    border-right: 1px solid #e5e5e5;
    padding: 5px 20px;
    display: grid;
    align-items: center;
    grid-template-columns: 24% 76%;
}

.secure_100 span {
    text-align: left;
    font-size: 14px;
    padding-left: 5px;
}
.secure_100:nth-last-child(1) {
    border: none;
}

.secure_100 img {margin-left: 5px;}
span.cehck_icon_circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border: 1px solid red;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 13px;
}

span.cehck_icon_circle i {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: red;
}
span.no_closer_charge {
    display: inline-block;
    padding-left: 10px;
    position: relative;
}
span.no_closer_charge:after{
    position:absolute;
    width: 6px;
    height: 6px;
    background: #656565;
    content:'';
    top:50%;
    transform:translateY(-50%);
    left:0;
    border-radius:50%;
}
/* ============== approble ================= */
/* =========== ninja code ============ */
label#pan_number-error {
    display: none!important;
}
label#month_of_birth-error {
    display: none!important;
}
label#day_of_birth-error {
    display: none!important;
}
label#residence_type_id-error {
   display: none!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 0!important; 
     padding-left: 0!important; 
}
.page_breadcrum h1.page_title{
   color: #9f9fa6 !important;
}

.bnr_img1 {
    padding-top: 0px;
    position: absolute;
    top: -21px;
    right: -193px;
}

/* ============== Updated Home Page CSS ============== */
.banner_img_box img {
    width: 80% !important;
    margin: 0 auto;
}

.banner_img_box {
    text-align: center;
}

section.banner_section {
    background: linear-gradient(180deg,#fff 0,#f9fbff 100%);
    display: block;
    width: 100%;
    height: 430px;
    border-bottom: 3px solid #e8eef8;
    margin-bottom: 30px;
}
.banner_section .owl-dots {
    position: absolute;
    margin-bottom: 0;
    left: 50%;
    border-radius: 9px;
    padding: 4px;
    background: #f9fbff;
    transform: translatex(-50%);
}

.banner_section .owl-theme .owl-dots .owl-dot span {
    margin: 1px 4px;
}
.banner_section .sub_title {
    font-size: 16px;
    color: rgba(5,47,95,.8);
    font-weight: 600;
}

.banner-div-content h1 span {
    font-weight: 600;
    color: #f96769;
    display: block;
}

.banner-div-content ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding-left: 0px;
    width: 79%;
}

.banner-div-content ul li {
    position: relative;
    font-size: 16px;
    color: rgba(5,47,95,.8);
    font-weight: 600;
    display:flex;
}

.banner-div-content ul li:before {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #d90368;
    display: block;
    margin-right: 8px;
    margin-top: 12px;
}

.cx_product h3 {
    font-size: 14px;
    color: #052f5f;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    transition: all .3s;
    width: 80%;
}

.cx_product p {
    font-size: 12px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 12px;
    width: 80%;
}

.cx_product {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 170px;
    padding: 16px 14px 0;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(235,239,247,.8);
    margin-bottom: 32px;
    cursor: pointer;
    transition: .3s;
    position: relative;
}

.col-md-3.cx_product_bx.inactive .cx_product {
    box-shadow: 0 2px 4px 0 rgba(5,47,95,.04), 0 12px 16px 0 rgba(52,105,203,.12);
}

.col-md-3.cx_product_bx.active:hover .cx_product {
    box-shadow: 0 2px 4px 0 rgba(5,47,95,.04), 0 12px 16px 0 rgba(52,105,203,.12);
}

.col-md-3.cx_product_bx.active .cx_product {
    filter: grayscale(1);
}
.col-md-3.cx_product_bx.active:hover .cx_product {
    filter: grayscale(0);
}
.cx_product .cx_btn {
    position: absolute;
    bottom: 15px;
    font-size: 12px;
    color: #f96769;
    font-weight: 600;
    text-decoration: none;
}

.cx_product .cx_icon {
    height: 60px;
    margin-top: auto;
    transition: all .3s;
    position: absolute;
    right: 14px;
    top: 14px;
}

.cx_product:hover .cx_btn i {
    margin-left: 10px;
}


.cx_product .cx_btn i {
    transition: 0.5s;
    transform: translateY(1px);
}
.our_channel p.descrip {
    width: 82%;
}
.clients_box p {
    color: #fff;
}

section.review_sectcion.pt-0.padding_bottom_270 {
    padding-top: 50px !important;
}

.about_imgbox {
    position: relative;
}

.about_imgbox .shap {
    position: absolute;
    right: 0;
    width: 160px;
    height: 160px;
    background: #fac000;
}

.about_imgbox img {
    width: 379px;
    height: 320px;
    object-fit: cover;
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
}

.about_imgbox {
    text-align: right;
}

.shap_one {
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: -24px;
    left: 79px;
    background: none;
    border: 4px solid #fac000;
}

.testi_content {
    width: 100%;
    min-height: 209px;
    background: #fff;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191/10%);
    border-radius: 8px;
    position: relative;
    display: grid;
    align-content: center;
    padding: 24px;
    margin-top: 23px
}

.testi_content:before {
    content: url(../img2/quates.png);
    color: #e7e7e7;
    position: absolute;
    left: 15px;
    top: -15px;
    font-size: 46px
}



.google_icon img {
    margin: 0!important;
    width: 55px!important
}

.testi_content:after {
    position: absolute;
    content: "";
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    border-top: solid 15px #fff;
    width: 10px;
    height: 10px;
    left: 0;
    bottom: -10px
}

.testi_user {
    display: flex;
    padding-top: 17px;
    align-items: center
}

.testi_content p {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    padding-top: 5px;
	margin-bottom:0px;
    display: -webkit-box;
}
.testi_user h4 {
    font-size: 14px;
    font-weight: 700;
    color: #052f5f;
}

.user_image img {
    height: 100%;
    object-fit: cover;
}

.user_image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px
}

.user_image img {
    width: 100%
}

.testi_user h4 span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px
}
/* ============== Update home page css ============== */


/*  footer payment  */
.payment-methods-section p {
    font-size: 10px;
    color: #9f9fa6;
    font-weight: 600;
}
.payment-methods-type ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 8px;
	list-style: none;
}
.pb-secured-by {
    display: flex;
    justify-content: flex-end;
}
.payment-methods-type ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 8px;
	padding-left: 0;
	list-style: none;
}
.payment-methods-type ul li {
    width: 60px;
    margin-top: 8px;
    margin-right: 8px;
}
.payment-methods-type li span {
    display: block;
    width: 60px;
    height: 30px;
}
.visa-card {
    background-position: 0 -600px;
}
.footer-sprite, .pb-investors-list li span {
    background-image: url(../images/footer-sprite.png);
    background-repeat: no-repeat;
    background-size: 80px;
}
.amexpayment-card {
    background-position: 0 -650px;
}
.mastercard-card {
    background-position: 0 -700px;
}
.dinersclub-card {
    background-position: 0 -750px;
}
.rupay-card {
    background-position: 0 -800px;
}
.maestro-card {
    background-position: 0 -850px;
}
/* .payment-methods-type ul li {
    width: 60px;
    margin-top: 8px;
    margin-right: 8px;
}
.payment-methods-type li span {
    display: block;
    width: 60px;
    height: 30px;
} */
.trendmicro-card {
    background-position: 0 -900px;
}
.bit-card {
    background-position: 0 -950px;
}
span.pcidds {
    background-position: 0 -992px;
    display: block;
    width: 60px;
    height: 38px;
}
.footer-sprite, .pb-investors-list li span {
    background-image: url(../images/footer-sprite.png);
    background-repeat: no-repeat;
    background-size: 80px;
}
span.success {
    color: green;
}

span.error {
    color: red;
}
input#pan_number {
    text-transform: uppercase !important;
}
.input-group.mobiletxt0035.mb-3 {position: relative;}

.input-group.mobiletxt0035.mb-3 label[for="mobile_number"] {
    position: absolute;
    bottom: -21px;
}
/*  footer payment  */



.cards_offer_cont{
    display: grid;
    grid-template-columns: 14% 40% 21% 25%;
}

.d_grab_noww {
    display: grid;
    grid-template-columns: 14% 40% 31% 15%;
    align-items: center;
    padding: 10px;
    background: #e8d9d9;
}
.col-md-12.cars_offers_ {
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
    box-shadow: 3px 6px 10px rgba(0 0 0 / 15%);
    padding: 0px !important;
    border-radius: 4px;
}

section.cards_offters {
    padding: 60px 0;
}

.why_this h6 {
    font-size: 14px;
}


.col-md-12.cars_offers_ .card_img {
    padding: 10px;
}

.col-md-12.cars_offers_ .bank_detail {
    padding-top: 10px;
}

.col-md-12.cars_offers_ .fee {
    padding: 10px;
}

.col-md-12.cars_offers_ .approval_chance {
    padding: 10px;
}

.col-md-12.cars_offers_ .why_this {
    padding-left: 35px;
    position: relative;
}
.dis_ {
    position: absolute;
    left: -3px;
    width: 30px;
    top: 4px;
}
.bank_detail {
    padding-left: 15px;
}

.bank_detail h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.get_instant_opprobal {
    display: inline-block;
    padding: 4px 13px;
    border-radius: 7px;
    background: #f96769;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    box-shadow: 2px 3px 6px rgba(0 0 0 / 15%);
}

.bank_detail ul {
    padding-left: 0px;
    display: flex;
    list-style: none;
}

.bank_detail ul li {
    padding-right: 26px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

p.yearly_fee {
    font-size: 14px;
    margin-bottom: 0px;
}

.bank_detail ul li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    right: 10px;
    border-radius: 50%;
    top: 58%;
    transform: translateY(-50%);
}

.bank_detail ul li:last-child:after {
    display: none;
}
.img_text {
    width: 100px;
    text-align: center;
    margin-left: 30px;
}
.grab_now a {
    margin: 0;
    padding: 6px 8px;
    font-size: 14px;
}
.grab_now {
    grid-column: 4;
}


.personal_detail.otp_verified {
    position: relative;
}

div#veryfyBtn {
    position: absolute;
    top: 0;
    right: 0;
}

button.verified_btn {
    padding: 5px 10px;
    border-radius: 4px;
    background: #f96769;
    border: none;
    color: #fff;
}

.verified_btn {
    position: absolute;
    top: 0;
    right: 0;
}

div#veryfyBtn .verified_btn {
    background: green;
}