.ss{

max-width: 40%;
}
.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    text-align: left;
    padding: 5px 0px;
  }
  @media(max-width:992px){
  .main-header .nav-outer {
    position: relative;
    z-index: 1;
    float: right;
     margin-top: 20px;
}
}
.main-menu .navigation>li.dropdown {
    padding-right: 0px;
}
.j11
{
    text-align: justify;

}
.process-block-one .inner-box::before {
    position: absolute;
    content: "";
    height: 32px;
    width: 72px;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
     background: url(../images/icons/icon-7.pngg) center center no-repeat; 
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(32,22,48) 0%, rgba(32,22,48,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(16 87 165) 0%, rgba(32,22,48,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(32,22,48) 0%, rgba(32,22,48,0) 100%);
}
.why-choose-us-section .single-feature-item:before {
    position: absolute;
    content: "\f106";
    font-size: 55px;
    color: rgb(83, 84, 108);
    font-family: Flaticon;
    line-height: 48px;
    top: 5px;
    left: 0px;
    background: #1057a505;
    transition: .5s;
}
.why-choose-us-section .features-list:before {
    position: absolute;
    content: "";
    left: 25px;
    top: 0px;
    bottom: 0px;
    width: 2px;
    background: rgb(83 84 108 / 0%);
}
.service-block-six .image-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: .74;
    background: radial-gradient(circle, rgb(59, 64, 70) 0%, rgba(2,0,36,0.7288049008665967) 51%);
    /* background-image: -moz-linear-gradient( 47deg, rgb(32,22,48) 37%, rgb(122,41,32) 86%);
    background-image: -webkit-linear-gradient( 47deg, rgb(15 89 162) 37%, #dc3545 86%);
    background-image: -ms-linear-gradient( 47deg, rgb(32,22,48) 37%, rgb(122,41,32) 86%); */
}


.footer-logo img, .nav-logo img {
	background: #fff;
	padding: 10px;
	width: 100%;
	max-width: 100px;
	border-radius: 5px;
}
.logo-circle .logo img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}
.case-block-one .icon > img {
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}
.mobile-menu .nav-logo {
	margin-bottom: 0px;
}
.contact-info .owl-prev, .contact-info .owl-next{
	display: none !important;
}
.counter-column .count-box > span {
	font-size: 70px;
	line-height: normal;
}
.cases-section .sec-bg {
	height: 300px;
}
.pt-100{
    padding-top: 100px;
}
.service-block-six .content {
	min-height: 120px;
}
.pr-60{
    padding-right: 60px;
}
.check-circle-list i {
	margin-right: 10px;
}
.check-circle-list li {
	padding: 5px 0;
}
.mb-0 h2 {
	margin-bottom: 0 !important;
}
.form-area {
	width: 100%;
	margin: 20px auto;
	max-width: 880px;
	padding: 20px 20px 40px;
	background: #f8f8f8;
	clear: both;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(145,135,145,1);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(145,135,145,1);
	box-shadow: inset 0px 0px 15px 0px rgba(145,135,145,1);
}
.form-area ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}
.form-area ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	margin-bottom: 14px;
	font-size: 14px;
}
.form-area label {
	width: 200px;
	float: left;
	margin-right: 60px;
	display: inline-block;
	line-height: 22px;
	font-size: 15px;
	color: #000;
	text-align: right;
}
.form-area input, .form-area textarea, .form-area select {
	box-shadow: inset 1px 1px 1px 0px rgba(150,150,150,0.96);
}
.form-area ul li.title select {
	max-width: 100px;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.custom-form select {
	width: 100%;
	max-width: 400px !important;
	height: 40px;
	padding: 0 15px;
	background: #fff;
	position: static;
}
.form-area input {
	width: 100%;
	max-width: 400px;
	height: 38px;
	border: 1px solid #e9e9e9;
	padding: 0 6px;
	display: inline-block;
	background: #fff;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}
span.select2.select2-container.select2-container--default {
	width: 100%;
	max-width: 400px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.custom-form .select2-container {
	display: none;
}
.form-area input[type="submit"] {
	background: #3a3a3a;
	color: #fff;
	font-size: 18px;
	border: none;
	height: 40px;
	max-width: 140px;
	padding: 0;
	border-radius: 2px;
	box-shadow: none;
}
.custom-form textarea {
	max-width: 400px;
	width: 100%;
}
.main-footer.sp-two .widgets-section {
	padding: 100px 0px 0px;
}
.login-btn > a {
	background: #fd0001;
	padding: 13px 30px !important;
	line-height: normal !important;
	color: #fff !important;
	border-radius: 20px;
}
.content-box > div {
	width: 100%;
	max-width: 500px;
}
.banner-carousel .slide-item .image-layer::before {
	content: "";
	background: #000;
	height: 100%;
	width: 100%;
	display: inline-block;
	opacity: 0.4;
	z-index: -1;
	position: relative;
}
.logo-box img {
	max-width: 190px;
} 
.playstore-btn {
	position: fixed;
	bottom: 20%;
	left: 8px;
	z-index: 999;
}
.playstore-btn img {
	width: 100%;
	display: block;
    max-width: 50px;
	max-height: 150px;
	height: 100%;
}
.main-menu .navigation > li > ul > li > a {
	border-bottom: 1px solid #fff;
}
.main-footer .widget-title {
	margin-bottom: 40px !important;
}
.pl-80{
	padding-left: 80px;
}
.main-menu .navigation {
	margin-top: 35px;
}
#menu-item-3901 {
	padding-top: 0;
}
.country-flag-icon img {
	width: 40px;
	margin: 0 5px;
}
.social-icons a {
	margin: 0 2px;
}
.social-icons i {
	font-size: 22px;
	background: #3a3a3a;
	text-align: center;
	line-height: 20px;
	padding: 8px;
	border-radius: 5px;
	color: #fff;
}

/* resposive css start */

@media(max-width:767px){
    .about-section, .features-section, .funfacts-section, .process-section, .services-section-six {
        padding: 40px 0px;
    }
    .about-section .text {
        font-size: 16px;
    }
    .fact-counter .count-box {
        font-size: 60px;
        line-height: 80px;
    }
    .auto-container {
        max-width: 100%;
    }
    .about-section .sec-title {
        margin-bottom: 0px;
    }
    .why-choose-us-section {
        padding: 40px 0px 0px;
    }
    .cases-section {
        padding: 60px 0px 0px;
    }
    .testimonial-block {
        padding: 40px 20px;
    }
    .faq-section-four {
        padding: 0;
    }
    .news-section .right-column {
        padding: 20px 15px;
    }
	.main-footer.sp-two .widgets-section {
		padding: 60px 0px 30px;
	}
    .service-block-six .content {
        min-height: 100%;
    }
	.pl-80 {
		padding-left: 20px;
	}
}