@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=Sora:wght@100..800&display=swap');

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

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

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

p {
    font-family: "Sora", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    color: #4c4c4c;
    font-weight: 400;
    line-height: 24px;
}

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

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

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

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

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

.bannertext h1 {
    font-size: 45px;
  color: #000;
  font-weight: 500;
  margin: 0;
  line-height: 57px;
}

.bannertext h1 span {
    color: #174FA4;
    font-weight: 600;
}

.headertext h2 {
    font-family: "Sora", sans-serif;
  font-size: 45px;
  color: #000;
  font-weight: 500;
  margin: 0 0 25px;
  position: relative;
}

.headertext h2 span {
    color: #D4D4D4;
}

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

.btn1 {
    background-color: #6AC607;
    font-size: 17px;
    padding: 10px 10px 10px 25px;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    transition: 0.6s;
}

.btn1:hover {
    background-color: #000;
}

.btn1 .fa-plus {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #5EB402;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec_tag {
    background-color: #C4F095;
  padding: 6px 20px;
  text-align: center;
  font-size: 14px;
  color: #202020;
  border-radius: 30px;
  transform: rotate(343deg);
  margin: 0 auto 15px;
  position: absolute;
  top: -51px;
}




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

.headerarea {
    box-shadow: none;
    padding: 8px 0;
    position: relative;
}
button#load-more-tools {
    margin: auto !important;
    text-align: center !important;
}
.headerarea .logo {
    width: 100%;
    max-width: 130px;
    position: relative;
    display: inline-block;
    /*background-color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;*/
}

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

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

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

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

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

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

.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: 45%; right: 10px; }
.menu ul li span::after { content: '\2b'; color: #000000; font-family: FontAwesome; font-size: 10px; }
.menu ul li:hover span::after { color: #f7c624; }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a { color: #000; font-size: 18px; font-weight: 400; display: block; padding: 15px 0px; margin: 0 20px; 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: #6AC607; }
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: #fff; background-color: #6ac607; }
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0 4px 15px rgb(0 0 0 / 3%); }
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 14px; text-transform: none; padding: 12px 15px; color: #000; line-height: 20px; font-weight: 500; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #000; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

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

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

/*-- header area stop --*/


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

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

.banner_left {
    width: 100%;
  background-color: #F6FAFF;
  border-radius: 30px;
  padding: 95px 39px 90px 90px;
  min-height: 600px;
  text-align: center;
  position: relative;
}

.banner .bannertext h1 {
    width: 100%;
}

.banner_leftBtm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner_leftBtm p {
   margin: 40px 0 40px 0;
    width: 100%;
    position: relative;
}


.banner .btn1 {
    display: inline-flex;
  background: #f6faff;
  color: #000;
  margin: 0px 5px;
  border: 1px solid #000;
}
.banner .btn1:hover{background: #6ac607;border: 1px solid #6ac607;color: #fff;}
.scrollbtn {
    position: absolute;
  left: 0px;
  right: 0px;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  bottom: -30px;
  justify-content: center;
  border-radius: 15px 15px 15px 15px;
}
.bannerPicinner{position: absolute;
  left: 15px;
  bottom: 15px;}
.bannerPic {
    height: 600px;
    position: relative;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}

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

.yearsnox {
    padding: 15px;
    background-color: rgb(106 106 106 / 17%);
    border-radius: 15px;
    border: 1px solid #fff;
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: center;
} 

.yearsnox .cstm-h2 {
    font-size: 84px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 100px;
}

.yearsnox .cstm-h6{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

/* ======================================================================= */
    /* brandsec start */
/* ======================================================================= */
.brandsec {
    width: 100%;
    padding-bottom: 0 !important;
}

.brandsec h4 {
    font-size: 25px;
  color: #000;
  font-weight: 400;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 1px 15px;
  background: #fff;
  z-index: 9;
}

.brandsec h4 span {
    color: #6AC607;
}

.brandsectext{ position: relative;margin-bottom: 15px;}
.brandsectext::after{position: absolute;
  content: "";
  width: 100%;
  background: #00000024;
  height: 1px;
  left: 0px;
  bottom: 29px;}

.branBox { height: 100%;
  max-height: 60px;
  width: 100%;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 15px;
  margin: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;}
.branBoxlogo { width: 100%; max-width: 110px; height: 65px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.branBoxlogo img { width: 100%; height: 100%; object-fit: contain; }
/**/
.brand_slide .owl-carousel .owl-stage-outer { padding: 55px 0 0 !important; }
.brand_slide .owl-nav button.owl-prev, .brand_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px;}
.brand_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.brand_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.brand_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.brand_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.brand_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.brand_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.brand_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.brand_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.brand_slide .owl-nav { position: absolute; display: inline-flex; right: -215px; bottom: 160px; align-items: center; justify-content: flex-end; width: 100%; }
.brand_slide .owl-nav button.owl-prev:hover, .brand_slide .owl-nav button.owl-next:hover { background: #C82D2D; border: 1px solid #C82D2D; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .brand_slide .owl-dots.disabled, .owl-carousel .brand_slide .owl-nav.disabled {
    display: block !important;
}


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

.about_sec .headertext {
    width: 70%;
  margin: 0 auto 45px;
}

/*.aboutPic {
    height: 435px;
    position: relative;
    display: flex;
    overflow: hidden;
    -webkit-clip-path: polygon(0% 100%, 0% 45%, 72.79% 0.00%, 100% 30%, 100% 100%);
    clip-path: polygon(21.69% 98.39%, 12.65% -1.22%, 77.15% 0.34%, 87.56% 99.4%, 87.58% 99.77%);
}

.aboutPic img {
    width: 75%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 25px;
}*/

.aboutPic {
    height: 435px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 25px; 
    /*-webkit-clip-path: polygon(0% 100%, 0% 45%, 72.79% 0.00%, 100% 30%, 100% 100%);
    clip-path: polygon(21.69% 98.39%, 12.65% -1.22%, 77.15% 0.34%, 87.56% 99.4%, 87.58% 99.77%);*/
}

.aboutPic img {
    width: 71%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.company_brand {
    position: absolute;
  top: 0;
  right: 240px;
  width: 142px;
  height: 143px;
  overflow: hidden;
}

.company_brand img {
    animation: spin 25s linear infinite;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

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

.services_sec .headertext {
    width: 50%;position: relative;
   
}

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

.services_box {
    width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) inset;
  transition: 0.6s;overflow: hidden;
}

.services_box::after{ position: absolute; content: ""; background: url(../images/shap.png);top: 0px;
  right: 0px;
  width: 229px;
  height: 148px;}


.services_box h4 {
    font-size: 25px;
  margin-bottom: 20px;
}

.services_box p{ margin-bottom: 60px;}
.why_choose .row{border-top: 1px solid #ddd;}

.services_sec .btn1 {
    padding: 10px 15px;
    background-color: rgb(216,226,240);
    color: #174FA4;
    position: relative;
}

.btn1 .fa-arrow-right {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgb(255 255 255);
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 11px;
    top: 7px;
    transition: 0.6s;
}

.count_tag {
    background-color: transparent;
    border: 1px solid #174FA4;
    padding: 2px 20px;
    text-align: center;
    font-size: 16px;
    color: #174FA4;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 15px;
}



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

.why_choosePic {
    height: 374px;
  position: relative;
  display: flex;
  margin-bottom: 30px;
}

.why_choosePic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.why_chooserightin{padding: 50px 0px 0px 55px;
  border-left: 1px solid #ddd;}


.why_choose_right {
    width: 100%;
    margin-left: auto;
    border-right: 0px solid #c1c1c1;
}

.why_choose_right_btm {
   width: 100%;
  padding-top: 50px;
  padding-right: 33px;
 
}

.customerBox {
    border-bottom: 1px solid #ddd;
  text-align: center;
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 25px;
} 


.why_chooserightin .btn1 {
  display: inline-flex;
  background: #fff;
  color: #000;
  margin: 20px 0px 0px 0px;
  border: 1px solid #000;
}


.customerBox h6{background-color: #C4F095;
  padding: 6px 20px;
  text-align: center;
  font-size: 14px;
  color: #202020;
  border-radius: 30px;
  transform: rotate(343deg);
  margin: 0 auto 15px;
  position: absolute;
  top: 0px;}
 
.customerBox .cstm-h2 {
    font-size: 150px;
  color: #000;
  font-weight: 500;
  margin: 0;
  line-height: 140px;
}
.customerBox h2 {   
    font-size: 150px;
  color: #000;
  font-weight: 500;
  margin: 0;
  line-height: 140px;
}
.whyicon{text-align: center;
  width: 35%;
  margin: 0 auto;}

.whyicon span{display: block;
  text-align: left;}
  
.customerBox sub, .customerBox sup {
    position: relative;
    font-size: 20px;
    line-height: 0;
    vertical-align: baseline;
}

.why_choose_right_btm p {
    padding: 35px 0 35px 25px;
}

.why_choose_right_btm .btn1 {
    display: inline-flex;
    margin-left: 25px;
}

.why_choose_right_btm article {
    border-left: 1px solid #c1c1c1;
}

.why_choose_right .sec_tag {
    margin: 0 0 15px;
}


.services_secinner .headertext{margin: 0 auto 50px;}
.services_boxinner{background: #F3FFE6;
  border-radius: 10px;
  padding: 39px 30px 25px 30px;
  position: relative;transition: all .5s ease-in-out;}
.services_boxinner h4, .services_boxinner h4 a{font-size: 30px;
  margin-bottom: 10px;}
.services_boxinner p{width: 70%;}
.arrowin{position: absolute;
  top: 25px;
  right: 22px;
  width: 55px;
  height: 55px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: rotate(320deg);
  font-size: 23px;
  color: #000;}
.services_boximg{height: 420px;
  margin-top: 25px;border-radius: 10px;
  overflow: hidden;transition: all .5s ease-in-out;}
.services_boximg img{width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;transition: all .5s ease-in-out;}
.services_boxinner:hover img{ transform: scale(1.1); transition: all .5s ease-in-out;}



.testimonials .sec_tag{top: -29px;
  left: 80px;}
.testimonialsBox{background: #F3FFE6;
  padding: 30px;
  border-radius: 20px;}
.testimonialsBox ul{ padding: 0px; margin: 0px;}
.testimonialsBox ul li{ display: inline-block; color: #FF9600;}
.testimonialsBox p{ margin: 10px 0px 20px; color: #434343; font-weight: 300;}
.testimonialin .flex-shrink-0{width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;}

.ervicertext h5{font-size: 20px;}
.ervicertext .cstm-h5{font-size: 20px;}
.ervicertext h6{font-size: 15px;
  color: #4f4f4f;
  font-weight: 300;
  line-height: 27px;}
  .ervicertext .cstm-h6{font-size: 15px;
  color: #4f4f4f;
  font-weight: 300;
  line-height: 27px;}









/* ======================================================================= */
    /* accordion_sec start */
/* ======================================================================= */
.accordion_sec {
    width: 100%;
    padding-top: 0 !important;
    overflow: hidden;
}

.accordion_main {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}

.accordion_main .nav-tabs {
    flex-direction: column;
    width: 100%;
     max-width: 25%; 
    flex-basis: 25%;
    flex-shrink: 0;
    z-index: 1;
}

.accordion_main .nav-link {
    width: 100%;
    font-size: 20px;
    color: #A7A7A7;
    padding: 12px;
    font-weight: 300;
    text-align: left;
}

.accordion_main .nav-link span {
    font-size: 14px;
    color: #A7A7A7;
}

.accordion_main .accordion-body {
    padding: 0;
}

.accordion_main .nav-tabs .nav-link {
    border-radius: 0;
    border: none;
    border-top: 1px solid #A7A7A7;
    margin-bottom: 10px;
}

.accordion_main .nav-link:focus, .accordion_main .nav-link:hover {
    color: #000;
}

.accordion_main .nav-tabs .nav-item.show .nav-link, .accordion_main .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
}

.accordion_main .accordion-body {
    width: 100%;
}
.accordion_main .accordion-item {
    border: none;
}

.accordion_main .tab-content {
    width: 100%;
}

.customePic {
    height: 385px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

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

.custome_text {
    width: 100%;
    background-color: #E4EBF4;
    padding: 35px;
    border-radius: 15px;
    min-height: 385px;
    display: flex;
    align-items: center;
}

.custome_text p {
    position: relative;
    display: inline-block;
    font-weight: 300;
    line-height: 28px;
}

.custome_text p:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -60px;
    background-image: url(../images/coma.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    height: 44px;
}

.feedbox {
    width: 100%;
}

.feedbox_top {
    width: 100%;
    background-color: #F8F8F8;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    min-height: 182px;
}

.feedbox h2 {
    font-size: 60px;
    color: #000;
    font-weight: 500;
    line-height: 60px;
}

.feedbox h6 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}




/* ======================================================================= */
    /* about_sec start */
/* ======================================================================= */
.about_innr {
    width: 100%;
    padding-top: 15px !important;
}

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

.about_innr_left {
    width: 100%;
    background-color: #F6FAFF;
    border-radius: 20px;
    padding: 40px 60px;
    min-height: 330px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.about_innr_left h2 {
    font-size: 42px;
    color: #000;
    font-weight: 600;
}

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

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

.breadcrumb {
    margin: 0;
}

.breadcrumb a {
    color: #174fa4;
    font-weight: 400;
}


/* ======================================================================= */
    /* corevalue start */
/* ======================================================================= */
.corevalue {
    width: 100%;
    background-color: rgb(244, 246, 248);
}

.corevalue h2 {
    font-size: 32px;
    color: #174FA4;
    text-align: center;
    width: 75%;
    margin: 0 auto 50px;
    font-weight: 300;
}

.corevalue_left {
    width: 100%;
}

.corevalue_pic {
    width: 515px;
    height: 500px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
    margin-left: auto;
}

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

.corevalue_right .sec_tag {
    margin: 0 0 15px;
}

.second_box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 35px;
}

.corevalue_left_pic02 {
    height: 300px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin-top: -200px;
    border-radius: 15px;
    border: 15px solid rgb(244, 246, 248);
}

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

.corevalue .morebtn {
    position: inherit;
    padding: 10px 25px;
    background: #174fa4;
    border-radius: 25px;
    margin-top: 25px;
    color: #fff;
    transition: all .5s ease-in-out;
}

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

.faq_sec { width: 100%; }
.set > a .fa-add::before, .fa-plus::before {
  content: "\f061";
}
.set > a .fa-minus::before, .fa-subtract::before {
  content: "\f063";
}
.accordion-container { position: relative; max-width: 100%; height: auto; margin: 10px auto; }
.accordion-container > h2 { text-align: center; color: #fff; padding-bottom: 5px; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
.set { position: relative; width: 90%; height: auto; background-color: #fff;  margin: 0 auto 15px; border-radius: 10px; border-left: 2px solid #6ac607; box-shadow: 0px 0px 5px 0px #ddd; }
.set > a { display: block; padding: 15px 15px; text-decoration: none; font-size: 20px; color: #000; font-weight: 400; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
.set > a span { color: #6ac607; }
.set > a i { float: right; font-size: 15px; margin-top: 0px; background-color: #6ac60759; width: 32px; height: 32px; border-radius: 50%; text-align: center; display: flex; align-items: center; justify-content: center; }
.set > a.active { background-color: #3399cc; color: #fff; }
.set.active > a {background-color: #fff;
  color: #000;
  border-radius: 10px 10px 0 0;
  font-size: 24px; }
.set.active > a i { background-color: #6ac607;
  color: #fff; }
.accordion-container .content { background-color: #fff; padding: 15px; border-radius: 0 0 10px 10px; border-top: 1px solid #d8e7ff; display: none; }
.accordion-container .content p { margin: 0; color: #000; padding: 0 15px 15px 15px; }


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

.whyus {
    width: 100%;
}

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

.whyus_card {
    width: 100%;
    background-color: #fff;
    padding: 50px 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px #ddd;
    text-align: center;
}

.iconbx {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -4px 1px 0px rgb(23 79 164 / 78%);
    border-radius: 50%;
}

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

.whyus_card h4 {
    font-size: 24px;
    color: #174FA4;
    font-weight: 500;
    margin: 15px 0 10px;
}


/* ======================================================================= */
    /* footer start */
/* ======================================================================= */
.footer_sec {
    background: #2F312B;
  padding: 60px 0px 20px;
}
.footertop{border-bottom: 1px solid #737373;
  padding-bottom: 35px;
  margin-bottom: 35px;}
.footertop h4{font-size: 55px;
  color: #fff;}
  .footertop .cstm-h4{font-size: 55px;
  color: #fff;}
.footertop .btn1{display: inline-flex;
  padding: 10px 30px;
  color: #fff;
  margin: 0px 5px;
  border: 1px solid #fff;
  background: #2f312b;}
  
.footer_sec_left {
    width: 100%;
}

.footer_box {
    width: 100%;
}

.footer_logo {
    width: 100%;
    max-width: 125px;
    position: relative;
    display: inline-block;
   
    background: #fff;
  padding: 5px;
}


.footer_sec h5{font-size: 20px;
  color: #fff;
  margin-bottom: 20px;}
  
  .footer_sec .cstm-h5{font-size: 20px;
  color: #fff;
  margin-bottom: 20px;}
.footer_sec ul, .footer_sec ol{ padding: 0px; margin: 0px;}
.footer_sec ul li, .footer_sec ol li{ margin-bottom: 10px;}
.footer_sec ul li a, .footer_sec ol li a{color: #9D9D9D;
  font-size: 16px;}
.footer_sec ol li{ width: 48%;display: inline-block;}


.footer_box h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
}

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

.footer_box ul li {
    width: 100%;
}

.footer_box ul li a {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
    transition: 0.5s;
    position: relative;
}

.footer_box ul li a::before {
    content: "\f105";
    position: absolute;
    top: 0px;
    left: -20px;
    font-size: 14px;
    font-family: FontAwesome;
    color: #f7b650;
    transition: 0.5s;
}

.footer_box ul li a:hover {
    color: #f7b650;
}


.socialmedia{ position: relative;}
.socialmedia ul{ padding: 0px;text-align: center;  position: relative; z-index: 9;}
.socialmedia ul li{ display: inline-block; list-style: none; padding-left: 0px;}
.socialmedia ul li::after{ display: none;}
.socialmedia ul li a{width: 35px;height: 35px;display: flex;background: #fff;justify-content: center;border: 1px solid #fff;
align-items: center;color: #2f312b;border-radius: 50%;margin: 0px 2px;}
.socialmedia ul li a:hover{ background: #6ac607; color: #fff; border: 1px solid #6ac607}
.copyright{margin-top: 50px;}
.copyright h6{ font-size: 17px;color: #fff;}
.copyright h6 span{ color: #A5CC3E;}

.copyright .cstm-h6{ font-size: 17px;color: #fff;}
.copyright .cstm-h6 span{ color: #A5CC3E;}



/*-----19.07.25----*/
.innerbannerarea{background-color: #F6FAFF;border-radius: 30px; padding: 60px 0px; text-align: center;}
.webhosting .headertext h3{ margin-bottom: 10px;}
.webhosting .headertext p{ margin-bottom: 35px;}
.innerbannerarea h1{ font-size: 50px;}
.innerbannerarea ul{ padding: 0px; margin: 0px;}
.innerbannerarea ul li{ display: inline-block;color: #6ac607;}
.innerbannerarea ul li a{ color: #000;}
.webhosting .headertext{width: 70%;margin: 0 auto 35px;}
.fildin{position: relative;}
.fildin .form-control{border-radius: 25px; height: 55px; padding: 6px 50px 6px 20px;}
.fildin .btn{position: absolute; top: 5px; right: 6px; width: 45px; height: 45px; background: #6ac607;
  border-radius: 50%;  color: #fff; font-size: 22px;}
.fildin .fa-magnifying-glass{position: absolute; top: 15px; right: 16px; font-size: 22px; color: #fff; cursor: pointer;}

.services_boxareain{border: 1px solid #ddd; padding: 50px 30px; border-radius: 25px;width: 100%;
  margin-bottom: 25px;}
.servicesmg{text-align: center; margin-bottom: 15px;}
.services_boxareain h4{text-align: center; font-size: 28px !important; position: initial !important; display: block !important; margin-bottom: 0px !important;}
.services_boxareain ul{ padding: 5px 0px; margin: 0px; text-align: center; color: #f58220;}
.services_boxareain ul li{ display: inline-block;}

.services_boxareain .cstm-h6{text-align: center;margin-bottom: 35px; font-size: 15px;}

.services_boxareain h6{text-align: center;margin-bottom: 35px; font-size: 15px;}
.services_boxareain h5{font-size: 16px !important; color: #575757; text-transform: uppercase; margin-bottom: 10px !important;}
.services_boxareain ol{ padding: 0px; margin: 0px;}
.services_boxareain ol li{ position: relative; padding-left: 19px; margin-bottom: 6px; font-size: 16px; font-weight: 300;
  color: #373737;}
.services_boxareain ol li::after{content: '\f058'; color: #6ac607; font-family: FontAwesome;left: 0px; position: absolute;
  top: 3px; font-size: 14px; }
.services_boxareain .btn1{background: #fff; border: 1px solid #6ac607; width: 220px; margin: 0 auto;padding: 10px 10px;
  color: #000; margin-top: 25px;}
.services_boxareain .btn1:hover{background: #6ac607; border: 1px solid #6ac607;color: #fff;}
.services_boxareain:hover{border: 1px solid #6ac607;}
.innerbannerareain{padding: 60px 0px 120px;}
.bigRockinareain{background: #fff; border-radius: 25px;align-items: center; display: flex;  justify-content: space-between;  box-shadow: 0px 0px 10px 0px #ddd;  padding: 30px;  margin-top: -80px;}
.biginleft{display: flex;}
.servicesmgin{margin-right: 20px;}
.biginarae h4{ font-size: 30px;}
.biginarae ul{ padding: 5px 0px; margin: 0px; display: inline-block; color: #f58220;}
.biginarae ul li{ display: inline-block;}
.biginarae h6{text-align: center; margin-bottom: 0px; font-size: 15px; display: inline-block;}
.biginright{display: flex;justify-content: space-between;}
.biginright .btn1{height: 50px; margin-left: 5px;}
.btn1in{background: #fff; border: 1px solid #6ac607; color: #000;}
.btn1in .fa-plus{background-color: #6AC60780;}
.btn1in:hover{background-color: #6ac607;color: #fff;}
.secinareanav{background: #fff; box-shadow: 0px 0px 10px 0px #ddd; padding: 20px 25px; border-radius: 10px;
  align-items: center; margin-top: 10px; display: flex;justify-content: center;}
.secinareanav ul{ padding: 0px; margin: 0px;}
.secinareanav ul li{ display: inline-block; border-right: 1px solid #000; line-height: 20px}
.secinareanav ul li:last-child{border-right: 0px solid #000;}
.secinareanav ul li a{ font-size: 20px; color: #000; margin: 0px 45px; padding: 18px 0px; border-bottom: 2px solid transparent;}
.secinareanav ul li a:hover, .secinareanav ul li.active a{border-bottom: 2px solid #6ac607;}
.overviewarae{ margin-top: 35px;}
.overviewarae h4{font-size: 30px; margin-bottom: 30px; display: inline-block; background: #fff; padding-right: 15px;position: relative;z-index: 9;}
.overviewarae h2{font-size: 30px; margin-bottom: 30px; display: inline-block; background: #fff; padding-right: 15px;position: relative;z-index: 9;}
.overtext{position: relative;}
.overtext::after{position: absolute; content: ""; width: 100%; height: 1px; background: #d0d0d0; top: 18px;left: 0px;}
.overviewarae h5{font-size: 25px; margin-bottom: 10px;}
.listimg{margin-top: 20px;}
.listimg .ervicertextin{margin-left: 10px;}
.listimg .ervicertextin h5 {font-size: 22px; margin-bottom: 3px;}
.listimg .ervicertextin h3 {font-size: 22px; margin-bottom: 3px;}
.listimg .flex-shrink-0 { flex-shrink: 0 !important; font-size: 20px; color: #6ac607;}
.listimg p{ margin-bottom: 0px;}
.shippingarae{width: 85%; border: 1px solid #ddd; border-radius: 20px; margin: 35px auto;padding: 50px 32px;
  box-shadow: 0px 0px 10px 0px #ddd;}
.shippingarae ul{ padding: 0px; margin: 0px;}
.shippingarae ul li{ display: inline-flex; width: 32%; margin-bottom: 10px;}
.shippingarae ul li .fa-square-check{padding-right: 5px; font-size: 20px; color: #6ac607;}
.shippingarae ul li .fa-circle-xmark{color: #f00;padding-right: 5px; font-size: 20px;}



.video-play-button {position: absolute;z-index: 10;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);box-sizing: content-box;display: block;width: 32px;height: 44px;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%) ranslateY(-50%);display: block;width: 75px;height: 75px;background: #fff;border-radius: 50%;animation: pulse-border 1500ms ease-out infinite;}
.video-play-button:after {content: "";position: absolute; z-index: 1;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);display: block;width: 70px;height: 70px;background: #fff;border-radius: 50%;transition: all 200ms;}
.video-play-button:hover:after {background-color: darken(#0098db, 10%);}
.video-play-button span {display: block;position: relative;z-index: 3;width: 0;height: 0;border-left: 18px solid #6ac607;
border-top: 15px solid transparent;border-bottom: 15px solid transparent;top: 7px;left: 7px;}
@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;}}


.project-image-box10 {height: 210px; position: relative;}
 .project-image-box10  img{width: 100%; height: 100%; object-fit: cover; border-radius: 15px;} 
.overareatextin{ margin-top: 100px;}
.services_secinarea{ padding-bottom: 70px;}
.digitalarea{background: #F9F9F9; text-align: center; padding: 30px 25px; border-radius: 15px; box-shadow: 0px 0px 10px 0px inset #ddd; font-size: 22px; margin-bottom: 20px;color: #000;font-weight: 400;}
.usebox{border: 1px solid #D1DDD9; text-align: center; padding: 15px 10px; border-radius: 10px; text-transform: uppercase;
  font-size: 15px;}
.usebox span{ color: #6ac607;}
.riviewarea{ width: 75%; margin: 0 auto;}
.rivewinarae{ margin-top: 35px; border-top: 1px solid #ddd; padding-top: 35px;}
.rivewinaraebox{border: 1px solid #ddd; border-radius: 15px; padding: 20px;  margin-bottom: 25px; position: relative;}
.rivewinaraeimginin{width: 30%;text-align: center;}
.rivewinaraeimgin{width: 125px; height: 125px; margin: 0 auto 11px; border-radius: 50%; overflow: hidden;border: 2px solid #6ac607;}
.rivewinaraebox h2{font-size: 20px;font-weight: 500;}
.rivewinaraebox h2 span{display: block; font-size: 14px;}

.rivewinaraebox .cstm_h2{font-size: 20px;font-weight: 500;}
.rivewinaraebox .cstm_h2 span{display: block; font-size: 14px;}


.rivewinaraebox ul{ padding: 0px; margin: 0px;}
.rivewinaraebox ul li{ display: inline-block; color: #f70;}
.rivewinaraetext{border-left: 1px solid #ddd; padding-left: 40px;}
.datein{display: inline-block; position: absolute; right: 22px; background: #6ac60747; padding: 5px 15px;
  color: #4b8d05; border-radius: 25px;  font-size: 12px;}
.rivewinaraetext h4{font-size: 25px; margin-bottom: 8px; padding-right: 0px;}
.rivewinaraetext h6{margin-bottom: 20px;font-size: 15px;}
.reviwtextin h5{font-size: 15px;margin-bottom: 5px;}

.reviwtextin .cstm_h5{font-size: 15px;margin-bottom: 5px;}

.reviewtext{border-top: 1px solid #ddd;padding-top: 20px;}
.riviewareainner{ margin-top: 35px;}
.btnarea{justify-content: center; margin-top: 20px;}
.btnarea .btn1{margin: initial !important; margin-right: 10px !important}
.btnicon{width: 45px;height: 45px; background: #5eb40254; display: flex; align-items: center; justify-content: center;
  border-radius: 50%;}
.riviewareainner .set{ width: 100%;;}



.faq-contain{width: 90%;
  margin: 0 auto;}
.faq-contain .accordion-item {
 background-color: #fff;
  margin: 0 auto 15px;
  border-radius: 10px;
  border-left: 2px solid #6ac607;
  box-shadow: 0px 0px 5px 0px #ddd;
}
.faq-contain .accordion-item .accordion-header .accordion-button {
   background-color: #fff;
  color: #000;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  padding: 20px 15px;
  font-weight: 400;
}
.faq-contain .accordion-item .accordion-header .accordion-button span{color: #6ac607;}



.accordion-button:not(.collapsed){background-color: #fff;}
.accordion-button:not(.collapsed)
.accordion-button:not(.collapsed).accordion-button{box-shadow: 0px 0px 0px 0px #ddd !important;}

.buttonbody{ background: #fff;
  padding: 5px;
  border-radius: 12px;}

.faq-contain .accordion-item .accordion-header .accordion-button:focus{box-shadow: none;}
.faq-contain .accordion-item .accordion-header .accordion-button::after{display: none;}
.faq-contain .accordion-item .accordion-header .accordion-button::before {content: '\f063';position: absolute;top: 22px;
  right: 12px;  background: #6ac607;border-radius: 100%; font-family: FontAwesome;width: 35px; height: 35px; color: #fff; font-size: 17px;
  text-align: center; line-height: 25px; display: flex;align-items: center; justify-content: center;}
.faq-contain .accordion-item .accordion-header .accordion-button.collapsed::before{content: '\f061';background-color: #6ac607;}
.faq-contain .accordion-item .accordion-body {
    
   font-size: 17px;
  font-weight: 400;
  color: #000;border-radius: 15px;
  padding: 0px;
  background: #fff;
  border-top: 0px solid #e9e9e9;
}

.faq-contain .accordion-item .accordion-body p{margin: 0;
  color: #000;
  padding: 10px 15px 15px 15px;}

.sub-menu-toggle{ display:none;}