*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}

body{
    background-color: #ededed29;
}

.menu_icon{
    width: 38px;
    display: none;
}

.mobile ul{
    padding-left: 0px;
    list-style-type: none;
}


.mobile ul li{
    margin-top:22px;
}


.mobile ul li a{
    margin-top: 22px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 350px !important;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #095ebc !important;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex
;
    flex-direction: column;
    background-position: center;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    visibility: hidden;
    background-image: linear-gradient(to bottom, #ffffffa8, #0954b5), url(../images/bgmenu.png);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.nav-link {
    display: block;
    padding: .8rem 1rem !important;
    border: 1px solid #dfdfdf !important;
    color: #000000;
    border: 1px solid gray;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.about_content{
    max-width: 525px;
    margin-left:auto;
}

.car_bg {
    background: linear-gradient(3deg, rgb(226 229 233) 23%, rgb(9 86 182 / 0%) 102%);
    padding: 14px;
    border-radius: 20px;
}


.ser_bg {
    background: linear-gradient(3deg, rgb(255, 255, 255) 23%, rgb(255, 255, 255) 102%);
    padding: 14px;
    border-radius: 20px;
}

.ser_icon img{
    width: 40px;
    margin-bottom: 12px;

}

.container{
    width:90% !important;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
}

.logo_left{
    width: 174px;
}

.top_header{
    padding: 20px 0px;
}

.white_bg{
    background-color: #fff;
    padding: 14px;
    box-shadow: rgb(0 0 0 / 9%) 0px 1px 4px;
    border-radius: 20px;
    border: 1px solid #ededed00;
}

.title_head h3 span{
    color: #0954b5;
}

.ser_text{
    color: #817f7f;
}

.about_bg {
    background-color: #e3f5ffa8;
    padding: 14px;
    box-shadow: rgb(0 0 0 / 9%) 0px 1px 4px;
    border-radius: 20px;
    border: 1px solid #ededed00;
}

.logo_rigth ul{
    list-style-type: none;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
    gap: 34px;
}

.right_btn a{
    background-color: #095ebc;
    padding: 10px 16px;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
    text-decoration: none;
}

.banner_img img{
    object-fit: cover;
    max-height:650px;
    width:100%;
    border-radius:20px;
}

.banner_img_inner img {
    object-fit: cover;
    max-height: 350px;
    width: 100%;
    border-radius: 20px;
}

.logo_rigth ul li a{
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
}

.test_img img{
    width: 120px !important;
    border-radius: 50%;
    margin-bottom: 20px;
}

.test_img p{
    height: 100px;
    background-color: #ffffff00;
    overflow-y: scroll;
}

.testmonial_box{
    position: relative;
    padding: 10px;
}

.text_quotes{
    position: absolute;
    content: "";
    top:0px;
    right:20px;

}


.text_quotes i{
    font-size: 50px;
    color: #095ebc70;
}

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: #f5f5f500;
}

#style-2::-webkit-scrollbar
{
	width: 5px;
	background-color: #f5f5f500;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #d6292900;
}


.test_img h5{
    color: #0954b5;
}

.new_arrivals .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    position: absolute;
    color: inherit;
    top: 50%;
    left: -30px;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    z-index:99;
    background-color: #ffffff;
    font-size: 21px !important;
    color: #000000 !important;
    user-select: none;
}

.new_arrivals .owl-carousel .owl-nav button.owl-prev::before{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    top: -7px;
    left: 0px;
    height: 40px;
    width: 20px;

} 

.new_arrivals .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: 0 0;
    position: absolute;
    color: inherit;
    border: none;
    padding: 0 !important;
    top: 50%;
    right: -30px;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #ffffff;
    font-size: 21px !important;
    color: #000000 !important;
    user-select: none;
}

.team-name a h5{
 text-decoration: none;
}

.team-name h5{
    text-align: center;
    text-decoration: none;
    margin-top:10px;
}

.ser_box{
    padding: 10px;
    background: linear-gradient(3deg, rgb(255 255 255 / 20%) 23%, rgb(9 86 182 / 17%) 102%);
    border-radius: 10px;
}

.title_head h3{
    font-size: 35px;
    text-transform: capitalize;
}

.ser_box h5{
color:#0954b5;
}

.ser_box h5 {
    color: #0954b5;
    font-size: 17px;
}

.white_footer{
    background-color: #000000;
    padding: 40px 14px;
    border-radius: 20px;
}

.footer_sec{
    padding: 20px 0px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.contact-icon i {
    font-size: 19px;
    position: relative;
    color: #8d6a49;
    padding: 10px;
}

.contact-info p{
 color: #fff;
}

.footer_cover {
    background-color: #095ebc;
    padding: 50px 34px 50px 34px;
    border-radius: 20px;
}

.single_footer h4 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 3px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}
.single_footer ul li a {
    color: #ffffff;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
}

.contact-icon i {
    color: #ffffff;
    font-size: 20px;
    border-left: 1px solid;
}

.contact-info p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 28px;
}

.ab_ul ul{
    padding-left:0px;
    list-style-type: none;
}

.ab_ul ul li{
    margin-top:10px;
}

.contact-info h3 {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 28px;
}

.con_cover {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.white_bg{
    overflow: hidden;
}

.exp{
    display: flex;
    gap: 42px;
}


.ep_text span{
    color:#0954b5;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #0954b5;
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #9ac6ff70;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #0954b5;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #0954b5;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}

.tire_container{
    display: flex;
        flex-wrap: wrap;
        padding: 12px;
        margin-top: 15px;
}

.text2 i{
    font-size:30px;
}

.text2{
    width: 50px;
    height: 50px;
    background-color: #095ebc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 31px;
    color: #fff;
}

.text1 h4{
    font-size:20px;
    color:#0954b5;
}

.text1 h6{
    font-size:20px;
}

.tire_im {
    max-width: 200px;
}

.blue_bg{
    position: relative;
    padding: 14px;
    border-radius: 20px;
    overflow: hidden;
}

.blue_bg::before{
    position: absolute;
    background-color: #c4deff;
    content: "";
    bottom:0px;
    left:0px;
    width:100%;
    height:75%;
    border-radius: 20px;
    z-index:-1;
}


.footer-social-link li {
    display: inline-block;
}

.footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    text-decoration: none !important;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer.nb-footer .footer-info-single ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 0;
    font-weight: 200;
    margin-top: 15px;
    text-decoration: none;
}

.footer_logo img{
 max-width:190px;
}


.copyright span, .copyright a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 12px;
}

.input-wrapper input {
    font-size: 16px;
    color: #555;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #cfcece;
    padding: 10px 20px;
    border-radius: 2px;
    background-color: #ff000000;
    position: relative;
}

.input-wrapper label {
    color: #095ebc;
    font-size: 14px;
    text-transform: capitalize;
    z-index: 2;
    left: 20px;
    top: 20px;
    padding: 0 2px;
    pointer-events: none;
    background: #ecf7fe;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-11px);
}

.con.contact-icon i {
    color: #095ebc;
    font-size: 20px;
    border-left: 1px solid #fff;
}

.btns button{
    background-color: #095ebc;
    padding: 10px 16px;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
    text-decoration: none;
    border: none;
}


@media screen and (max-width: 895px) {
 
    .right_btn{
        display: none;
    }


    .menu_icon{
        width: 38px;
        display: block;
    }

    .logo_rigth{
        display: none;
    }

}


@media screen and (max-width: 740px) {
    .blue_bg::before {
        position: absolute;
        background-color: #c4deff;
        content: "";
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 96%;
        border-radius: 20px;
        z-index: -1;
    }
}

@media screen and (max-width: 680px){
    .title_head h3 {
        font-size: 24px;
        text-transform: capitalize;
    }
}
