@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/*font-family: "Urbanist", sans-serif;
font-family: "Poppins", sans-serif;*/
:root {
    --theme-color: #26A1DA;
    --black: #000;
    --white: #fff;
    --paragraph: #4a4a4a;
    --bg: #2d2d2d;
}

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

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

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

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

p {
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    padding: 0;
    margin: 0;
    color: var(--paragraph);
    font-weight: 500;
    line-height: 22px;
}

.text-section p {
    opacity: 0;
    transform: translateY(20px);
}

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: 85px;
    color: #fff;
    font-weight: 500;
    line-height: 85px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.bannertext h1 span {
    color: var(--theme-color);
    font-weight: 600;
}

.bannertext h2 {
    font-size: 54px;
    color: var(--white);
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
}

.bannertext h2 span {
    color: var(--theme-color);
    font-weight: 600;
}

.title1 h3 {
    font-size: 50px;
    color: var(--black);
    font-weight: 500;
    margin: 0 0 15px;
    position: relative;
    line-height: 54px;
}

.title1 h3 span {
    color: var(--theme-color);
    font-weight: 600;
}

.word-reveal span {
    opacity: 0;
    transform: translateY(25px);
    display: inline-block;
}









.title2 h2 {
    font-size: 32px;
    color: var(--black);
    font-weight: 500;
    margin: 0;
    position: relative;
    line-height: 36px;
}

.title4 h4 {
    font-size: 30px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

.title5 h5 {
    font-size: 24px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 6px;
    position: relative;
    transition: 0.6s;
}

.texttag h6 {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--theme-color);
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.texttag h6:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 7px;
    width: 80px;
    height: 9px;
    background-image: url(../images/line1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.texttag h6:after {
    content: "";
    position: absolute;
    right: -90px;
    top: 7px;
    width: 80px;
    height: 9px;
    background-image: url(../images/line2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.btn01 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    color: var(--white);
    text-align: center;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    position: relative;
    border-radius: 30px;
    width: max-content;
    transition: 0.6s;
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: auto;
    flex-shrink: 0;
    gap: 10px;
}

.btn01:hover {
    background-color: #1DD3F8;
    color: var(--white);
    border-color: #1DD3F8;
    box-shadow: 0 0 0.5em 0em #469fd8;
}

.btn02 {
    background-color: rgb(39,38,43);
    border: 1px solid #fff;
}

.btn01 .fa-circle-arrow-right {
    font-size: 16px;
    transform: rotate(-45deg);
    transition: 0.6s;
    vertical-align: middle;
}

.texttag h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #383838;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.texttag h6:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 4px;
    width: 80px;
    height: 9px;
    background-image: url(../images/line2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.texttag h6:after {
    content: "";
    position: absolute;
    right: -90px;
    top: 4px;
    width: 80px;
    height: 9px;
    background-image: url(../images/line3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 10px; background: linear-gradient(to bottom, #469fd8, #797bf9); 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: #f15c5a; transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    color: rgb(0 0 0);
    text-decoration: none;
}

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

.headerarea {
    box-shadow: none;
    padding: 8px 0;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 1;
}

.headerarea .logo {
    width: 100%;
    max-width: 200px;
    position: relative;
    display: inline-block;
}

.footer_sec .logo img, .footer_sec .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}

.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: #10102A;
    /*padding: 5px 100px;*/
    z-index: 999;
    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: var(--black);
}

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

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

/*.headerarea.fix .menu ul li.active a {
    color: #fff;
}*/


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

.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: 35%; right: 14px; }
.menu ul li span::after { content: '\f107'; color: #000000; font-family: FontAwesome; font-size: 11px; }
.menu ul li:hover span::after { color: var(--theme-color); }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a { color: var(--black); font-size: 16px; font-weight: 400; display: block; padding: 15px 0px; margin: 0 25px; 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: var(--theme-color); }
.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: var(--white) !important; background-color: var(--theme-color); }
.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: 0px 0px 5px 0px #ddd; }
.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 #dbdbdb; 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: #fff; 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: #446CB4;
    background: transparent;
}

/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec {
    width: 100%;
    padding: 150px 0;
    position: relative;
    background-color: #10102A;
    height: 900px;
    overflow: hidden;
}

.banner_sec:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    background-image: url(../images/shape2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40%;
    height: 990px;
}

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

.banner_contain {
    width: 40%;
    position: relative;
}

.banner_slidebox {
    width: 60%;
    position: relative;
    border: 1px solid #fff;
}

.banner_contain h2 {
    font-size: 70px;
    color: #fff;
    font-weight: 500;
    line-height: 74px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 85px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.4s;
}

.banner_contain h2 span {
    color: #1DD3F8;
    font-weight: 600;
    padding: 10px;
    position: relative;
    display: inline-block;
}

.banner_contain h2 span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104px;
    background-image: url(../images/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner_contain h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 2px;
    background-color: var(--theme-color);
}

.banner_contain h2::before {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: var(--theme-color);
    border-radius: 20px;
}

.banner_contain p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    width: 79%;
    margin-bottom: 35px;
    line-height: 26px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.4s;
}

.banner_sec .btn01{
    margin-left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.4s;
}

.bnr_slide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    width: 35%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.bnr_slideimg {
    height: 557px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.bnr_slideimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bnr_slide:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-35%, 10%);
    width: 400px;
    height: 90%;
    background: linear-gradient(to bottom, rgb(70 159 216), rgb(13 13 35));
    border-radius: 35px 35px 0 0;
}


/**/
.banner-carousel .owl-nav button.owl-prev, .banner-carousel .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px;  pointer-events: all;}
.banner-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.banner-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.banner-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.banner-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.banner-carousel .owl-nav button.owl-prev { left: 0px; position: relative;}
.banner-carousel .owl-nav button.owl-next { right: 0px; position: relative;}
.banner-carousel .owl-nav {
    position: absolute;
    bottom: 60px;
    display: inline-flex;
    left: -110px;
    justify-content: flex-start;
    width: 100%;
    pointer-events: all;
}
.banner-carousel .owl-nav button.owl-prev:hover, .banner-carousel .owl-nav button.owl-next:hover { background: var(--theme-color); border: 1px solid var(--theme-color); color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .banner-carousel .owl-dots.disabled, .owl-carousel .banner-carousel .owl-nav.disabled {
    display: block !important;
}


.bnr_right {
    width: 20%;
    margin-left: 0;
    margin-top: 250px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.bnr_right ul li {
    position: relative;
}

.bnr_right ul li {
    font-size: 16px;
    color: var(--white);
    list-style: none;
    padding-bottom: 35px;
    position: relative;
}

.bnr_right ul li::before {
    content: "";
    position: absolute;
    left: -58px;
    top: 5px;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px;
    opacity: 1;
    transform: scale(var(--b-scale, 1));
    background-color: transparent;
}

.bnr_right:before {
    content: "";
    position: absolute;
    left: -210px;
    top: -30%;
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 158%;
    height: 435px;
}

.bnr_right h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 15px;
}

.team img {
    max-width: 165px;
}

/* ======================================================================= */
    /* marque_sec start */
/* ======================================================================= */
.marque_sec {
    width: 100%;
    background-color: #00a3c6;
    padding: 35px 0;
}

.marque_sec .title1 h3 {
    color: #fff;
    margin-bottom: 35px;
}

.marque_sec .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}

.brandsec { width: 100%;  display: block;}
.branBox {
    height: 100%;
    max-height: 120px;
    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: 150px;
    height: 100px;
    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;
}

















.marquee {
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
}
.marquee:hover .marquee__item {
  animation-play-state: paused;
}
.marquee__seperator {
  margin: 0 2rem;
}

.marquee__item img {
  max-width: 200px;
  height: auto;
  object-fit: contain;
}

.marquee__item {
  display: inline-block;
  will-change: transform;
  animation: marquee 25s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

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

.about_sec .texttag h6:before {
    display: none;
}

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

.about_secpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transform: translateY(60px) scale(1.1);
}

.about_sec .title1 {
    width: 95%;
    margin-left: auto;
}

/*.about_sec .title1 p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.4s;
}*/

.reveal_p {
    opacity: 0;
    transform: translateX(-40px);
}
.about_sec h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.process_icon {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    margin-right: 10px;
}

.process_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.process_icon:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0px;
    width: 45px;
    height: 45px;
    background-color: #BDC8FF;
    border-radius: 50%;
    z-index: -1;
}

.about_sec .btn01 {
    margin-top: 35px;
    transition: 0.6s;
}

.about_sec .btn01:hover {
    background-color: #10102A;
    border-color: #10102A;
    box-shadow: none;
}

.process .d-flex {
    opacity: 0;
    transform: translateY(40px);
}

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

.our_processB_in {
    margin-top: 40px;
}

.our_processB_card {
    width: 100%;
    padding: 0 20px;
    position: relative;
    text-align: center;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s;
}

.our_processB_card:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 33px;
    width: 90px;
    height: 25px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    opacity: var(--arrow-opacity, 0);
    transform: translateX(var(--arrow-x, -40px)); /* left position */
}

.col-lg-3:last-child .our_processB_card:after {
    display: none;
}

.our_processB_circle {
    width: 90px;
    height: 90px;
    background-color: var(--theme-color);
    border-radius: 50%;
    margin: 0 auto 20px;
    padding: 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.iconproces img {
    max-width: 42px;
    transition: 0.6s;
    /*opacity: 0;
    transform: translateY(20px);*/
}

.our_processB_number {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    background-color: #464646;
    position: absolute;
    right: -25px;
    top: 28%;
    box-shadow: 0px 2px 7px 0px #ddd;
    transition: 0.6s;
    opacity: 0;
    transform: translateY(20px);
}

.our_processB_card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0;
    transform: translateY(20px);
}

.our_processB_card .iconproces  {
    transition: transform 0.8s ease;
    transform-style: preserve-3d;
}

.our_processB_card:hover .iconproces {
    transform: rotateY(360deg);
}

.our_processB_circle {
    perspective: 800px;
}

.our_processB_card:hover .title5 h5 {
    color: var(--theme-color);
}

/* ======================================================================= */
    /* saevice_sec start */
/* ======================================================================= */
.saevice_sec {
    width: 100%;
    background-color: #2C3377;
    border-radius: 25px;
}

.saevice_sec .title1 h3 span {
    color: var(--white);
    font-weight: 600;
}

.saevice_sec .texttag h6:before {
    display: none;
}

.saevice_sec .texttag h6:after {
    background-image: url(../images/line4.png);
}

.saevice_sec .texttag h6 {
    color: #fff;
}

.saevice_sec .title1 {
    width: 55%;
}

.saevice_sec .title1 h3 {
    color: #fff;
}

/*accordion_sec*/
.accordion__item {
    position: relative;
    padding-bottom: 30px;
    list-style: none;
    border-bottom: 1px solid #E3E3E3;
    cursor: pointer;
    user-select: none;
    transition: 0.6s;
}

.accordion__item+.accordion__item {
    margin-top: 30px;
}

.accordion__header {
    position: relative;
    padding-right: 110px;
}

.accordion__bl {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 0;
    border: 2.5px solid #ffffff;
    border-radius: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    transition: .4s;
}

.accordion__bl::before,
.accordion__bl::after {
    position: absolute;
    content: '';
    width: 13.33px;
    height: 2.67px;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    transition: .4s;
}

.accordion__bl::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__item.active .accordion__bl {
    border-color: var(--theme-color);
}

.accordion__item.active .accordion__bl::before,
.accordion__item.active .accordion__bl::after {
    background: var(--theme-color);
}

.accordion__item.active .accordion__bl::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0);
}

.accordion__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 33.6px;
    color: #fff;
}

.accordion__body {
    display: none;
    padding-top: 15px;
}

.accordion__body_middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    height: 370px;
    transition: 0.6s;
}

.accordion_pic {
    width: 290px;
    height: 365px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 6%;
    transform: rotate(-12deg);
    transition: 0.6s;
}

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

.accordion__descript {
    max-width: 770px;
    width: 100%;
    font-size: 50px;
    line-height: 150%;
    color: #0C0C0D;
}

.accordion__descript p {
    font-size: 18px;
    font-weight: 400;
}

.accordion__descript h5{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.accordion__li {
    position: relative;
    margin-top: 16px;
    padding-left: 32px;
    font-size: 18px;
    line-height: 150%;
    color: #0C0C0D;
    list-style: none;
}

.accordion__li::before {
    position: absolute;
    content: '';
    width: 22.12px;
    height: 10.58px;
    top: 9px;
    left: 0;
    background: #FFD948;
    border-radius: 50%;
    transform: matrix(0.97, -0.24, 0.24, 0.97, 0, 0);
}

.accordion__li:nth-child(even):before {
    background: #B6E3E0;
}

.accordion__link {
    text-decoration: none;
    color: #256370;
}

.accordion__link:hover {
    text-decoration: underline;
}

.accordion_one_item .accordion__item:first-child {
    pointer-events: none;
}

.accordion_one_item .accordion__item:first-child .accordion__body {
    display: block;
}

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

.portfolio_sec .btn01 {
    background-color: #10102a;
    border: 1px solid #10102a;
    margin: 50px auto 0;
    transition: 0.6s;
}

.portfolio_sec .btn01:hover {
    background-color: #2396D2;
    border-color: #2396D2;
    box-shadow: none;
}

.portfolio_sec_in {
    margin-top: 40px;
}

.swiper-container {
    width: 100%;
    max-width: 100%;
    height: 520px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    background: #222;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.swiper-slide::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(rgb(212 239 255 / 0%) 0%, rgb(65 147 210 / 57%) 100%);
}

.swiper-button-next,
    .swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet {
    background: rgba(255,255,255,0.6);
}

.swiper-slidein {
    width: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -10%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 100px;
    z-index: 11;
}

.swiper-slidein .circle_btn2 {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #2396D2;
    border: 1px solid #2396D2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px #1789eae3 inset;
}

.swiper-slidein .circle_btn2 i {
    color: #fff;
    font-size: 25px;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.swiper-slidein .circle_btn2:hover i {
    transform: rotate(0deg);
}

.swiper-slidein_btn {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 12px;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
}

.portfolio_sec .swiper-button-next,
.portfolio_sec .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 6px;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    background-color: #10102A;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 25px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #fff;
}

/*.swiper-slide-next .swiper-slidein, .swiper-slide-prev .swiper-slidein, .swiper-slide-duplicate .swiper-slidein {
    opacity: 0;
}*/

@media (max-width: 640px) {
    .swiper-container {
        height: 360px;
    }
}

/* ======================================================================= */
    /* testimonial start */
/* ======================================================================= */
.testimonial { width: 100%; }
.testimonial .texttag h6:before { display: none; }
.testimonial .title1 { width: 40%; }
.testimonial_in { margin-top: 40px; }
.testimonial_row { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 100px; transition:0.6s; }
.circle_panel { width: 100%; position: relative; flex-basis: 500px; flex-shrink: 0; }
.client_circleA { width: 280px; height: 280px; position: relative; display: flex; margin-left: auto; }
.client_circleA img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 1px solid var(--theme-color); transition: 0.6s;}
.client_circleA:before { content: ""; position: absolute; left: -150px; top: 0; width: 280px; height: 280px; border-radius: 50%; border: 1px solid var(--theme-color); z-index: -1; }
.client_circleA:after { content: ""; position: absolute; left: -30px; top: 105px; width: 55px; height: 55px; background-image: url(../images/coma.png); background-repeat: no-repeat; background-size: contain; background-position: center right; }

.feedback_sec_card { width: 100%;  padding: 25px 75px 25px 25px; }
.client_row { width: 100%; margin-top: 25px; }
.client_circle { width: 55px; height: 55px; border-radius: 50%; overflow: hidden; border: 1px solid #d3d3d3; }
.client_circle img { width: 100%; height: 100%; }
.client_row h6 { font-size: 16px; color: var(--black); font-weight: 600; position: relative; display: block; }
.feedback_sec_right small { font-size: 13px; display: block; }
.feedback_sec_card ul li { display: inline-block; font-size: 18px; color: #FFC107; padding-right: 2px; }


/**/
.testimonial-carousel .owl-nav button.owl-prev, .testimonial-carousel .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px;  pointer-events: all;}
.testimonial-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.testimonial-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.testimonial-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.testimonial-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.testimonial-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.testimonial-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.testimonial-carousel .owl-nav button.owl-prev { left: 0px; position: relative;}
.testimonial-carousel .owl-nav button.owl-next { right: 0px; position: relative;}
.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: 60px;
    display: inline-flex;
    left: -110px;
    justify-content: flex-start;
    width: 100%;
    pointer-events: all;
}
.testimonial-carousel .owl-nav button.owl-prev:hover, .testimonial-carousel .owl-nav button.owl-next:hover { background: var(--theme-color); border: 1px solid var(--theme-color); color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .testimonial-carousel .owl-dots.disabled, .owl-carousel .testimonial-carousel .owl-nav.disabled {
    display: block !important;
}
.testimonial-carousel .owl-dots .owl-dot.active span, .testimonial-carousel .owl-dots .owl-dot:hover span {
    background: #469fd8;
}


/* ======================================================================= */
    /* technology_sec start */
/* ======================================================================= */
.technology_sec {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 25px;
    border-radius: 25px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.technology_card {
    width: 360px;
    position: absolute;
    bottom: 75px;
    padding: 25px;
    z-index: 11;
}

.technology_card:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -80px;
    width: 375px;
    height: 375px;
    background-image: url(../images/shape3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: -1;
}

.technology_card h4 {
    font-size: 27px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.technology_card h4 span {
    color: var(--theme-color);
}

.technology_card .btn01 {
    margin-left: 0;
    min-width: 155px;
    height: 44px;
}

.technology_card .btn01:hover {
    background-color: #10102A;
    border-color: #10102A;
    box-shadow: none;
}

/*video-play-button start*/
.vdo_image {
    width: 350px;
    height: 220px;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 35px;
}
.vdo_image img { width: 100%; height: 100%; object-fit: cover; }
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(170%) translateY(-170%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #8CC63A; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-play-button:before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 70px; height: 70px; background: rgb(255 255 255 / 82%); border-radius: 50%; animation: pulse-border 1100ms ease-out infinite; }
.video-play-button:after { content: ""; position: absolute; z-index: 1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: flex; align-items: center; justify-content: center; width: 65px; height: 65px; background: rgb(70 159 216); border-radius: 50%; transition: all 200ms; }
.video-play-button span { display: block; position: relative; z-index: 3; width: 0; height: 0; border-left: 19px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; top: 10px; left: 5px; }
/*.video-play-button .fa-play { font-size: 25px; color: #fff; position: relative; z-index: 2; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }*/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*video-play-button end*/


/* ======================================================================= */
    /* blog_sec start */
/* ======================================================================= */
.blog_sec { width: 100%; overflow: hidden; }
.blog_sec .texttag h6:before {
    display: none;
}
.blog_sec .title1 {
    width: 45%;
}
.blog_secin { width: 150%; margin-top: 35px; }
.blogrowimg { width: 100%; height: 300px; display: flex; border-radius: 15px; overflow: hidden; position: relative; }
.blogrowimg img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.blog_card { width: 100%; transition: 0.6s;}
.blogrow_btm { width: 100%; padding: 15px; }
.blogrow_btm h4 { font-size: 24px; color: #000; font-weight: 600; transition: 0.6s; }
.blogrow_btm p { 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; }
.date_box_left { width: auto; display: flex; align-items: center; justify-content: center; }
.date_box_left h5 { font-size: 40px; color: #10102A; margin-bottom: 0; font-weight: 600; }
.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.1); transition: 0.6s; }
.blog_card:hover .date_box_btn { transition: 0.6s; border: 1px solid var(--theme-color); background-color: var(--theme-color); color: #fff; }
.blog_card:hover .blogrow_btm h4 { color: var(--theme-color); }

/**/
.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: -125px;
    align-items: center;
    justify-content: flex-end;
    width: 66%;
}
.blog_slide .owl-nav button.owl-prev:hover, .blog_slide .owl-nav button.owl-next:hover { background: #10102A; border: 1px solid #10102A; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/








/*.blogpost {
    width: 100%;
}

.blogpost .texttag h6:before {
    display: none;
}

.blogpost .title1 {
    width: 45%;
}

.blogpost_in {
    margin-top: 40px;
}

.blogpost_card {
    width: 100%;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    border-radius: 22px;
    transition: 0.6s;
}

.blogpost_card:hover .blogtext h5 {
    color: var(--theme-color);
}

.blogpost_pic1 {
    height: 500px;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.6s;
}

.blogpost_pic2 {
    height: 190px;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.6s;
}

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

.blogpost_card:hover .blogpost_pic1 img, .blogpost_card:hover .blogpost_pic2 img {
    transform: scale(1.1);
}

.blogtext {
    width: 100%;
    padding: 25px;
}

.blogtext h5 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.6s;
}

.datebox {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    padding: 15px;
    border-radius: 35px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.datebox p {
    font-weight: 500;
    color: #fff;
}

.datebox i {
    color: #fff;
}*/

/* ======================================================================= */
    /* letsWork start */
/* ======================================================================= */
.letsWork {
    width: 100%;
    background-color: #0e0f26;
    position: relative;
}

.letsWork h2 {
    font-size: 100px;
    color: #fff;
    font-weight: 800;
    margin: 0;
    line-height: 100px;
    text-transform: uppercase;
}

.letsWork h2 span {
    margin-left: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}



.letsWork h2 span .circle_btn {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #1DD3F8;
    border: 1px solid #82bdefe3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px #1789eae3 inset;
}

.circle_btn i {
    color: #fff;
    font-size: 25px;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.circle_btn:hover i {
    transform: rotate(0deg);
}

/* ======================================================================= */
    /* footer_area start */
/* ======================================================================= */
.footer_area {
    width: 100%;
    background-color: #0e0f26;
    padding-top: 0 !important;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.footer_area::before {
    content: '';
    position: absolute;
    bottom: -300px;
    left: 0px;
    right: 0;
    width: 800px;
    height: 500px;
    margin: 0 auto;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.footer_top { width: 100%; padding: 30px 0; margin-bottom: 50px; border-bottom: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; }
.footer_topbox { width: 100%; padding: 0 20px; gap: 40px; height: 115px; text-align: center;}
.footer_topbox h6 { font-size: 20px; color: #26A1DA; margin-bottom: 10px; font-weight: 600; position: relative; display: flex; align-items: center; justify-content: center; text-transform: uppercase; letter-spacing: 2px; }
.footer_topbox span i { font-size: 22px; color: #E31E27; position: relative; display: inline-block; z-index: 1; }
.footer_topbox span { position: relative; display: inline-block; z-index: 1; }
.footer_topbox span::before { content: ""; position: absolute; top: -21px; left: -24px; background-image: url(../images/shape.png); width: 65px; height: 65px; background-repeat: no-repeat; background-size: cover; background-position: center; z-index: -1; }
.footer_topbox p {
    margin-top: 7px;
    color: #e9e9e9;
}
.footer_topbox address { margin-bottom: 0; }
.divideline { border-right: 1px solid #c0c0c0; }
.divideline:last-child { border-right: none; }
.formfild {
    width: 100%;
    position: relative;
    margin-right: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 3px;
    height: 54px;
}

.formfild .form-control {
    position: relative;
    color: #000;
    height: 50px;
}

.btn-primary {
    border-radius: 50px;
    padding: 8px 30px !important;
    font-size: 16px;
    height: 49px;
    line-height: normal;
    background: #A8842E;
    border: none;
    font-weight: 500;
    transition: 0.6s;
}

.btn-primary:hover {
    background: #000;
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
}

.formfild .form-control {
    border-radius: 50px;
    height: 50px;
    color: #fff;
    font-weight: 500;
    border: none;
    background-color: transparent; !important;
    font-size: 15px;
    padding: 6px 20px 6px 20px;
    /*box-shadow: inset 0px 0px 13px 0px #cbcbcb;*/
}

.formfild .form-control:placeholder {
    color: #fff;
}

.formfild .btn-primary {
    border-radius: 50%;
    padding: 8px 8px !important;
    font-size: 16px;
    height: 46px;
    width: 46px;
    line-height: normal;
    background: #ffffff;
    border: none;
    font-weight: 500;
    transition: 0.6s;
    flex-basis: 46px;
    flex-shrink: 0;
}
/*//*/
.footer_btm { width: 100%; margin-bottom: 35px;}
.footer_btm p { width: 90%;}
.footer_btmcard { width: 100%; }
.footer-logo img { max-width: 200px; margin-bottom: 25px; }
.footer-social { display: flex; justify-content: start; margin-top: 35px; }
.footer-social li {
    width: auto !important;
    margin: 0px 8px 0 0;
    padding-bottom: 0 !important;
}
.footer-social li a { width: 100%; min-width: 38px; max-width: 38px; height: 38px;  border-radius: 5px; border: 1px solid #fff; display: inline-flex !important; align-items: center !important; justify-content: center !important; font-size: 16px; color: #fff; transition: 0.5s; text-decoration: none; }
.footer-social li a:hover { background-color: #26A1DA; color: #fff !important; border: 1px solid #1789EA; margin-left: 0 !important;}
.footer-social li a:before { margin-left: 0 !important; display: none !important;}

.footer_btmcard h4 { color: #fff; font-size: 22px; font-weight: 600; margin: 0 0 20px; }
.footer_btmcard h4 span { color: #26A1DA; }
.footer_btmcard ul { padding: 0; margin: 0; list-style: none; }
.footer_btmcard ul li { width: 100%; position: relative; display: block; font-size: 16px; color: #dbdbdb; font-weight: 400; text-decoration: none; padding-bottom: 12px; transition: 0.6s; }
.footer_btmcard ul li a { width: 100%; position: relative; display: block; font-size: 16px; color: #dbdbdb; font-weight: 500; text-decoration: none; transition: 0.6s; }
.footer_btmcard ul li a:hover { color: var(--theme-color); margin-left: 15px; position: relative; }
.footer_btmcard ul li a::before { content: ""; position: absolute; left: 0px; top: 11px; width: 15px; height: 1px; background-color: #1789ea; transition: 0.6s; margin-left: -18px; opacity: 0; }
.footer_btmcard ul li a:hover::before { opacity: 1; }
.formfild input::placeholder {
    color: #fff; 
    opacity: 1;
}
.right-text {
  text-align: right;
}

.right-line:after {
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid black;
}

.left-line:before {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 65%;
    margin-left: -60%;
    margin-right: 10px;
    border-top: 1px solid #ffffff;
}

.footer_area p {
    color: #fff;
    position: relative;
    z-index: 1;
}

.footer_area p span {
    color: #26A1DA;
    font-weight: 500;
}

 .footer-social::before {
    display: none;
}

/* ======================================================================= */
    /* inner_banner start */
/* ======================================================================= */
.inner_banner {
    width: 100%;
    height: 380px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    /* Add animation */
    animation: bgZoom 12s ease-in-out infinite;
}

@keyframes bgZoom {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 110%;
    }
    100% {
        background-size: 100%;
    }
}

.inner_banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 59%) 0%, rgb(0 0 0 / 13%) 35%, rgb(255 255 255 / 0%) 100%);
}

.breadcrumb-item {
    font-size: 15px;
    color: var(--white);
}

.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active {
    color: var(--white);
}

.inner_banner .bannertext {
    position: relative;
    /*z-index: 1;*/
}

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

.we_work .title1 {
    width: 60%;
    margin: 0 auto;
}

.innerBody {
    width: 100%;
    margin-top: 40px;
}

.we_workCard {
    width: 100%;
    text-align: center;
    padding: 60px 25px 25px;
    border-bottom: 2px solid var(--white);
    background-color: #fff;
    border-radius: 15px;
    transition: 0.6s;
    /*box-shadow: 0 4px 10px rgb(0 0 0 / 10%);*/
}

.we_workCard:hover .title5 h5 {
    color: var(--theme-color);
}

.we_workCard:hover {
    margin-top: -10px;
}

.icon_circle {
    width: 110px;
    height: 110px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    box-shadow: rgb(176 182 243 / 64%) 0px 1px 0px, rgb(105 117 232 / 32%) 0px 8px 24px, rgb(108 120 232 / 21%) 0px 16px 48px;
    z-index: 1;
}

.icon_circle:before {
    content: "";
    position: absolute;
    left: -6px;
    top: -10px;
    width: 120px;
    height: 120px;
    border: 1px solid #E5EAF8;
    border-radius: 50%;
}

.icon_circle img {
    max-width: 65px;
    transition: 0.6s;
}

.we_workCard_text {
    width: 100%;
    margin-top: 35px;
}

.we_workCard:hover {
    box-shadow: rgb(224 225 249 / 59%) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transition: 0.6s;
}

.we_workCard:hover .icon_circle:after {
    content: "";
    position: absolute;
    right: -33px;
    top: -33px;
    width: 100px;
    height: 135px;
    background-image: url(../images/dotted.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.6s;
}

.we_workCard p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

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

.about_body .texttag h6:before {
    display: none;
}

.about_bodyin {
    width: 100%;
    margin-top: 35px;
}

.about_bodyPic {
    width: 90%;
    height: 575px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

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

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

.about_body_right {
    width: 100%;
    margin-left: auto;
}

.about_body p {
    margin-bottom: 15px;
}

.about_body .title1 h3 {
    width: 85%;
}

.years_box {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    border-radius: 15px 0 0 0;
    border: 12px solid #fff;
    border-right: none;
    border-bottom: none;
    padding: 10px 20px;
    text-align: center;
}

.years_box h4 {
    font-size: 45px;
    color: #fff;
    font-weight: 800;
}

.years_box p {
    color: #fff;
}

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

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

.our_vision .texttag h6:before {
    display: none;
}

.our_vision_top p {
    flex-basis: 40%;
    flex-shrink: 0;
    margin-left: auto;
}

.our_vision_top .title1 h3{
    margin-bottom: 0;
}

.accordionB { display: flex; gap: 15px; width: 100%; max-width: 100%; height: 550px; overflow: hidden; border-radius: 15px; margin-top: 40px; }
.accordionB-item { position: relative; flex: 1; background-size: cover; background-position: center; transition: flex 0.6s ease, filter 0.6s ease; cursor: pointer; filter: grayscale(70%); }
.accordionB-item.active { flex: 3; filter: grayscale(0%); }
.accordionB-item::before { content: attr(data-title); position: absolute; bottom: 20px; left: 0; right: 0; color: #fff; font-size: 24px; font-weight: 600; text-align: center; text-shadow: 0 3px 8px rgba(0,0,0,0.7); opacity: 0; transform: translateY(20px); transition: opacity 0.5s, transform 0.5s; }
.accordionB-item::after {
    content: ''; 
    background: #2C3377; 
    background: linear-gradient(180deg, rgb(17 16 42) 0%, rgb(17 16 42) 100%);
    position: absolute; 
    left: 0; 
    top: 0; 
    height: 100%; 
    width: 100%; 
    z-index: 1; 
    pointer-events: none; 
    opacity: 1;
}
.accordionB-item.active::before { opacity: 1; transform: translateY(0); }

.accordion_textbox {
    width: 55%;
    background-color: #fff;
    padding: 20px;
    border-radius: 0 15px 0 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.accordionB-item.active .accordion_textbox {
    opacity: 1;
}

.accordionB-item.active::after, .accordionB-item.active .accordion_itemtext {
    opacity: 0;
}

.our_vision .blogtext {
    padding: 0;
}

.accordion_textbox .small, .accordion_textbox small {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.accordion_itemtext {
    width: 80%;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%, -15%);*/
    bottom: 0px;
    margin: 0 auto;
    z-index: 11;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.accordion_itemtext a {
    color: #fff;
}

.accordion_itemtext h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.accordion_itemtext h6 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #fff;
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
}

.rotate_text {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
    transform: rotate(-90deg);
    transform-origin: 3% -101%;
    /* flex-basis: 100%; */
    /* flex-shrink: 0; */
}

/* Example images */
/*.item1 { background-image: url('https://picsum.photos/id/1018/1000/600'); }
.item2 { background-image: url('https://picsum.photos/id/1025/1000/600'); }
.item3 { background-image: url('https://picsum.photos/id/1040/1000/600'); }
.item4 { background-image: url('https://picsum.photos/id/1056/1000/600'); }
.item5 { background-image: url('https://picsum.photos/id/1062/1000/600'); }*/

@media (max-width: 768px) {
  .accordionB { flex-direction: column; height: 90vh; }
  .accordionB-item { flex: 0.6; }
  .accordionB-item.active { flex: 3; }
}

/* ======================================================================= */
    /* our_team start */
/* ======================================================================= */
.our_team {
    width: 100%;
    background-color: #F3FBFF;
    border-radius: 30px;
}

.our_teamin {
    margin-top: 40px;
}

.our_teamCard {
    width: 100%;
    transition: 0.6s;
}

.teampic {
    width: 100%;
    height: 370px;
    position: relative;
    display: flex;
    border-radius: 0 20px 20px 20px;
    overflow: hidden;
}

.teampic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our_teamCard_text {
    width: 100%;
    padding: 15px 10px 0;
}

.team_name {
    padding: 3px 20px;
    border: 1px solid #000;
    border-radius: 30px;
    text-align: center;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
    transition: 0.6s;
}

.our_teamCard:hover .team_name {
    border-color: var(--theme-color);
    color: var(--theme-color);
}


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

.services_card {
    width: 100%;
    background-color: #DDF4FF;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    transition: 0.6s;
}

.services_cardPic1 {
    width: 100%;
    height: 380px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    flex-basis: 50%;
    flex-shrink: 0;
}

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

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

.services_card h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

/* .services_card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
} */

.services_body .btn01 {
    font-size: 15px;
    padding: 7px 15px;
    color: #000;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    margin-left: 0;
    min-width: auto;
    margin-top: 20px;
    transition: 0.6s;
}

.services_card:hover .btn01 {
    background-color: #10102A;
    border-color: #10102A;
    color: #fff;
    box-shadow: none;
}

.services_card .btn01:hover .fa-circle-arrow-right {
    transform: rotate(0deg);
}

.bg_Color:nth-child(4) .services_card, .bg_Color:nth-child(5) .services_card, .bg_Color:nth-child(6) .services_card {
    background-color: #E3E5FF;
}

.bg_Color:nth-child(3) .services_card .details, .bg_Color:nth-child(6) .services_card .details {
    padding-left: 15px;
}

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

.expert_panelPic {
    width: 100%;
    height: 450px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

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

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

.expert_panel_card {
    width: 100%;
    height: 450px;
    padding: 25px;
    border-radius: 15px;
    border-bottom: 2px solid #469fd863;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
}

.expert_panel p {
    margin-top: 15px;
}

/* ======================================================================= */
    /* we_work start */
/* ======================================================================= */
.why_choose {
    width: 100%;
    padding-top: 15px !important;
    position: relative;
}

.why_choose .title1 {
    width: 65%;
    margin: 0 auto;
}

.why_choose_in {
    width: 100%;
    margin-top: 40px;
}

.why_chooseCard {
    width: 100%;
    text-align: center;
    padding: 40px 25px;
    border: 1px solid var(--white);
    background-color: #fff;
    border-radius: 15px;
    transition: 0.6s;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.why_chooseCard:hover {
    margin-top: -10px;
}

.why_chooseicon_circle {
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto;
    background-color: #F0F1FF;
    padding: 5px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.why_chooseicon_circle img {
    max-width: 50px;
    transition: 0.6s;
}

.why_choose_text {
    width: 100%;
    margin-top: 20px;
}

.why_chooseCard p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.why_chooseCard:hover {
    border-color: #469fd863;
}

.why_chooseCard:hover .why_chooseicon_circle {
    border-radius: 50%;
    background-color: #D5F2FF;
}

.why_chooseCard:hover .why_chooseicon_circle img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(96%) saturate(2569%) hue-rotate(176deg) brightness(97%) contrast(91%);
}

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

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

.feature_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature_sec .why_chooseCard {
    text-align: left;
}

.feature_sec .why_chooseicon_circle {
    width: 80px;
    height: 80px;
    margin: 0;
    background-color: rgb(234,235,242);
    border-radius: 50%;
}

.feature_sec .why_chooseicon_circle img {
    max-width: 42px;
    transition: 0.6s;
}

/* ======================================================================= */
    /* faq_sec start */
/* ======================================================================= */
.faq_sec { width: 100%;}
.faq_sec .title1 h3 { margin-bottom:0; }
.accordion { margin: 40px auto 0; width: 85%; }
.accordion-item { border: none; margin-bottom: 15px; background-color: #D5F2FF; border-left: 2px solid var(--theme-color); }
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.accordion-item:first-of-type>.accordion-header .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0; }
.accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.accordion-item:last-of-type { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.accordion-button:not(.collapsed) { box-shadow: none; color: var(--black); background-color: #D5F2FF; }
.accordion-button { padding: 15px; font-size: 20px; color: var(--black); font-weight: 500; box-shadow: 0px 0px 5px 0px #ddd; gap: 10px;}
.accordion-button span { color: var(--theme-color); margin-right: 0px; }
.accordion-body { padding: 0 15px 15px 15px; }
.accordion-body p { width: 100%; margin: 0 auto; padding: 15px; background-color: #fff; border-radius: 10px; }
.accordion-button::after { background-color: #ececec; padding: 4px; border-radius: 50%; width: 30px; height: 30px; background-position: 8px 8px; background-size: 15px; }
.accordion-button:not(.collapsed)::after { background-color: var(--theme-color); }
.accordion-item { border-radius: 12px; overflow: hidden; box-shadow: 0px 0px 5px 0px #ddd; }
.accordion-item:first-of-type { border-top-left-radius: 12px; border-top-right-radius: 12px; }
.accordion-item:last-of-type { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }


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

.portfolio_body .texttag h6:before {
    display: none;
}

.portfolio_body .title1 {
    width: 72%;
}

.portfolio_bodyin {
    width: 90%;
    margin-left:  auto;
    margin-top: 40px;
}

.portfolio_carousel_card {
    width: 100%;
    transition: 0.6s;
}

.portfolio_body_pic {
    width: 100%;
    height: 370px;
    border-radius: 15px;
    position: relative;
    display: flex;
    overflow: hidden;
}

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

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

.portfolio_carousel_card:hover .title5 h5 {
    color: var(--theme-color);
}

.portfolio_body .title5 h5 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
    position: relative;
}

/**/
.portfolio-carousel .owl-nav button.owl-prev, .portfolio-carousel .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; background-color: var(--theme-color); border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; box-shadow: 0px 0px 5px 0px #ddd;}
.portfolio-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.portfolio-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.portfolio-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.portfolio-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.portfolio-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.portfolio-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.portfolio-carousel .owl-nav button.owl-prev { left: 0px; position: relative;}
.portfolio-carousel .owl-nav button.owl-next { right: 0px; position: relative;}
.portfolio-carousel .owl-nav { position: absolute; display: inline-flex; bottom: 40px; left: -11%; align-items: center; justify-content: flex-start; width: auto; pointer-events: none; margin: 0 auto;}
.portfolio-carousel .owl-nav button.owl-prev:hover, .portfolio-carousel .owl-nav button.owl-next:hover { background-color: var(--black); border: 1px solid var(--black); color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/


/* ======================================================================= */
    /* recent_work start */
/* ======================================================================= */
.recent_work { width: 100%; }
.recent_workin { margin-top: 40px; }
.project_gallery {
    /*column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
    gap: 15px;
    padding: 0;
    display: grid; grid-template-columns: 1fr 1fr; grid-gap: 15px;*/ 
	width: 100%;
}

.project_galleryimg { width: 100%; height: auto; cursor: pointer; position: relative;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    transition: 0.6s; margin-bottom: 0; 
}

.project_galleryimg img { height: 100%; width: 100%; border-radius: 15px; overflow: hidden; object-fit: cover; transition: 1s; }
.project_galleryimg:hover { cursor: pointer; }
.project_galleryimg:hover img { opacity: 0.7; }
.project_galleryimg .overlay-text { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; border-radius: 10px; display: block !important; background: rgb(70 159 216 / 51%); transition: 0.6s; opacity: 0; display: none !important; }
.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; }
/*.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; }
.portfolio_textbox { width: 100%; padding: 20px 20px 15px; display: flex; align-items: flex-start; flex-direction: column; gap: 10px; border-bottom: 1px solid #ccc; transition: 0.6s; }
.portfolio_textbox h6 { font-size: 16px; color: var(--paragraph); font-weight: 500; letter-spacing: 2px; }
.portfolio_textbox h5 { width: 100%; font-size: 18px; color: var(--black); font-weight: 600; display: flex; align-items: center; justify-content: space-between; transition: 0.6s; gap: 10px; }
.portfolio_textbox h5 span img { max-width: 40px; object-fit: contain; }
.project_galleryimg:hover .portfolio_textbox h5 { color: var(--theme-color); }


/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */
.contactus { width: 100%; position: relative; }
.contactbox { width: 100%; padding: 40px;  border-radius: 15px; box-shadow: 0 1px 10px rgb(0 0 0 / 10%);}
.contactus_card { width: 100%; padding: 30px 30px 30px 0; }
.contactus .title1 h3 {
    font-size: 34px;
    line-height: 40px;
}

.queriesin { width: 100%; }
.form_box { width: 100%; margin-top: 30px; }
.field_label { position: relative; padding: 0 5px; font-size: 14px; line-height: normal; color: #000000; font-weight: 500; margin-bottom: 5px; }
.form-group { margin-bottom: 10px; }
.form_box .form-group span { color: #ff0000; }
.contactus .form-control, .contactus .textfield02 { width: 100%; border: 1px solid #d7d7d7; background-color: transparent; font-size: 15px; color: #000; height: 48px; padding: 5px 15px 5px 15px; font-weight: 500; border-radius: 10px; position: relative; transition: 0.6s; }
.contactus .form-control::placeholder, .textfield02::placeholder { color: #000; }
.contactus .form-control:focus, .textfield02:focus { border-color: var(--theme-color); }
.contactus .form-select { width: 100%; border: 1px solid #d7d7d7; background-color: transparent; font-size: 15px; color: #000; height: 48px; padding: 5px 15px 5px 15px; font-weight: 400; border-radius: 10px; position: relative; transition: 0.6s; }
.form-select:focus { border-color: var(--theme-color); outline: 0; box-shadow: none; }
.textfield02 { height: 115px !important; margin-bottom: 10px; padding: 10px 15px; }
.submit02 { font-size: 15px; font-weight: 500; padding: 10px 25px; color: var(--white); text-align: center; line-height: normal; background-color: var(--theme-color); border: 1px solid var(--theme-color); position: relative; border-radius: 30px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; transition: 0.6s; }
.submit02 .fa-arrow-right { transform: rotate(-45deg); transition: 0.6s; padding-left: 5px; }
.submit02:hover .fa-arrow-right { transform: rotate(0deg); }
.submit02:hover { color: #fff !important; background-color: #10102A; border-color: #10102A; transition: all 0.4s ease; box-shadow: 0 0 0.5em 0em #469fd8; }
.submit02:hover img { transition: all 0.4s ease; filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(0%) hue-rotate(88deg) brightness(117%) contrast(100%); }
.contactus .form-group {
    margin-bottom: 0;
}

/*//*/
.contactright { width: 100%; background-color: #DDF4FF; padding: 40px 30px; border-radius: 15px; border: 1px solid #b1e2ff; }
.contactright p { margin: 5px 0 20px; }
.contactright .title4 h4 { font-size: 22px; }
.contactright h6, .contactright h6 a { font-size: 16px; color: var(--paragraph); font-weight: 500; }
/*.contactright .footer-social li a { background-color: rgb(255, 239, 217); }*/
.contactright .footer-social li a:hover { background-color: var(--theme-color); border-color: var(--theme-color);}
.contactright .footer-social li a { width: 100%; min-width: 40px; max-width: 40px; height: 40px; border-radius: 5px; border: 1px solid #10102A; background-color: #10102A; }
.contactright .counter3 { align-items: center; border-bottom: 1px solid #469fd88c; padding-bottom: 15px; margin-bottom: 25px; }
.contactright .counter3:last-child { border-bottom: none; }
.contactright .counter-img { width: 40px; height: 40px; background: var(--theme-color); border-radius: 50%; text-align: center; justify-content: center; margin-right: 15px; display: flex; align-items: center; font-size: 15px; color: #000000; }
.contactright i { color: #fff; font-size: 18px; }
.contactright .counter-body h5 { font-size: 20px; line-height: 26px; color: #000000; margin-bottom: 5px; font-weight: 600; }
.contactright .footer-social { display: flex; justify-content: flex-start; margin-top: 25px; }
.mapsec { width: 100%; margin-top: 40px; }
.mapsec iframe { width: 100%; min-height: 450px; border: 1px solid #d7d7d7; padding: 2px; border-radius: 15px; }






/* ======================================================================= */
    /* custom cursor start */
/* ======================================================================= */
#cursor {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
    mix-blend-mode: difference;
}

@media (hover: hover) and (pointer: fine) {
    .cursor__circle {
        width: 15px;
        height: 15px;
        margin-top: -50%;
        margin-left: -50%;
        border-radius: 50%;
        border: solid 1px #fff;
    }

    #cursor.arrow .cursor__circle {
        width: 80px;
        height: 80px;
        background-color: #073099;
        border-color: #073099;
    }

    #cursor.arrow::after {
        content: '';
        position: absolute;
        left: -50%;
        top: -50%;
        width: 100%;
        height: 100%;
        background-image: url('https://svgshare.com/i/MzQ.svg');
        background-repeat: no-repeat;
        background-position: center;
    }

    #cursor.subtle .cursor__circle {
        opacity: 0.16;
    }

    #cursor.overlay .cursor__circle {
        width: 48px;
        height: 48px;
        background-color: rgba(227, 222, 193, 0.08);
        border-color: transparent;
    }
}
/* custom cursor end */


/* ======================================================================= */
    /* text-drop start */
/* ======================================================================= */
.text-drop {
  position: relative;
}

.text-drop::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 5%;
    z-index: -1;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(70 159 216) 33%, rgb(70 159 216) 54%, rgb(70 159 216) 75%, rgb(70 159 216) 83%, rgb(70 159 216) 98%, rgb(70 159 216) 100%);
    filter: blur(160px);
}

.text-drop::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 15%;
    z-index: -1;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(70 159 216) 33%, rgb(70 159 216) 54%, rgb(70 159 216) 75%, rgb(70 159 216) 83%, rgb(70 159 216) 98%, rgb(70 159 216) 100%);
    filter: blur(100px);
}

.text-drop__line {
  display: block;
  text-align: lefet;
  width: 100%;
  font-size: 9.75vw;
  line-height: 1.3;
  font-weight: 500;
  white-space: nowrap;
  color: white;
  transform-origin: 50% 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: rotateX(-120deg);
  mix-blend-mode: difference;
  transform-style: preserve-3d;
}

.text-drop__img-box {
  position: absolute;
  overflow: hidden;
  opacity: 0.1;
  border-radius: 0.5rem;
  transition: opacity 0.5s;
}

.text-drop__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.text-drop__img-box:nth-child(1) {
  top: 12%;
  left: 4%;
  max-width: 26.5vw;
}

.text-drop__img-box:nth-child(2) {
  top: 29%;
  right: 40%;
  max-width: 26.5vw;
}

.text-drop__img-box:nth-child(3) {
  top: 68%;
  right: 9.5%;
  max-width: 29vw;
}

.text-drop__img-box:nth-child(4) {
  top: 72%;
  left: 12%;
  z-index: 100;
  max-width: 26.5vw;
}

@media screen and (max-width: 1024px) {
  .text-drop {
    padding: 5.75rem 0 15rem;
  }

  .text-drop__line {
    font-size: 13.75vw;
    line-height: 1.4;
  }

  .text-drop__img-box {
    max-width: 40vw;
  }

  .text-drop__img-box:nth-child(1) {
    top: 20%;
  }

  .text-drop__img-box:nth-child(2) {
    top: 40%;
  }

  .text-drop__img-box:nth-child(3) {
    top: 55%;
  }

  .text-drop__img-box:nth-child(4) {
    top: 64%;
  }
}

@media screen and (max-width: 768px) {
  .start::after {
    width: 200px;
    height: 200px;
    filter: blur(100px);
  }

  .text-drop::after {
    width: 200px;
    height: 200px;
    filter: blur(110px);
  }

  .text-drop::before {
    width: 100px;
    height: 100px;
    filter: blur(75px);
  }
}

@media screen and (max-width: 575px) {
  .start::after {
    width: 125px;
    height: 125px;
    filter: blur(75px);
  }

  .text-drop::after {
    top: 50%;
    width: 125px;
    height: 125px;
    filter: blur(75px);
  }

  .text-drop::before {
    width: 100px;
    height: 100px;
    filter: blur(75px);
  }

  .start__box {
    max-width: 100%;
  }

  .start__heading {
    font-size: 2.5rem;
  }

  .start__text {
    font-size: 1rem;
  }
}

@media screen and (min-height: 900px) {
  .text-drop {
    /*padding: 5.75rem 0 30rem;*/
  }
}

/* ======================================================================= */
    /* product_sec start */
/* ======================================================================= */
.product_sec {
    width: 100%;
    position: relative;
}

.product_sec_card {
    width: 100%;
    position: relative;
}

.product_pic {
    height: 340px;
    display: flex;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    transition: 0.6s;
}

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

.product_pic:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/shape.jpg);
    mix-blend-mode: screen;
    border-radius: 20px;
}

.product_pic:hover {
    margin-top: -10px;
}

.product_text {
    width: 100%;
    padding: 20px 10px;
}

.action_btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    transition: 0.6s;
    box-shadow: 0px 0px 5px 0px #469fd8;
    z-index: 1;
}

.action_btn .fa-arrow-right {
    color: var(--white);
    font-size: 18px;
    transition: 0.6s;
    transform: rotate(-45deg);
}

.product_pic:hover .action_btn .fa-arrow-right{
    color: var(--white);
    transform: rotate(0deg);
}

/* ======================================================================= */
    /* newPartner start */
/* ======================================================================= */
.newPartner {
    width: 100%;
    position: relative;
}

.newPartner .title1 {
    width: 58%;
    margin: 0 auto 50px;
}

.partner_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.partner_grid_card {
    width: 100%;
    padding: 15px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_grid_card img {
    max-width: 150px;
    object-fit: contain;
    height: 100%;
}


.our_vision_top p {
    flex-basis: 40%;
    flex-shrink: 0;
    margin-left: auto;
}

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

.blog_details_left {
    width: 100%;
}

.blog_details .title1 h3 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 25px;
}

.daterow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.daterow h6 {
    font-size: 15px;
    color: var(--paragraph);
    font-weight: 400;
}

.daterow h6 span {
    color: var(--theme-color);
}

.blog_details_leftpic {
    width: 100%;
    height: 500px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    margin: 15px 0;
}

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

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

.blog_details_left h4 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    margin: 30px 0 10px;
}

.blog_details p {
    margin-bottom: 10px;
}

.blog_details ul {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
}

.blog_details ul li {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 22px;
    color: #000;
    list-style-type: disc;
}

.blogDetails_middle {
    width: 100%;
    margin: 25px 0px 0;
    transition: 0.6s;
}

.blogDetails_middlepic {
    height: 275px;
    border: 1px solid #d5d5d5;
    padding: 2px;
    display: flex;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.blogDetails_middlepic img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    transition: 0.6s;
}

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

.blogright {
    width: 100%;
    position: sticky;
    top: 82px;
}

.blogright_card {
    width: 100%;
    background-color: #DDF4FF;
    border: 1px solid #9dd3ed;
    padding: 30px 20px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.blogimg15 {
    width: 85px;
    height: 65px;
    border-radius: 10px;
    margin-right: 15px;
}

.blogimg15 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.blogright h5 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    margin: 0px 0 20px;
}

.blogright p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 20px;
}

.blogright h6 {
    font-size: 13px;
    color: var(--paragraph);
    font-weight: 500;
}

.categories_box {
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px;
    position: sticky;
    top: 100px;
    padding: 30px 20px;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(211 211 211);
    border-image: initial;
}

.categories_box_card ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.categories_box_card ul li {
    width: 100%;
    list-style: none;
}

.categories_box_card ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    background-color: rgb(224 243 254 / 26%);
    border: 1px solid #e0f3fe;
    box-shadow: rgb(224 243 254) 0px 4px 4px 0px inset;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.categories_box_card ul li a i {
    color: #469fd8;
}

.form_box .screen-reader-response p ul li{
	  display: none !important;
}

.accordion__descript p br {
    margin-bottom: 6px;
	display: block;
}

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

.career_secPic {
    width: 90%;
    height: 525px;
    position: relative;
    display: flex;
}

.career_secPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
    overflow: hidden;
    border-radius: 15px;
}

.career_secPic:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 20px;
    width: 100%;
    height: 525px;
    border-radius: 15px;
    border: 2px solid var(--theme-color);
    transition: 0.6s;
}

.career_secPic:hover:after {
    right: 0;
    top: 0;
}

.career_sec .texttag h6:before {
    display: none;
}

.career_sec .btn01 {
    font-size: 15px;
    padding: 7px 15px;
    color: #fff;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    margin-left: 0;
    min-width: auto;
    margin-top: 20px;
    transition: 0.6s;
}

.career_sec .title1 p {
    margin-top: 15px;
}

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

.serachbx {
    width: 60%;
    margin: 35px auto 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.serachbx .form-control {
    width: 100%;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    font-size: 15px;
    color: #000;
    height: 48px;
    padding: 5px 20px 5px 20px;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    transition: 0.6s;
}

.serachbx .submit02 {
    font-size: 15px;
    height: 48px;
    flex-basis: auto;
    flex-shrink: 0;
    font-weight: 500;
    padding: 10px 25px;
    color: var(--white);
    text-align: center;
    line-height: normal;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    position: relative;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: 0.6s;
}

.join_team_card {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    transition: 0.6s;
}

.join_team_card:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.join_team_cardtop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    position: relative;
    margin-bottom: 25px;
}

.join_team h5 {
    font-size: 22px;
    color: var(--black);
    font-weight: 500;
    width: 65%;
    position: relative;
}

.join_team h5::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 90px;
    height: 5px;
    background-image: url(../images/line5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.join_team_icon {
    width: 70px;
    height: 70px;
    padding: 5px;
    border-radius: 15px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join_team_icon img {
    max-width: 40px;
    object-fit: contain;
}

.join_team_card ul li {
    width: 100%;
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 4px;
}

.join_team_card ul li span {
    font-weight: 400;
}

.btn_group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 25px;
}

.btn_group .btn01 {
    font-size: 14px;
    padding: 7px 20px;
    margin-left: 0;
}

.btn_group .btn01 .fa-circle-arrow-right {
    transform: rotate(-45deg);
    transition: 0.6s;
    vertical-align: text-top;
}

.btn_group .btn02 {
    color: #000;
    background-color: transparent;
    border: 1px solid var(--theme-color);
}


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

.security_sec .career_secPic {
    width: 90%;
    height: 425px;
    overflow: hidden !important;
    transition: 0.6s;
}

.security_sec .career_secPic:after {
    display: none;
}


/* ======================================================================= */
    /* overview_sec start */
/* ======================================================================= */
.overview_sec {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #E3E5FF;
    border-radius: 25px;
    padding: 80px 35px 35px;
}

.overview_sec .texttag h6:before {
    display: none;
}

.overview_sec .accordion { width: 100%; margin:0; }
.overview_sec .accordion-item { border: none; margin-bottom: 0px; background-color: transparent; border-left: 2px solid var(--deep-green); }
.overview_sec .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.overview_sec .accordion-item:first-of-type>.accordion-header .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0; }
.overview_sec .accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.overview_sec .accordion-item:last-of-type { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.overview_sec .accordion-button:not(.collapsed) { box-shadow: none; color: var(--deep-green); font-weight: 500; background-color: transparent; }
.overview_sec .accordion-button { color: var(--deep-green); padding: 15px; font-size: 19px; font-weight: 500; box-shadow: 0px 0px 5px 0px #ddd; }
.overview_sec .accordion-button span { color: #d48153; margin-right: 10px; }
.overview_sec .accordion-body { padding: 0 15px 15px 15px; }
.overview_sec .accordion-body p { font-size: 17px; width: 100%; margin: 0 auto; }
.overview_sec .accordion-button::after {
    background-color: #469fd830;
    padding: 4px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-position: 8px 8px;
    background-size: 15px;
}
.overview_sec .accordion-button:not(.collapsed)::after {
    background-color: #26a1da;
}
.overview_sec .accordion-item {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: none;
    border-bottom: 1px dashed #AF8C8C;
}
.overview_sec .accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.overview_sec .accordion-item:last-of-type { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.overview_sec b, .about_body b {
    color: var(--deep-green);
}

.accordion-button {
    background-color: transparent;
}

.overview_secPic {
    height: 550px;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 70px;
}

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


/**/
.consult_sec {
    width: 100%;
}

.consult_gallery {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
    gap: 15px;
    padding: 0;
    margin-top: 100px;
}

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

.consult_gallery .consult_secimg:hover {
    margin-bottom: 1rem;
    cursor: pointer;
}

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

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

.consult_recent_work {
    width: 100%;
    position: relative;
    background-color: #D5F2FF;
}

.consult_recent_work .overlay-text {
    display: none !important;
}


/* career modal start */
.modal-dialog {
    max-width: 30%;
}
.modal-header {
    border-bottom: none;
    justify-content: center;
    padding: 10px 0 25px;
}
.modal-body {
    padding: 20px 45px;
}
.modal-content {
    border-radius: 20px;
}
.modal-dialog .form-control, .modal-dialog .textfield02, .modal-dialog .form-select {
    width: 100%;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    font-size: 16px;
    color: #000;
    height: 48px;
    padding: 5px 15px 5px 15px;
    font-weight: 500;
    border-radius: 10px;
    position: relative;
    transition: 0.6s;
}
.modal-dialog .field_label {
    font-size: 16px;
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
}

.modal-dialog .field_label span {
    color: red;
}

.modal-dialog p {
    font-size: 14px;
    margin-bottom: 10px;
}
#resume {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    font-size: 16px;
    color: #000;
    height: 48px;
    padding: 5px 15px 5px 15px;
    font-weight: 500;
    border-radius: 10px;
    position: relative;
    transition: 0.6s;
}

.modal-footer {
    border-top: none;
}



/*contact us message hide */
.contactus .form_box .screen-reader-response .screen-reader-response p{
    display: none!important;
}

/*product_features */
.product_features {
    width: 100%;
    margin-top: 50px;
}

.product_features .title5 h5 {
    color: var(--theme-color);
    font-weight: 600;
}

.product_features_grid ul {
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.product_features_grid ul li {
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    color: var(--paragraph);
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.product_features_grid ul li:before {
    content: '\f058'; 
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    color: var(--theme-color); 
    
}

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

.our_gallery { 
    width: 100%; 
}

.our_gallery .headertext { 
    margin-top: -250px;
}

.our_gallery .headertext h3 {
    width: 35%;
    position: relative;
}

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

.project_gallery2 {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 15px;
    padding: 0;
    margin-top: 100px;
}

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

.project_gallery2 .project_gallery2img:hover {
    margin-bottom: 1rem;
    cursor: pointer;
}

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

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

.project_gallery2img .overlay-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block !important;
    background: #26a1da7a;
    transition: 0.6s;
    opacity: 0;
}

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

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

.project_gallery2img: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;
}

/**/
.brands_sec {
    width: 100%;
    background-color: #00a3c6;
    padding: 35px 0;
}
.brands_sec .mainbrand{
    width: 100%;
    display: flex;
    gap:20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.brands_sec .slider{
    width: 100%;
    height: var(--height);
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        transparent,
        #000 10% 90%,
        transparent
    );
}
.brands_sec .slider .list{
    display: flex;
    width: 100%;
    min-width: calc(var(--width) * var(--quantity));
    position: relative;
}
.brands_sec .slider .list .item {
    width: var(--width);
    height: var(--height);
    position: absolute;
    background-color: #fff;
    left: 100%;
    animation: autoRun 80s linear infinite;
    transition: filter 0.80s;
    animation-delay: calc( (80s / var(--quantity)) * (var(--position) - 1) - 80s)!important;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
}
.brands_sec .slider .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes autoRun{
    from{
        left: 100%;
    }to{
        left: calc(var(--width) * -1);
    }
}
.brands_sec .slider:hover .item{
    animation-play-state: paused!important;
    filter: grayscale(1);
}
.brands_sec .slider .item:hover{
    filter: grayscale(0);
}
.brands_sec .slider[reverse="true"] .item{
    animation: reversePlay 80s linear infinite;
}
@keyframes reversePlay{
    from{
        left: calc(var(--width) * -1);
    }to{
        left: 100%;
    }
}

.vdo_gallery {
    width: 100%;
}
.vdo_gallerycard {
    width: 100%;
    position: relative;
}

.vdo_gallerypic {
    width: 100%;
    height: 350px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

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


/*video-play-button start*/
.vdo_gallery .vdo_image {
    width: 350px;
    height: 220px;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 35px;
}
.vdo_gallery .vdo_image img { width: 100%; height: 100%; object-fit: cover; }
.vdo_gallery .video-play-button {
    transform: translateX(-50%) translateY(-50%);
}
.vdo_gallery .video-play-button:before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 70px; height: 70px; background: rgb(255 255 255 / 82%); border-radius: 50%; animation: pulse-border 1100ms ease-out infinite; }
.vdo_gallery .video-play-button:after { content: ""; position: absolute; z-index: 1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: flex; align-items: center; justify-content: center; width: 65px; height: 65px; background: rgb(70 159 216); border-radius: 50%; transition: all 200ms; }
.vdo_gallery .video-play-button span { display: block; position: relative; z-index: 3; width: 0; height: 0; border-left: 19px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; top: 10px; left: 5px; }
/*.video-play-button .fa-play { font-size: 25px; color: #fff; position: relative; z-index: 2; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }*/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*video-play-button end*/

/**/
.vdo-carousel .owl-nav button.owl-prev, .vdo-carousel .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; background-color: var(--theme-color); border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; box-shadow: 0px 0px 5px 0px #ddd;}
.vdo-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.vdo-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.vdo-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.vdo-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.vdo-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.vdo-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.vdo-carousel .owl-nav button.owl-prev { left: 0px; position: relative;}
.vdo-carousel .owl-nav button.owl-next { right: 0px; position: relative;}
.vdo-carousel .owl-nav { position: absolute; display: inline-flex; bottom: 40px; left: -11%; align-items: center; justify-content: flex-start; width: auto; pointer-events: none; margin: 0 auto;}
.vdo-carousel .owl-nav button.owl-prev:hover, .vdo-carousel .owl-nav button.owl-next:hover { background-color: var(--black); border: 1px solid var(--black); color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/

.owl-item.active.center .vdo_gallerycard {
    transform: scale(1.001);
    transition: 0.9s;
    opacity: 1;
}

.vdo_gallerycard {
    width: 100%;
    position: relative;
    border-radius: 25px;
    transform: scale(0.7);
    opacity: 0.4;
}

/*product_features */
.product_features {
    width: 100%;
    margin-top: 50px;
}

.product_features .title5 h5 {
    color: var(--theme-color);
    font-weight: 600;
}

.product_features_grid ul {
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.product_features_grid ul li {
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    color: var(--paragraph);
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.product_features_grid ul li:before {
    content: '\f058'; 
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    color: var(--theme-color); 
    
}

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

.use_technologies .nav {
    justify-content: center;
    margin: 25px 0;
    gap: 10px;
}

.use_technologies .nav-link {
    color: #484848;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #8d8d8d;
}

.use_technologies .nav-pills .nav-link.active, .use_technologies .nav-pills .show>.nav-link {
    color: var(--white);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.weblogo_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    align-items: center;
}

.weblogo_gridcard {
    width: 100%;
    text-align: center;
}

.weblogo_gridcardpic {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}

.weblogo_gridcardpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.weblogo_gridcard h6 {
    font-size: 17px;
    color: var(--black);
    font-weight: 500;
    text-align: center;
}


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

.resources_card {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #ebebeb5e;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}

.resources_pic {
    width: 100%;
    height: 275px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

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

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

.resources_card:hover {
    background-color: #57bdff1c;
}

.resources_card h5 {
    font-size: 22px;
    color: var(--black);
    font-weight: 600;
    margin: 15px 0;
}

.resources_sec .date_row { width: 100%; margin: 20px 0 10px; }
.resources_sec .date_circle { width: 28px; height: 28px; border-radius: 50%; background-color: #f3fef5; overflow: hidden;text-align: center; display: flex;align-items: center; justify-content: center;}
.resources_sec .date_circle .fa-calendar-days {
    font-size: 14px;
    color: #469fd8;
}

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

.training_card {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #ebebeb5e;
    padding: 5px;
    border-radius: 15px;
}

/*// video start */
.video-wrapper { position: relative; width: 100%; height: 420px; overflow: hidden; margin: auto; border-radius: 15px;}
.video-wrapper video { width: 100%; height: 100%; object-fit: cover; }
.video-poster { background:#000; position: absolute; width: 100%; height: 100%; z-index: 99; top: 0; cursor: pointer; }
.video-poster img { transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; width: 100%; height: 100%; object-fit: cover; }
.video-poster:hover img { opacity: 0.8; }
.play-icon { display: block; text-align: center; line-height: 68px; width: 60px; height: 60px; border-radius: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.play-icon svg { fill:#fff; }
.play-icon::before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 70px; height: 70px; background: #fff; border-radius: 50%; animation: pulse-border 1100ms ease-out infinite; }
.play-icon::after { content: ""; position: absolute; z-index: 1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; background: #F000; border-radius: 50%; transition: all 200ms; border: 2px solid #fff; }
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.fa-play { font-size: 25px; color: #fff; position: relative; z-index: 11; }
/*// video end */




