@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
font-family: "DM Sans", sans-serif;
font-family: "Montserrat", sans-serif;
*/


* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    padding: 0;
    margin: 0 0 15px;
    color: #343434;
    font-weight: 400;
    line-height: 24px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 80px 0;
}

.bannertext h1 {
    font-size: 70px;
    color: #000;
    font-weight: 700;
    margin: 0;
    line-height: 70px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.bannertext h2 {
    font-size: 54px;
    color: #000;
    font-weight: 700;
    margin: 0;
    line-height: 60px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.headertext h3 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
}

/*.headertext h3 span {
    color: #04A0FE;
}*/

.headertext h6 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

.small_title h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 600;
}

.btn02 {
    margin-top: 25px;
    color: #fff;
    background: #C82D2D;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 35px;
    display: inline-block;
    transform: skew(-20deg);
    transition: 0.6s;
}

.btn02:visited {
    color: #fff;
}

.btn02:hover {
    background: #000;
}

.btn02 > span {
    display: inline-block;
    transform: skew(20deg);
}

/*.btn01 {
    font-size: 17px;
    position: relative;
    font-weight: 600;
    padding: 12px 15px;
    color: #fff;
    background-color: #C82D2D;
    text-transform: uppercase;
    border: none;
    position: relative;
    letter-spacing: 1px;
    transition: all 0.6s ease;
    display: inline-block;
}

.btn01::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    right: -20px;
    z-index: -1;
    background: #C82D2D;
    transform: skewX(-20deg);
}*/

/*.btn01:hover { color: #fff; background-color: #000; transition: all 0.6s ease; }*/
/*.btn01 .fa-arrow-right { transform: rotate(-45deg); margin-left: 3px; transition: all 0.6s ease; font-size: 14px;}
.btn01:hover .fa-arrow-right { transform: rotate(0deg); }*/



/*[class^=col-] {
    margin-bottom: 30px; 
}*/

/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 10px; background-color: #c82d2d; border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: rgb(200 45 45 / 65%); transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.headerarea {
    box-shadow: none;
    padding: 10px 0;
    position: relative;
}

.headerarea .logo {
    width: 100%;
    max-width: 200px;
    position: relative;
    display: inline-block;
    /*background-color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;*/
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
img.twentytwenty-after {
    filter: grayscale(1);
}
.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
    color: #000000;
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    /*padding: 5px 100px;*/
    z-index: 11;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .menu ul li a {
    color: #000;
}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover, .headerarea.fix .menu ul li.active a {
    color: #C82D2D;
}

.header-right {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-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);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-top: 0px;
    margin-right: 0;
}
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active { position: relative; }
.menu ul li.active::before {content: '';position: absolute;top: -5px;left: 0;width: 100%;max-width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;background-image: url(../images/menu-active-shape.svg);}
.menu ul li span {
    position: absolute;
    top: 38%;
    right: 0px;
}
.menu ul li span::after { content: '\f107'; color: #000000; font-family: FontAwesome; font-size: 10px; }
.menu ul li:hover span::after { color: #f7c624; }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a { font-family: "DM Sans", sans-serif; color: #3c3c3c; font-size: 17px; font-weight: 400; display: block; padding: 15px 0px; margin: 0 12px; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.menu ul li a:hover, .menu ul li.active a { color: #C82D2D; }
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: #fff;background-color: #d1080a; }
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0 4px 15px rgb(0 0 0 / 3%); }
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 14px; text-transform: none; padding: 12px 15px; color: #000; line-height: 20px; font-weight: 500; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #000; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

    .menu ul li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:15px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}

.headerarea .menu .active>a {
    color: #C82D2D;
    background: transparent;
}

.support {
    /* width: 100%; */
    gap: 10px;
    position: relative;
    justify-content: flex-end;
    /* flex-basis: 45%; */
    flex-shrink: 0;
}
.ph_circle { width: 52px; height: 52px; background-color: rgb(249,234,234); display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.ph_circle i { color: #C82D2D; font-size: 20px; }
.support h4 { font-size: 17px; color: #000; font-weight: 500; margin: 0; line-height: 18px; }
.support h4 a{color: #000;}
.support h4 span { font-size: 14px; color: #000; font-weight: 400; }
/*// pulse start */
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(249 234 234 / 80%);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
/*// pulse end */


.menurow {
    /*flex-basis: 125%;*/
    flex-shrink: 0;
}

/*-- header area stop --*/

/* ======================================================================= */
    /* banner start */
/* ======================================================================= */

.bannr {
    width: 100%;
    padding: 100px 0;
    position: relative;
    width: 100%;
    height: 700px;
    background-image: url(../images/cvccx.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
}

/*.bannr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 700px;
    background-image: url(../images/cvccx.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}*/

.bannr p {
    font-size: 18px;
    width: 60%;
    margin: 0 auto 10px;
}

/*.btn01 {
    -webkit-clip-path: polygon(0% 100%, 0% 45%, 72.79% 0.00%, 100% 30%, 100% 100%);
    clip-path: polygon(16.55% 100.00%, 0% -0.3%, 100.07% -0.35%, 100% 57.23%, 100% 100%);
}*/

.brandsec { width: 100%; margin-top: 60px;  display: block;}
.branBox {
    height: 100%;
    max-height: 90px;
    width: 100%;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 15px;
    text-align: center; 
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.branBoxlogo {
    width: 100%;
    max-width: 110px;
    height: 65px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.branBoxlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*.brandsec ul { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 20px; }
.brandsec ul li { width: 100%; }
.brandsec ul li a {height: 100%;max-height: 90px;width: 100%;background-color: #fff;padding: 15px 10px;margin-bottom: 10px;border-radius: 15px;text-align: center; box-shadow: 0 4px 10px rgb(0 0 0 / 10%); display: flex; align-items: center; justify-content: center; transition: 0.6s; }*/

/**/
.brand_slide .owl-carousel .owl-stage-outer { padding: 55px 0 0 !important; }
/*.brand_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}*/
.brand_slide .owl-nav button.owl-prev, .brand_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px;}
.brand_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.brand_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.brand_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.brand_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.brand_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.brand_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.brand_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.brand_slide .owl-nav button.owl-next { right: 0px; position: relative;}

.brand_slide .owl-nav {
    position: absolute;
    display: inline-flex;
    right: -215px;
    bottom: 160px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.brand_slide .owl-nav button.owl-prev:hover, .brand_slide .owl-nav button.owl-next:hover { background: #C82D2D; border: 1px solid #C82D2D; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .brand_slide .owl-dots.disabled, .owl-carousel .brand_slide .owl-nav.disabled {
    display: block !important;
}









/* ======================================================================= */
    /* about_sec start */
/* ======================================================================= */

.about_sec { width: 100%; background-color: #081923; }
.about_sec p { color: #fff; }
.about_sec_left { width: 100%; padding: 0 30px; position: relative; display: grid;  grid-template-columns: 1fr 1fr; gap: 15px; }
.about_sec_left:before { content: ""; position: absolute; left: 25%; bottom: -15%; width: 65px; height: 65px; background-image: url(../images/aboutafter.png); background-size: cover; background-repeat: no-repeat; background-position: bottom; }
.about_sec_leftpic01 { height: 500px; position: relative; display: flex; overflow: hidden; border-bottom-left-radius: 270px; border-top-left-radius: 270px; transition: 0.6s;}
.about_sec_leftpic01 img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.about_sec_leftpic02 { height: 500px; position: relative; display: flex; overflow: hidden; border-bottom-right-radius: 270px; border-top-right-radius: 270px; }
.about_sec_leftpic02 img { width: 100%; height: 100%; object-fit: cover;  transition: 0.6s; }
.about_sec_left .about_sec_leftpic01 img:hover { transform: scale(1.1); }
.about_sec_left .about_sec_leftpic02 img:hover { transform: scale(1.1); }
.about_sec .btn02 { background: none; border: 1px solid #fff; }
.about_sec .btn02:visited { color: #fff; }
.about_sec .btn02:hover { background: #C82D2D; border: 1px solid #C82D2D;}
.about_sec .btn02 > span { display: inline-block; transform: skew(20deg); }   


/* ======================================================================= */
    /* our_company start */
/* ======================================================================= */

.our_company { 
    width: 100%; 
    overflow: hidden;
}

.our_company .headertext h3 {
    color: #000;
    width: 35%;
    margin: 0 auto;
}

.our_companyin { 
    width: 100%; 
    margin-top: 50px;
}

.our_companyleft {
    width: 90%;
}

.our_company h2 { 
    font-size: 35px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.our_companypic { 
    width: 200%;
    height: 475px;
    position: relative;
    display: flex;
    overflow: hidden;
    transition: 0.6s;
}

.our_companypic img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.our_companypic:hover img { 
    transform: scale(1.1);
}

.our_companypic2 {
    width: 115%;
    top: -45px;
    height: 475px;
    position: relative;
    display: flex;
    overflow: hidden;
    transition: 0.6s;
}

.our_companypic2 img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.our_companypic2:hover img { 
    transform: scale(1.1);
}

.our_companyright {
    width: 83%;
    margin-left: auto;
}

.our_company .btn02 { background: none; border: 1px solid #C82D2D; color: #C82D2D; margin: 0 auto; display: table; }
.our_company .btn02:visited { color: #C82D2D; }
.our_company .btn02:hover { background: #C82D2D; color: #fff; }
.our_company .btn02 > span { display: inline-block; transform: skew(20deg); }

/* ======================================================================= */
    /* block_gallery start */
/* ======================================================================= */
.block_gallery {
    width: 100%;
}

.block_gallery ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.block_gallery ul li {
    background-color: rgb(238,240,242);
    display: flex;
}

.block_pic {
    width: 50%;
    height: 310px;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-basis: 50%;
    flex-shrink: 0;
}

.block_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.textBox {
    padding: 35px 25px;
}

.textBox h4 {
   font-size: 25px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
	
}

.morebtn {
    background-color: #081923;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 15px;
    display: inline-block;
    transition: 0.6s;
}

.morebtn:hover {
    background-color: #C82D2D;
    color: #fff;
}

.block_gallery ul li:hover .block_pic img {
    transform: scale(1.2) rotate(10deg);
}

.block_gallery ul li:nth-of-type(4)  .block_pic {
    order: 2;
}

.block_gallery ul li:nth-of-type(4)  .textBox {
    order: 1;
}

.block_gallery ul li:nth-of-type(5)  .block_pic {
    order: 2;
}

.block_gallery ul li:nth-of-type(5)  .textBox {
    order: 1;
}

.block_gallery ul li:nth-of-type(6)  .block_pic {
    order: 2;
}

.block_gallery ul li:nth-of-type(6)  .textBox {
    order: 1;
}

/* ======================================================================= */
    /* partner start */
/* ======================================================================= */

.partner { 
    width: 100%; 
    background-color: #081923;
    padding-bottom: 250px;
}

.partner_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 is the max needed for row 2 */
  gap: 5px;
  padding: 10px;
}

.partner_gridbx {
    background-color: #fff;
    border: 1px solid black;
    padding: 10px;
    width: 175px;
    height: 155px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.partner_gridbx:hover {
    transform: scale(1.2, 1.2);
}

.partner_gridbx img {
    width: 50% !important;
}

/**/
.other_slide .owl-carousel .owl-stage-outer { padding: 55px 0 0 !important; }
/*.other_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}*/
.other_slide .owl-nav button.owl-prev, .other_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px;}
.other_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.other_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.other_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.other_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.other_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.other_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.other_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.other_slide .owl-nav button.owl-next { right: 0px; position: relative;}

.other_slide .owl-nav {
    position: absolute;
    display: inline-flex;
    right: -215px;
    bottom: 160px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.other_slide .owl-nav button.owl-prev:hover, .other_slide .owl-nav button.owl-next:hover { background: #C82D2D; border: 1px solid #C82D2D; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .other_slide .owl-dots.disabled, .owl-carousel .other_slide .owl-nav.disabled {
    display: block !important;
}

.owl-thumbs { display: none; }

.partnerRight {
    width: 85%;
    margin-left: auto;
}
.partner .headertext h3 {
    color: #fff;
    width: 35%;
    position: relative;
    display: inline-block;
}

.partner .headertext h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 150px;
    height: 2px;
    background-color: #C82D2D;
}


/* ======================================================================= */
    /* our_gallery start */
/* ======================================================================= */

.our_gallery { 
    width: 100%; 
}



.our_gallery .headertext h3 {
    width: 35%;margin-bottom: 55px;

}

.our_gallery .headertext h3::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 150px;
    height: 2px;
    background-color: #C82D2D;
}

.project_gallery {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
    gap: 15px;
    padding: 0;
 
}

.project_gallery .project_galleryimg {
    margin-bottom: 1rem;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    border-radius: 10px;
    overflow: hidden;
}

.project_gallery .project_galleryimg:hover {
    margin-bottom: 1rem;
    cursor: pointer;
}

.project_galleryimg img {
    height: auto;
    width: 100%;
    object-fit: cover;
    transition: 1s;
    border-radius: 10px;
}

.project_galleryimg:hover img {
    opacity: 0.7;
    transform: scale(1.1);
}

.project_galleryimg .overlay-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block !important;
    background: rgb(255 77 77 / 37%);
    transition: 0.6s;
    opacity: 0;
}

.project_galleryimg .overlay-text .fa-plus {
    color: #fff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
	z-index: 999;
  cursor: pointer;
}

/*.project_galleryimg .overlay-text .fa-plus::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}*/

.project_galleryimg:hover .overlay-text {
    display: block;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.ongoing_projects .btn01 {
    border: 1px solid #000;
    margin: 50px auto 0;
    display: table;
}

/* ======================================================================= */
    /* leader_member start */
/* ======================================================================= */
.leader_member { width: 100%; padding-top: 0 !important; }
.leader_member .headertext h3 { color: #000; }
.leader_member .headertext p { width: 65%; margin: 0 auto; }
.leader_memberin { width: 100%; margin-top: 35px; }
.leader_card { width: 100%; position: relative; }
.leader_cardpic { height: 465px; position: relative; display: flex; overflow: hidden; }
.leader_cardpic img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.leader_cardpic::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; transform: scale(0); background: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)); z-index: 1; transition: all .6s ease-in-out; }
.leader_cardpic:hover::before { transform: scale(1); }
.midtext { position: absolute; top: 0px; left: 0px; transform: scale(1); opacity: 0; background-color: #0009; width: 100%; height: 100%; flex-direction: column; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out; }
.midtext h5 { font-size: 20px; font-weight: 600; color: #fff; margin: 0 0 5px; }
.midtext h6 { font-size: 15px; font-weight: 500; color: #fff; margin: 0; }

.leader_cardpic::before:hover .midtext {
    transform: scale(1.1);
}


.leader_text { width: 90%; background-color: #fff; padding: 15px; text-align: left; position: absolute; left: 0; right: 0; bottom: 12px; margin: 0 auto; transition: 0.6s; }
.leader_text h5 { font-size: 20px; font-weight: 600; color: #000; margin: 0 0 5px; }
.leader_text h6 { font-size: 15px; font-weight: 500; color: #4c4c4c; margin: 0; }
.leader_card:hover .leader_cardpic img { transform: scale(1.1); }
.leader_card:hover .leader_text { opacity: 0; }


/* ======================================================================= */
    /* our_team start */
/* ======================================================================= */
.our_team { width: 100%; padding-top: 0 !important; }
.our_team .headertext h3 { color: #000; }
.our_teamin { width: 100%; margin-top: 35px; }
.our_teambox { width: 100%; transition: 0.6s; }
.our_teambox_pic {
    height: 310px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 15px;
}
.our_teambox_pic img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s;}
.team_cardtext { width: 90%; background-color: #fff; padding: 15px; text-align: left; position: absolute; left: 0; right: 0; bottom: -80px; margin: 0 auto; transition: 0.6s; opacity: 0; }
.team_cardtext h5 { font-size: 20px; font-weight: 600; color: #000; margin: 0 0 5px; }
.team_cardtext h6 { font-size: 15px; font-weight: 500; color: #4c4c4c; margin: 0; }
.our_teambox h5 { font-size: 20px; font-weight: 600; color: #000; transition: 0.6s; }
.our_teambox:hover .team_cardtext { bottom: 15px; opacity: 1; }
.our_teambox:hover .team_cardtext h5 { margin-top: 0 !important; opacity: 1; }
.our_teambox:hover .team_cardtext { opacity: 1; }
.our_teambox:hover h5 { opacity: 0; }
.our_teambox:hover .our_teambox_pic img { transform: scale(1.1); }

/**/

/**/
.team_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.team_slide .owl-nav button.owl-prev, .team_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #000; border-radius: 50%; color: #000; font-size: 30px;}
.team_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.team_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.team_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.team_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.team_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.team_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.team_slide .owl-nav button.owl-prev { left: -60px; position: relative;}
.team_slide .owl-nav button.owl-next { right: -60px; position: relative;}
.team_slide .owl-nav { position: absolute; top: 40%; display: inline-flex; right: 0; justify-content: space-between;  }
.team_slide .owl-nav button.owl-prev:hover, .team_slide .owl-nav button.owl-next:hover { background: #C82D2D; border: 1px solid #C82D2D; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/


/* ======================================================================= */
    /* blog_sec start */
/* ======================================================================= */
.blog_sec { width: 100%; padding-top: 0 !important; }
.blog_sec .headertext h3 { color: #000; }
.blog_secin { width: 100%; margin-top: 35px; }
.blogrowimg { width: 100%; height: 250px; display: flex; border-radius: 12px; overflow: hidden; position: relative; }
.blogrowimg img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.blog_card { width: 100%; }
.blogrow_btm { width: 100%; padding: 15px 0; }
.blogrow_btm h4 { font-size: 22px; color: #000; font-weight: 600; }
.blogrow_btm p { font-size: 16px; color: #000; font-weight: 400; margin: 10px 0 15px; }
.date_box { width: 100%; border-top: 1px solid #A3A3A3; padding: 15px 0 0; display: flex; align-items: center; justify-content: space-between; padding-right: 10px; }
.date_box_left { width: auto; display: flex; align-items: center; justify-content: center; }
.date_box_left h5 { font-size: 40px; color: #000; margin-bottom: 0; font-weight: 700; }
.date_box_left h6 { font-size: 15px; color: #3C3C3C; font-weight: 400; border-left: 1px solid #A3A3A3; padding-left: 10px; margin-left: 10px; }
.date_box_left h6 span { font-size: 15px; color: #000; font-weight: 600; }
.date_box_btn { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; border: 1px solid #000; transition: 0.6s; overflow: hidden; text-align: center; transform: rotate(325deg); color: #000; }
.blog_card:hover .blogrowimg img { transform: scale(1.2) rotate(10deg); transition: 0.6s; }
.blog_card:hover .date_box_btn { transition: 0.6s; border: 1px solid #C82D2D; background-color: #C82D2D; color: #fff; }

/**/
.blog_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center; pointer-events: none;}
.blog_slide .owl-nav button.owl-prev, .blog_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #000; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all;}
.blog_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.blog_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.blog_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.blog_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.blog_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.blog_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.blog_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.blog_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.blog_slide .owl-nav { position: absolute; display: inline-flex; top: -90px; align-items: center; justify-content: flex-end; width: 100%; }
.blog_slide .owl-nav button.owl-prev:hover, .blog_slide .owl-nav button.owl-next:hover { background: #C82D2D; border: 1px solid #C82D2D; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/


/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */
.contact_sec { width: 100%; background-color: #C82D2D; padding: 80px 0; border-radius: 25px; position: relative; }
.contact_secin { width: 100%; margin-top: 35px; }
.contact_left {
    width: 100%;
    background-color: #fff;
    padding: 50px 50px;
    border-radius: 15px;
    min-height: 350px;
}
.location_card { width: 100%; margin-bottom: 25px; padding-bottom: 25px; display: flex; justify-content: start; gap: 15px; border-bottom: 1px dashed #858585; }
.location_card:last-child { border-bottom: none; }
.location_card_circle { width: 42px; height: 42px; background-color: #f9c7c2; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-basis: 42px; flex-shrink: 0; }
.location_card h5 { font-size: 24px; color: #000; margin-bottom: 8px; font-weight: 600; }
.location_card h6 { font-size: 16px; color: #343434; line-height:22px; }
.contact_secRight { width: 100%; }
/*//*/
.office_gallery { column-count: 1; --webkit-column-count: 1; --moz-column-count: 1; gap: 15px; padding: 0; }
.office_gallery .galleryimg { margin-bottom: 1rem; cursor: pointer; position: relative; display: flex; align-items: center; justify-content: center; }
.office_gallery .galleryimg:hover { cursor: pointer; }
.galleryimg img { height: auto; width: 100%; object-fit: cover; transition: 1s; border-radius: 15px; }


/* ======================================================================= */
    /* footer_sec start */
/* ======================================================================= */
.footer_sec { width: 100%; background-color: rgb(249 249 249 / 49%);}
.footer_sec_card { width: 100%; }
.footer-logo { width: 100%; max-width: 170px; margin: 0 0 25px; }
.footer_sec_card h5 { font-size: 22px; color: #343434; font-weight: 600; margin-bottom: 15px; }
/*//*/
.footer_sec_card ul { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0px; }
.footer_sec_card ul li { width: auto;}
.footer_sec_card ul li a { display: block; font-size: 16px; color: #4c4c4c; font-weight: 500; padding-bottom: 8px; text-decoration: none; transition: 0.6s; }
.footer_sec_card ul li a:hover { color: #C82D2D; margin-left: 5px; }
/*//*/
.mail_box { width: 100%; position: relative; }
.mail_box input { width: 90%; font-size: 16px; color: #000; font-weight: 500; padding: 10px 10px 10px 0; position: relative; background-color: transparent; border: none; border-bottom: 1px solid #000; margin-bottom: 20px; }
.footer_sec_card .submit02 { font-size: 16px; font-weight: 600; padding: 12px 20px; color: #C72324; text-align: center; text-transform: uppercase; background-color: transparent; border: 2px solid #C72324; position: relative; margin: 0; transition: all 0.4s ease; }
.footer_sec_card .submit02 i { transform: rotate(-45deg); }
.footer_sec_card .submit02:hover { color: #fff; background-color: #C72324; }
/*// copyRight*/
.copyRight { width: 100%; background-color: #000; padding: 15px 0; }
.copyRight p { margin-bottom: 0; margin-top: 0px; color: #fff; }
.copyRight b, .copyRight strong { font-weight: 600; }
.sMedia { display: flex; align-items: center; justify-content: end; gap: 5px; }
.sMedia a { text-decoration: none; color: inherit; background: none; padding: 0; }
.sMedia a i { color: #fff; display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 16px; width: 38px; height: 38px; border-radius: 50%; text-align: center; background-color: transparent; border: 1px solid #fff; transition: 0.6s; }
.sMedia a i:hover { background-color: #C72324; border: 1px solid #C72324; color: #fff; }

/* ======================================================================= */
    /* inner_about start */
/* ======================================================================= */

.inner_about {
    width: 100%;
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

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

.breadcrumb a {
    color: #C82D2D;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #C82D2D;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #C82D2D;
}

.breadcrumb {
    padding-left: 0;
    position: relative;
    margin: 0;
    font-weight: 600;
}

/*.breadcrumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 125px;
    height: 1px;
    background-color: #fff;
}*/

.bannertext img {
    max-width: 275px;
/* 	display:none; */
}

/* ======================================================================= */
    /* inner_aboutsec start */
/* ======================================================================= */

.inner_aboutsec {
    width: 100%;
}

.inner_aboutsec .branBox {
    width: 90%;
    margin: 10px;
}

.inner_aboutsec .brandsec {
    border-top: 1px solid #C7BEBE;
    border-bottom: 1px solid #C7BEBE;
    margin-bottom: 70px;
}

.inner_aboutsecpic {
    width: 100%;
    margin-bottom: 50px;
}

.inner_aboutsecpic_small {
    width: 100%;
    height: 220px;
    position: relative; 
    display: flex;
    overflow: hidden;
}

.inner_aboutsecpic_small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.inner_aboutsecpic_big {
    width: 100%;
    height: 464px;
    position: relative; 
    display: flex;
    overflow: hidden;
}

.inner_aboutsecpic_big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.inner_aboutsecpic_small:hover img, .inner_aboutsecpic_big:hover img {
    transform: scale(1.1);
}



/* ======================================================================= */
    /* overview_sec start */
/* ======================================================================= */

.overview_sec {
    width: 100%;
    background-color: #C82D2D;
}

.overview_sec .headertext p{
    color: #fff;
}

.overview_secpic01 {
    width: 100%;
    height: 300px;
    position: relative; 
    display: flex;
    overflow: hidden;
}

.overview_secpic01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.overview_secpic01:hover img {
    transform: scale(1.1);
}

.overview_secpic02 {
    width: 100%;
    height: 225px;
    position: relative; 
    display: flex;
    overflow: hidden;
}

.overview_secpic02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.overview_secpic02:hover img {
    transform: scale(1.1);
}






/* ======================================================================= */
    /* ourCompany start */
/* ======================================================================= */

.ourCompany {
    width: 100%;
}

.company_gridBox {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* margin-bottom: 125px; */
}

.company_gridBoxpic {
    width: 135%;
    height: 450px;
    position: relative;
    display: flex;
    flex-basis: 65%;
    flex-shrink: 0;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.6s;
}

.company_gridBoxpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.company_gridBoxpic:hover img {
    transform: scale(1.1);
}

.company_detail {
    width: 130%;
    position: relative;
    left: -30%;
    top: 35px;
    padding: 45px 40px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.ourCompany h4 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ourCompany h4 span {
    color: #C82D2D;
    font-weight: 600;
}

.mb_125 {
    margin-bottom: 100px;
}

.ourCompany .btn02 {
    margin-top: 15px;
}

.orderCompany .itemList:nth-of-type(2n) .company_detail {
    order: 2;
}
.orderCompany .itemList:nth-of-type(2n) .company_gridBoxpic {
    order: 1;
}

/* ======================================================================= */
    /* spare_honda start */
/* ======================================================================= */

.spare_honda {
    width: 100%;
}

.spare_honda .headertext h3 {
    color: #000;
}

.spare_honda .headertext p {
    width: 90%;
    margin: 0 auto;
}

.gallery_panel {
    width: 100%;
    margin-top: 50px;
}

.gallery_panel h5 {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    margin-bottom: 35px;
}

.gallery_panelpic {
    width: 100%;
    height: 360px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.gallery_panelpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.gallery_panelpic:hover img {
    transform: scale(1.1);
}

.gallery_panelpic2 {
    width: 100%;
    height: 280px;
    position: relative;
    display: flex;
    overflow: hidden;
}

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

.gallery_panel .overlay-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block !important;
    background: rgb(76 70 59 / 45%);
    transition: 0.6s;
    opacity: 0;
}

.gallery_panel .overlay-text .fa-magnifying-glass-plus {
    color: #fff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
}

.gallery_panelpic:hover .overlay-text {
    display: block;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/* ======================================================================= */
    /* spare_honda start */
/* ======================================================================= */

.product_group {
    width: 100%;
}

.product_cardbox {
    width: 100%;
    background-color: #EFEFEF;
    border-radius: 8px;
    padding: 15px 15px 35px;
    text-align: center;
    transition: 0.6s;
    /*box-shadow: 0 4px 10px rgb(0 0 0 / 10%);*/
}

.product_group .nav-pills {
    margin-bottom: 30px;
}

.product_itembox {
    width: 100%;
    height: 300px;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: 0.6s;
    /*box-shadow: 0 4px 10px rgb(0 0 0 / 10%);*/
}

.product_itembox img {
    transition: 0.6s;
}

.product_cardbox h5 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product_cardbox p {
    margin: 0;
}

.product_group .nav-pills .nav-link.active, .product_group .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #000000;
}

.product_group .nav-link {
    padding: 12px 25px;
    font-size: 17px;
    font-weight: 500;
    color: #C82D2D;
    border: 1px solid #000;
}

.product_group .nav {
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.product_cardbox:hover .product_itembox img {
    transform: scale(1.1);
}

.product_cardbox:hover  {
    margin-top: -5px;
}

/* ======================================================================= */
    /* our_gallery start */
/* ======================================================================= */

.our_gallery {
    width: 100%;
}


/* ======================================================================= */
    /* contact start */
/* ======================================================================= */

.blogDetails { width: 100%; }
.blogDetails_box { width: 100%; }
.blogDetails_box_head { width: 100%; }
.blogDetails_box_head h3 { font-size: 25px; font-weight: 600; margin-bottom: 15px; position: relative; padding-bottom: 0px; }
.blogDetails_box_head h3::after { display: none; }
.marketing_circle { width: 34px; height: 34px; border-radius: 50%; overflow: hidden; border: 2px solid #ffb700; }
.blogDetails_part { width: 100%; margin-top: 20px; transition: 0.6s;}
.blogDetails_partpic { height: 450px; display: flex; position: relative; border-radius: 10px; overflow: hidden; margin-bottom: 25px; }
.blogDetails_partpic img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.blogDetails_part:hover .blogDetails_partpic img { transform:scale(1.1); }
.blogDetails_part h4 { font-size: 22px; font-weight: 600; margin: 15px 0; position: relative; padding-bottom: 0px; }
.blogDetails_middle { width: 100%; margin: 25px 0 15px; transition:0.6s }
.blogDetails_middlepic { height: 275px; display: flex; position: relative; border-radius: 10px; overflow: hidden; margin-bottom: 10px; }
.blogDetails_middlepic img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s;}
.blogDetails_middlepic:hover img { transform:scale(1.1); }
.blogDetails_box ul { padding: 0; margin: 0 0 0 20px; list-style: none; }
.blogDetails_box ul li { width: 100%; font-size: 16px; font-weight: 400; margin-bottom: 15px; line-height: 22px; color: #000; list-style-type: disc; }
.blogDetails_part h5 { font-size: 22px; font-weight: 600; margin: 35px 0 15px; position: relative; border-left: 3px solid #2684b7; padding-left: 15px; }
.blogDetails_partimg4 { height: 400px; display: flex; position: relative; border-radius: 10px; overflow: hidden; margin: 25px 0; }
.blogDetails_partimg4 img { width: 100%; height: 100%; object-fit: cover; }
.blogDetails_article { width: 100%; padding: 15px 0 15px 15px; margin: 25px 0; display: flex; align-items: center; justify-content: start; gap: 15px; border-top: 1px solid #B5B4B4; border-bottom: 1px solid #B5B4B4; }
.blogDetails_article h6 { font-size: 17px; font-weight: 600; }
/* // categories_box start */
.categories_box { width: 100%; background-color: #fff; padding: 25px 15px; border-radius: 10px; border: 1px solid #0d4660; box-shadow: 0 4px 15px 0px rgb(0 0 0 / 10%); position: sticky; top: 100px;}
.categories_box h5 { font-size: 22px; color: #C82D2D; font-weight: 600; padding-left: 0px; margin-bottom: 15px; position: relative; }
.categories_box h5::before { content: ""; position: absolute; left: -15px; height: 100%; width: 3px; background-color: #C82D2D; }
.categories_box_card { width: 100%; padding: 0px; }
.categories_box_card ul { padding: 0; margin: 0; list-style: none; }
.categories_box_card ul li { width: 100%; }
.categories_box_card ul li a { width: 100%; display: flex; align-items: center; font-size: 16px; color: #000; font-weight: 500; padding: 12px; border-radius: 8px; margin-top: 15px; text-decoration: none; background-color: #F6F7F8; box-shadow: inset 0px 4px 4px 0 rgb(0 0 0 / 10%); transition: 0.3s; }
.categories_box_card ul li a:hover { color: #fff; background-color: #8f8f8f; box-shadow: none; }
.categories_box_card .fa-arrow-right { margin-right: 10px; font-size: 14px; }

@media (min-width: 992px) {
    .services_details .col-lg-8 {
        flex: 0 0 auto;
        width: 73%;
    }

    .services_details .col-lg-4 {
        flex: 0 0 auto;
        width: 27%;
    }
}

.categories_box_card .active { background-color: #8f8f8f; color: #ffffff; }



/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */

.contat_sec { width: 100%; }
.contat_sec_left { width: 100%; padding: 50px; border-radius: 15px; box-shadow: 0 4px 10px rgb(0 0 0 / 10%); }
.contat_sec_left .counter{align-items: center;border-bottom: 1px solid #e7e7e7;padding-bottom: 15px;margin-bottom: 15px;}
.contat_sec_left .counter:last-child{border-bottom: none}
.contat_sec_left .counter-img { width: 32px; height: 32px; background: #fff; border-radius: 50%; text-align: center; justify-content: center; margin-right: 15px; display: flex; align-items: center; font-size: 20px; color: #000; }
.contat_sec_left .counter-body h5 { font-size: 22px; line-height: 37px; color: #c82d2d; margin-bottom: 0px; font-weight: 500; }
.contat_sec_left .counter-body h6, .contactright .counter-body h6 a{font-size: 16px;font-weight: 400;color: #000;letter-spacing: 0.01em;line-height: 23px;}
.contat_sec_left .counter-body h6 a{color: #000;}
/*//*/
.inner-contact-form-box { padding: 50px; background-color: #c82d2d; border-radius: 15px; }
.inner-contact-form-box h4 { color: #fff; font-size: 30px; font-weight: 600; }
.inner-contact-form-box h6 { color: #fff; font-size: 20px; font-weight: 400; margin: 10px 0 15px; }
.inner-contact-form-box .form-control { padding: 5px 12px; border-radius: 6px; margin-bottom: 0px; background: #fff; color: #ffffff; border: 1px solid #ffffff; font-size: 16px; height: 52px; font-weight: 500; width: 100%; background-color: transparent; }
.inner-contact-form-box textarea.form-control { height: 125px!important; }
.inner-contact-form-box label {position: relative;background: #c82d2d;top: 15px; left: 16px;
  padding: 2px 8px; color: #fff; z-index: 9; }
.btn-submit { padding: 14px 30px; background: #333333; color: #fff; margin-top: 20px; }
.inner-contact-form-box .btn-submit { border: none; }
.btn-submit:after { display: none; }
.inner-contact-information-box-new2 { position: relative; box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%); width: 100%; background: #fff; border: 1px solid #dcdcdc; }
.inner-contact-information-box-new2 h4 { font-size: 20px; padding: 15px 20px; border-bottom: 1px solid #cccccc; }
.contact-new-inform-bx { padding: 20px; }
.btn01 { font-size: 16px; font-weight: 600; padding: 12px 35px; color: #000; background-color: #fff; border: none; position: relative; border-radius: 6px; margin: 15px 0 0 0; transition: all 0.6s ease; display: inline-block; }
.subbtn01:hover { background-color: #000; color: #fff; }
.form-control:focus { box-shadow: none; }

.wpcf7-submit{padding: 10px 35px; border: none;font-size: 19px;margin-top: 20px;}
.wpcf7-spinner{ display:none;}
.breadcrumb-item{font-size: 13px;}



.inner_about .bannertext h2 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 14px;
  text-transform: uppercase;
  padding-right: 275px;
}




.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
}

option{ color:#000; text-transform:capitalize;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
}

.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
}

.aboutareain{padding: 20px;
  text-align: center;
  box-shadow: 0px 0px 10px #ddd;
  border-radius: 10px;transition:all .3s ease-in-out}
.aboutareaicon{ font-size:60px; color: #c82d2d;transition:all .3s ease-in-out}
.aboutareain p{font-size: 20px;
  line-height: 30px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;}

.aboutareain p span{color: #c82d2d; font-weight:600;}

.aboutareain:hover .aboutareaicon{ transform:scale(1.1); transition:all .3s ease-in-out}
.galleryimg10 iframe {
	border-radius: 15px;
}
.copyrightin a {
	color: #c82d2d;
}
.sub-menu-toggle {
	display: none;
}

.our_companyin h2 a {
	color: #000;
}


.spare_honda .nav-tabs{border: 1px solid #ddd;}
.spare_honda .nav-item{width: 100%;border-bottom: 1px solid #ddd;}
.spare_honda .nav-tabs .nav-link{display: block; width: 100%;border-bottom: 1px solid #ddd;border: none;color: #000;border-radius: 0px;padding: 13px 15px;font-size: 18px;}
.spare_honda .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color: #fff !important;background-color: #c82d2d;border-color: #c82d2d;}
.project_galleryimg{ height:250px; position: relative; overflow: hidden; border-radius: 10px;}
.project_galleryimg img{height: 250px; border: 1px solid #ddd; border-radius: 10px; padding: 5px;position: relative;
  overflow: hidden;}

.brandsecin{ display:none;}	

