/*-----------------------------------------------------------------------------------

 Theme Name: Techradarinc
 Description: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 Author: Kapil Prajapati
-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300..700&display=swap');
/*  font-family: "Spline Sans", sans-serif;*/


:root {
  --primary-background:linear-gradient(to right, #0c65c6, #2cb484);
  --banner-background: linear-gradient(to right, #0c65c6 -17%, #2cb484 33%);
  --banner-button:#004d9f;
  --section-background: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  --secondry-background:#2d2d2d;
  --heading-color:#2cb484;
  --white-background:#fff;
  --black-background:#000;
  --primary-color:#1a4845;
  --black-color:#000;
  --white-color:#fff;
  --font-weight-100:100;
  --font-weight-200:200;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-700:700;
  --font-weight-800:800;
  --font-10:10px;
  --font-11:11px;
  --font-12:12px;
  --font-13:13px;
  --font-14:14px;
  --font-15:15px;
  --font-16:16px;
  --font-17:17px;
  --font-18:18px;
  --font-19:19px;
  --font-20:20px;
  --font-21:21px;
  --font-22:22px;
  --font-23:23px;
  --font-24:24px;
  --font-25:25px;
  --font-26:26px;
  --font-27:27px;
  --font-28:28px;
  --font-29:29px;
  --font-30:30px;
  --font-31:31px;
  --font-32:32px;
  --font-33:33px;
  --font-34:34px;
  --font-35:35px;
  --font-36:36px;
  --font-37:37px;
  --font-38:38px;
  --font-39:39px;
  --font-40:40px;
  --font-41:41px;
  --font-42:42px;
  --font-43:43px;
  --font-44:44px;
  --font-45:45px;
  --font-46:46px;
  --font-47:47px;
  --font-48:48px;
  --font-49:49px;
  --font-50:50px;
  --font-60:60px;
  --font-70:70px;
  --font-80:80px;
  --font-90:90px;
  --font-100:100px;
  --justify-center:center;
  --justify-spabe:space-between;
  --align-center:center;
  --primary-display:block;
  --secondary-display:flex;
  --display-inline:inline-block;
  --text-uppercase:uppercase;
  --text-capital:capitalize;
  --primary-font-family: "Spline Sans", sans-serif;
}
body{font-family: var(--primary-font-family);}
p{    font-family: "Spline Sans", sans-serif;}
h1{    font-family: "Spline Sans", sans-serif; }
h2{    font-family: "Spline Sans", sans-serif; }
h3{    font-family: "Spline Sans", sans-serif; }
h4{    font-family: "Spline Sans", sans-serif; margin-bottom: 0; }
h5{    font-family: "Spline Sans", sans-serif; }
h6{    font-family: "Spline Sans", sans-serif; }
a{    font-family: "Spline Sans", sans-serif;}
li{    font-family: "Spline Sans", sans-serif;}
div{    font-family: "Spline Sans", sans-serif;}
input{    font-family: "Spline Sans", sans-serif;}
span{    font-family: "Spline Sans", sans-serif;}
label{    font-family: "Spline Sans", sans-serif;}
button{    font-family: "Spline Sans", sans-serif;}
html {
  scroll-behavior: smooth;
}

ul{margin-bottom: 0px;}
/*=======================header ccss start============================*/
/* sticky menu css */
.is-sticky{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1); background-color: #fff;}
.is-sticky{animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
    0% {transform: translateY(-150px); } 
    100% {transform: translateY(0px); }
}
/*.is-sticky .navbar{background-color: #203b2c!important; padding: 6px;}*/
/*.is-sticky .navbar-nav li a{color: #fff;}
.is-sticky .navbar-brand img{filter: brightness(0) invert(1);}
*/
.top-menu {background: #000000; padding: 10px 50px; position: relative; z-index: 1; margin: 0; border-bottom: 1px solid #22293C; }
.top-menu::before {position: absolute; top: 0; left: -15px; height: 101%; width: 38%; background: #368B3A; content: ""; z-index: -1; }
.top-menu-icon ul li {list-style: none; display: inline-block; margin-right: 35px; font-size: 15px; line-height: 30px; color: #ffffff; font-weight: 600; }
.top-menu-right-site {text-align: right; }
.top-menu-icon-list ul li.mgr {display: inline-block; margin-right: 35px; position: relative; z-index: 1; }
.top-menu-icon-list ul li.mgr::before {position: absolute; content: ""; top: -15px; right: -20px; height: 51px; width: 1px; background: #F1F1F1; opacity: 0.5; }
.top-menu-icon-list ul li {display: inline-block; list-style: none; color: #fff; font-size: 15px; font-weight: 400; }
.top-menu-icon-list ul li i {display: inline-block; margin-right: 10px; }
.top-menu-icon-list ul li.text {padding: 0 20px 0 0; position: relative; z-index: 1; }
.top-menu-icon-list ul li.text::before {position: absolute; content: ""; top: 5px; right: 3px; height: 17px; width: 1px; background: #35363A; }
.top-menu-icon-list ul li a:hover{color: #FE3D02; }
.top-menu-icon-list li ul{padding-left: 0px;}
.top-menu-icon-list li ul li{margin-right: 10px;}
.top-menu-icon-list li ul li a{color: #fff; text-decoration: none; font-size: 15px;}
.navbar-brand{width: 13%;}
.navbar-brand img{width: 100%;}
.navbar{padding: 10px 0px;}
.navbar-nav li{margin: 0px 13px;}
.navbar-nav li a{color: #000!important; opacity: 1; font-size: 15px; font-weight: 500;}
.navbar-nav li a.active{color: #e8430d!important;}
.navbar-nav li a:hover{color:#e8430d!important;}
.nav-right{text-align: right;}
.nav-right a{
        background-color: #e8430d;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px;
}
.nav-right a i{margin-left: 7px; font-size: 13px;}
.nav-right a:hover{background-color: #000;}
/*========================header css end===========================*/


.main-hero.main-hero1 {min-height: auto; display: flex; align-items: center; background-color: #fef4f1; }
 .main-hadding {padding-top: 20px; }
.main-hadding h1 {color: #000; font-size: 46px; font-style: normal; font-weight: 600; line-height: 62px; text-transform: capitalize; }
.space24 {height: 24px; }
.main-hadding p {color: #616976; font-size: 16px; font-style: normal; font-weight: 400; line-height: 26px; }
.space40 {height: 40px; }
.header1-buttons {display: flex; align-items: center; }
 .btn_theme {color: #fff; background: transparent; position: relative; overflow: hidden; display: inline-flex; justify-content: center; align-items: center; padding: 14px 24px; text-transform: capitalize; border: 1px solid #e8430d; font-size: 16px; border-radius: 5px; font-weight: 600; line-height: 1.2; min-width: -moz-max-content; min-width: max-content; transition: all 0.35s ease-in-out; position: relative; z-index: 1; box-shadow: 0px 4px 12px 0px rgba(14, 22, 129, 0.13); text-decoration: none; }
 .btn_theme_active {color: white; position: relative; z-index: 0; }
 .btn_theme_active {color: white; position: relative; z-index: 0; }
 .btn_theme:hover, .btn_theme:focus {border: 1px solid #e8430d; color: #e8430d; }
.btn_theme_active::after {content: ""; position: absolute; display: flex; align-items: center; width: 100%; height: 100%; background: #e8430d; z-index: -3; }
 .btn_theme span {position: absolute; display: block; width: 0; height: 0; border-radius: 50%; background-color: #e8430d; transition: width 0.4s ease-in-out, height 0.4s ease-in-out; transform: translate(-50%, -50%); z-index: -1; top: 0; left: 0;}
 .btn_theme_active span {background-color: #fff; }
.btn_theme_active span {background:  #fff; }
 .btn_theme:hover span, .btn_theme:focus span {width: 225%; height: 220px; }
 .header1-button-all {margin-left: 20px; }
 .hero1-image-all {position: relative; height: 600px; margin-right: -100px; margin-top: 80px; }
.aniamtion-key-1 {position: relative; animation-name: animation-1; animation-duration: 24s; animation-iteration-count: infinite; animation-direction: alternate; animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1); }
 @keyframes animation-1 {0% {transform: rotate(0deg); } 100% {transform: rotate(1000deg); } }
 .hero1-img-1 {position: absolute; left: -50%; right: -50%; bottom: 100px; }
.hero1-img-1.aniamtion-key-1 {margin-right: 81px; }
.hero1-img-2 {position: absolute; right: 70px; top: 100px; }
.border90 img {border-radius: 93px; width: 80%; }
.hero1-img-3 {position: absolute; left: 52px; top: 25px; }
 .hero1-img-4 {position: absolute; bottom: 182px; left: 0; }
.hero-counter-box {color: #03163B; background: #ffff; padding: 24px; border: 1px solid #F1F1F1; border-radius: 20px; }
.hero-counter-text {display: flex; align-items: center; }
.hero-counter-text h1 {font-size: 44px; font-style: normal; font-weight: 600; line-height: 52px; text-transform: capitalize; color: #e8430d; }
.hero-counter-text p {font-size: 16px; font-style: normal; font-weight: 500; line-height: 22px; text-align: start; }
.hero-counter-text p {padding-left: 10px; }
body, html {overflow-x: hidden; }
.main-header-wrapper{position: absolute; width: 100%; z-index: 99; }
 .btn_theme2 {background: transparent; position: relative; overflow: hidden; display: inline-flex; justify-content: center; align-items: center; padding: 14px 24px; text-transform: capitalize; border-radius: 5px; border: 1px solid #e8430d; font-size: 16px; border-radius: 5px; font-weight: 600; line-height: 1.2; min-width: -moz-max-content; min-width: max-content; transition: all 0.35s ease-in-out; position: relative; z-index: 1; box-shadow: none; }
 .btn_theme_active2 {color: #e8430d; position: relative; z-index: 0; }
.btn_theme2:hover, .btn_theme2:focus {border: 1px solid #e8430d; color: #fff; }
.btn_theme2 span {position: absolute; display: block; width: 0; height: 0; border-radius: 50%; background-color: #fff; transition: width 0.4s ease-in-out, height 0.4s ease-in-out; transform: translate(-50%, -50%); z-index: -1; top: 0; left: 0; }
.btn_theme_active2 span {background-color: #e8430d; }
.btn_theme2:hover span, .btn_theme2:focus span {width: 225%; height: 220px; }
.btn_theme_active2::after {content: ""; position: absolute; display: flex; align-items: center; width: 100%; height: 100%; background: #fff; z-index: -3; }

.hero1-img-1 img{width: 30%;}





/*============================================footer css start=======================================*/


.main-footer{background-color: #000;padding: 40px 0px 30px;}
.footer-about img{width: 66%;margin-bottom: 23px;}
.footer-about p{color: #fff; font-size: 15px;}
.footer-link h4{color: #fff;font-weight: 500;font-size: 18px;margin-bottom: 25px;}
.footer-link ul{padding-left: 0px; list-style-type: none; margin-bottom: 0px;    display: flex; flex-wrap: wrap;}
.footer-link ul li{width: 100%; margin-bottom: 18px;}
.footer-link ul li a{color: #fff; font-size: 15px; color: #fff; text-decoration: none;}
.footer-address h3{color: #fff;font-weight: 500;font-size: 18px;margin-bottom: 25px;}
.footer-address p{color: #fff; font-size: 15px;}
.footer-email{margin-top: 30px;}
.footer-email h3{color: #fff;font-weight: 500;font-size: 18px;margin-bottom: 25px;}
.footer-email p{color: #fff; font-size: 15px; margin-bottom: 8px;     display: flex;
    align-items: self-start;     margin-bottom: 18px;}
.footer-email p a{color: #fff; font-size: 15px; text-decoration: none;     display: flex;
    align-items: self-start;}
.footer-email p a img{width: 20px; margin-right: 9px; filter: brightness(0) invert(1);}
.footer-email p img{width: 20px; margin-right: 9px; filter: brightness(0) invert(1);}
.footer-phone h3{color: #fff;font-weight: 500;font-size: 18px;margin-bottom: 25px;}
.footer-phone p a{color: #fff; font-size: 15px; text-decoration: none;}
.footer-phone p{color: #fff; font-size: 15px; margin-bottom: 8px;}
.footer-follow{margin-top: 32px;}
.footer-follow h3{color: #fff;font-weight: 500;font-size: 18px;margin-bottom: 25px;}
.footer-follow ul{list-style-type: none; display: flex; align-items: center; padding-left: 0px; gap:0px 10px;}
.footer-follow ul li a i{color: #fff;width: 44px;height: 44px;display: flex;align-items: center;justify-content: center;border: 1px solid #ccc;background-color: #000;}
.footer-follow ul li a{text-decoration: none;}
.copyright-wrapp{border-top: 1px solid #ccc; text-align: center; padding-top: 30px; margin-top: 20px;}
.copyright-wrapp p{font-size: 15px; color: #fff; margin-bottom: 0px;}
.copyright-wrapp p a{color: #fff; text-decoration: none;}
.copyright-wrapp{display: flex; justify-content: space-between;}
.footer-link{padding-left:0px;}
 .footer-contact-input {display: flex; align-items: center; }
.input-footer input {padding: 12px; border: 1px solid #CDE4FA; border-radius: 5px; }
.button-footer {margin-left: 0px; }

/*============================================footer css end=======================================*/

/*============================================banner bottom css start=======================================*/
.marquee-wrap, .marquee-title {overflow: hidden; display: block; height: 95px; }
.marquee-wrap {background-color: #000; width: 100%; position: relative; margin-top: 0px; }
 .marquee-text {animation: marquee 50s linear infinite; margin-top: -5px; position: relative; font-size: 100px; width: 100%; white-space: nowrap; line-height: 95px; font-weight: 600; }
@keyframes marquee {
0% { transform: translateX(0); }
100% { transform: translatex(-100%); }
}
@keyframes marquee-2 {
0% { transform: translateX(-100%); }
100% { transform: translatex(0); }
}
 .brand-single-box {display: inline-block; padding: 0px 30px; }
 /*============================================banner bottom css end=======================================*/

 /*===================================home service css start=======================================*/

.sp3 {padding: 50px 0; }
.hadding1 h1 {color: #000; font-size: 33px; font-style: normal; font-weight: 600; line-height: 52px; text-transform: capitalize; margin-bottom: 8px; }
 .hadding1 p {color: #616976; font-size: 16px; font-style: normal; font-weight: 400; line-height: 26px; margin-bottom: 30px; }
 .service1-box {display: flex; align-items: start; border-radius: 10px; border: 1px solid #E8E8E8; padding: 32px; margin-top: 30px; transition: all .4s; }
.service1-box:hover {background-color: #fef4f1c7; transition: all .4s; transform: translateY(-10px); }
.service1-box-icon {height: 60px; width: 60px; text-align: center; line-height: 60px; background-color: #e8430d; border-radius: 50%; margin-right: 20px; margin-top: 10px; }
.hadding1 h2 a {color: #000; font-size: 21px; font-style: normal; font-weight: 600; line-height: 32px; transition: all .3s; text-transform: capitalize; margin-bottom: 8px; text-decoration: none; display: inline-block; }
 .learn-more1 {color: #000; font-size: 16px; font-weight: 500; text-transform: capitalize; transition: all .3s; text-decoration: none; }
 .learn-more1 span {transition: all .3s; display: inline-block; width: 15px; margin-left: 10px; }


 /*===================================home service css end=======================================*/

/*===================================home why choose css end=======================================*/
.why-choose-wrapp{background-color: #f0f0f0; padding: 35px 0px;}
.why-choose-left img{width: 100%;}
.why-choose-right{height: 100%; display: flex; align-items: center;}
.why-choose-right h2{color: #000; font-size: 33px; font-style: normal; font-weight: 600; line-height: 52px; text-transform: capitalize; margin-bottom: 8px;}   
.why-choose-right h2 span{color: #e8430d;}
.why-choose-right p{font-size: 15px; color: #000;}
.why-choose-right h6{font-weight: 600; color: #000; font-size: 15px;}
.why-choose-right ul{padding-left: 0px; list-style-type: none;}
.why-choose-right ul li{font-size: 15px; color: #000; margin-bottom: 15px;}
.why-choose-right ul li img{width: 18px; margin-right: 8px; filter: invert(34%) sepia(94%) saturate(5647%) hue-rotate(14deg) brightness(95%) contrast(108%); }

/*===================================home why choose css end=======================================*/

/*===================================home how we work css start=======================================*/
.how-work-head{margin-bottom: 30px; text-align: center;}
.how-work-head h2{color: #000; font-size: 33px; font-style: normal; font-weight: 600; line-height: 52px; text-transform: capitalize; margin-bottom: 8px;}   
.how-work-head h2 span{color: #e8430d;}
.how-we-work-wrapp{padding: 50px 0px;}
.how-work-box{background-color: #fff; box-shadow: 0px 0px 10px #ccc; padding: 20px; border-radius: 12px;  margin-bottom: 30px;}
.how-work-box h3{text-align: center; font-size: 15px; font-weight: 600; color: #000; margin-bottom: 0px; line-height: 23px; height: 45px; overflow: hidden; }
.how-work-icon{width: 65px; height: 65px; background-color: #e8430d; padding: 10px; border-radius: 6px; margin: 0 auto 16px;}
.how-work-icon img{ width:100%; filter: brightness(0) invert(1);}
/*===================================home how we work css end=======================================*/

/*===================================home Cta css start=======================================*/
.home-cta-wrapp{background-color: #000; padding: 50px 0px;}
.cta-hadding1 h1 {    color: rgba(255, 255, 255, 0.90); font-size: 35px; font-style: normal; font-weight: 600; line-height: 46px; text-transform: capitalize;}

.cta-hadding1 p {color: #fff; font-size: 15px; font-style: normal; font-weight: 400; line-height: 26px; }
.cta1-buttons {display: flex; align-items: center; justify-content: end; gap: 20px; }
 .subscribe-img {position: absolute; right: 0; top: -5%; z-index: -1; }
 .cta1-buttons .btn_theme:hover, .btn_theme:focus {border: 1px solid #e8430d; color: #fff; }
.cta1-buttons .btn_theme{border-color: #fff;}

/*===================================home Cta css end=======================================*/

/*===================================home testi css start=======================================*/
.home-testi-wrapp{padding: 50px 0px 90px;}
.hadding1 h1 span{color: #e8430d;}
.tes6-single-slider {border-radius: 2px; background: #efefef; padding: 24px; margin: 0px 5px; }
.tes6-slider-icon {height: 40px; width: 40px; }
.tes6-single-slider p {color: #10242D; font-size: 17px; font-style: normal; font-weight: 400; line-height: 30px; }
.tes6-border {background-color: #E7E9EA; height: 1px; width: 100%; margin: 24px 0; }
.tes6-bottom-area {display: flex; align-items: center; justify-content: space-between; }
.tes6-bottom-hadding {display: flex; align-items: center; }
.tes6-hadding {margin-left: 24px; }
.tes6-hadding h5 a {color: #10242D; font-size: 19px; font-style: normal; font-weight: 600; line-height: 28px; display: inline-block; text-decoration: none; }
.tes6-hadding p {color: #666; font-size: 16px; font-style: normal; font-weight: 400; line-height: 16px; }
.tes6-icons ul li {color: #FF9E58; display: inline-block; }
.testi-sliders .owl-dots {position: absolute; bottom: -60px; width: 100%; right: 0; text-align: center; }
.testi-sliders .owl-dots button {background: transparent; border: none; color: inherit; padding: 0 !important; font: inherit; height: 16px; line-height: 10px; width: 16px; margin: 0 6px; border: none; border-radius: 50%; padding: 5px; margin: 5px; background-color: #D9D9D9; }
.testi-sliders .owl-dots button {position: relative; border: 2px solid #c4c4c4 !important; background-color: #c4c4c4 !important; }
.testi-sliders .owl-dots button.active {background: #e8430d !important; border-color: #fff !important; }
.testi-sliders .owl-dots button:after {position: absolute; content: ""; height: 18px; width: 18px; background: #e8430d; z-index: -1; border-radius: 50%; left: -3px; top: -3px; transition: all .3s; visibility: hidden; opacity: 0; }
.testi-sliders .owl-dots button.active:after {visibility: visible; opacity: 1; }
/*===================================home testi css end=======================================*/

/*===================================inner banner css start=======================================*/
.inner-banner{min-height: 300px!important;}
ol.breadcrumb li {display: inline; font-size: 18px; color: #000!important;font-weight: 500;}
ol.breadcrumb li+li:before {padding: 0px; color: #000!important; content: "/\00a0"; }
ol.breadcrumb li a {color: #000!important; text-decoration: none; font-weight: 500;}
ol.breadcrumb li a:hover {color: #000; text-decoration: underline; }
.bread-crumbs{margin-bottom: 0;}
ol.breadcrumb li a i{margin-right: 7px;}
.inner-banner .main-hadding{text-align: center;     padding-top: 54px;}
ol.breadcrumb{justify-content: center;}
.inner-banner .main-hadding h1{margin-bottom: 13px;}
.inner-banner .main-hadding h1 span{color: #e8430d;}
/*===================================inner banner css end=======================================*/

/*===================================about page css start=======================================*/
.abt-moddle-wrapp{background-color: #fff;}
.with-without-wrapp{background-color: #f0f0f06b; padding: 40px 0px;}
 .with-without-wrapp .comparison-wrapper {display: flex; align-items: stretch; justify-content: center; gap: 30px; flex-wrap: wrap; }
 .with-without-wrapp  .card {width: 450px; border-radius: 12px; padding: 0; box-shadow: 0 10px 25px rgba(0,0,0,0.08); overflow: hidden; background: #fff; }
 .with-without-wrapp  .card-header {padding: 16px; font-size: 18px; font-weight: bold; }
 .with-without-wrapp  .card ul {list-style: none; padding: 25px; margin: 0; text-align: left; }
 .with-without-wrapp  .card ul li {padding: 10px 0; font-size: 15px; position: relative; padding-left: 22px; border-bottom: 1px solid #ccc; }
.with-without-wrapp  .card ul li:last-child{border: unset;}
/* .without {border-top: 6px solid #e63946; }*/
 .with-without-wrapp  .without .card-header {background: #e63946; color: #fff; }
 .with-without-wrapp  .without ul li::before {content: "✖"; position: absolute; left: 0; color: #e63946; }
 /*.with {border-top: 6px solid #1a8f4a; transform: scale(1.05); } */
.with-without-wrapp  .with .card-header {background: #1a8f4a; color: #fff; }
 .with-without-wrapp  .with ul li::before {content: "✔"; position: absolute; left: 0; color: #1a8f4a; }
 .with-without-wrapp  .arrow {font-size: 61px; align-self: center; color: #e8430d; }
 .with-without-wrapp  .cta-btn {display: inline-block; margin-top: 40px; padding: 14px 30px; background: #1a8f4a; color: #fff; text-decoration: none; border-radius: 30px; font-size: 16px; transition: 0.3s ease; }
 .with-without-wrapp  .cta-btn:hover {background: #14723b; }
/* 📱 Responsive */
@media (max-width: 900px) {
  .with-without-wrapp  .arrow {display: none; }
  .with-without-wrapp  .with {transform: none; }
  .with-without-wrapp  .card {width: 100%; max-width: 400px; }
}

/*===================================about page css end=======================================*/

/*===================================service detail page css start=======================================*/

.service-details-wrapp .single-widget {padding: 32px; margin-bottom: 30px; background:#F0F2F7; }
 .service-details-wrapp .single-widget h3 {color: #000; font-size: 24px; font-style: normal; font-weight: 500; line-height: 32px; position: relative; padding-bottom: 10px; }
 .service-details-wrapp .single-widget h3::after {position: absolute; content: ""; height: 2px; width: 50px; background: #000; left: 2px; bottom: 0; z-index: 1; }
 .service-details-wrapp .single-widget ul {margin: 0; padding: 0; list-style: none; padding-left: 0; }
 .service-details-wrapp .serice-dtials-list li a {background: transparent; color: #000; font-size: 16px; font-style: normal; font-weight: 500; line-height: 16px; display: flex; /* display: inline-block; */ align-items: center; justify-content: space-between; padding: 17px 20px; transition: all 0.3s; width: 100%; transition: all .4s; text-decoration: none; }
.service-details-wrapp .serice-dtials-list li a:hover {background-color: #e8430d; color: #fff; transition: all .3s; }
.service-details-wrapp .single-widget li a span {transform: rotate(0); transition: all .3s; }
.service-details-wrapp .single-widget li:hover span {transform: rotate(0); transition: all .3s; }
.service-details-wrapp  ._relative {position: relative; }
.service-details-wrapp  .img100 img {width: 100%; }
.service-details-wrapp .need-help-all {background-color: #e8430d; position: absolute; padding: 24px 36px; bottom: 35px; left: 50%; margin-left: -135px; }
.service-details-wrapp .need-help-p {color: rgba(255, 255, 255, 0.85); text-align: center; font-size: 24px; font-style: normal; font-weight: 500; line-height: 32px; }
.service-details-wrapp  .need-border {background: rgba(255, 255, 255, 0.85); height: 1px; width: 100%; margin: 14px 0; }
.service-details-wrapp .coll-help {display: flex; align-items: center; bottom: 30px; }
.service-details-wrapp .coll-help-icon a {height: 64px; width: 64px; background-color: #fff; border-radius: 50%; text-align: center; line-height: normal; font-size: 20px; color: #e8430d; display: block; padding: 16px; text-decoration: none; }
.service-details-wrapp .coll-help-text a {color: rgba(255, 255, 255, 0.85); text-align: center; font-size: 20px; font-style: normal; font-weight: 400; line-height: 32px; padding-left: 20px; text-decoration: none; }
.service-details-wrapp .page-hadding h2 {color: #000; font-size: 26px; font-style: normal; font-weight: 600; line-height: 32px; margin-top: 21px; }
 .service-details-wrapp .page-hadding p {color: #616976; font-size: 16px; font-style: normal; font-weight: 400; line-height: 26px; }


/*===================================service detail page css end=======================================*/


/*===================================faq page css start=======================================*/

.faq-wrappers .accordion-item h2 {font-size: 16px; font-weight: 700; }
 .faq-wrappers .accordion-button.accordion-button2:not(.collapsed) {border-radius: 5px; background:  #EDF0F6; color: #000; font-weight: 700; border-radius: 0; border: none; box-shadow: none; }
 .faq-wrappers .accordion-button::after {flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; transition: transform 0.2s ease-in-out; filter: brightness(0); }
.faq-wrappers .accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); transform: rotate(-180deg); }
 .faq-wrappers .accordion-body.accordion-body2 {padding: 1rem 1.25rem; color: #616976; border-radius: 0; background: #EDF0F6; font-weight: 500; line-height: 28px; padding-top: 0; }
 .faq-wrappers .accordion-item {border: none; }
.faq-wrappers .accordion-item.accordion-item {margin-bottom: 20px; }
.faq-wrappers button.accordion-button.accordion-button2 {padding: 24px; background: #fff; border-radius: 0; box-shadow: none; border-bottom: 1px solid #E9EAEA; }

/*===================================faq page css end=======================================*/

/*===================================blog page css start=======================================*/

.blog-wrapps .blog1-single-box {border-radius: 5px; margin-bottom: 30px; transition: all .3s; position: relative; }
.blog-wrapps .blog1-box-img {overflow: hidden; }
.blog-wrapps .blog1-single-box.page-blog1-single-box:hover {transition: all .3s; }
.blog-wrapps .blog1-box-img img {transition: all .6s; width: 100%; }
.blog-wrapps .blog1-single-box:hover img {transform: scale(1.1); transition: all .6s; }
.blog-wrapps .blog1-single-box.page-blog1-single-box:hover .blog1-box-img img {transform: scale(1.2); }
.blog-wrapps .blog1-hadding {padding: 30px; }
.blog-wrapps .blog1-hadding .span {color: #e8430d; font-size: 16px; font-style: normal; font-weight: 400; line-height: 26px; display: inline-block; padding: 4px 13px; border-radius: 5px; background: #e8430d24; display: inline-block; text-decoration: none; }
.blog-wrapps .blog1-hadding h4 a {color: #000; font-size: 19px; font-style: normal; font-weight: 500; line-height: 30px; transition: all .3s; text-decoration: none; display: block; margin: 20px 0px; }
 .blog-wrapps .learn-more1 {color: #e8430d; font-size: 16px; font-weight: 500; text-transform: capitalize; transition: all .3s; }
 .blog-wrapps .learn-more1 span {margin-left: 5px; transition: all .3s; display: inline-block; }
.blog-wrapps .page-blog1-single-box.blog1-single-box.active::after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #E4E8FB; visibility: visible; transition: all .3s; z-index: -3; border-radius: 0; opacity: 1; }
.blog-wrapps .page-blog1-single-box.blog1-single-box:hover::after {visibility: visible; transition: all .3s; opacity: 1; }
.blog-wrapps{padding: 50px 0px;}

/*===================================blog page css end=======================================*/


/*============================================contact page css end=======================================*/
.contact-us.section-space {padding-top: 50px; padding-bottom: 50px; }
 .contact-us__info-item {padding: 19px 30px; border: 1px solid rgba(8, 10, 11, 0.1); text-align: center; margin-bottom: 30px; }
.contact-us__text {display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
 .contact-us__text h6 {margin-bottom: 10px; text-transform: capitalize; font-weight: 700; font-size: 16px; }
 .contact-us__text a {font-size: 15px; color: #767676; text-decoration: none; }
 .contact__from h4 {font-weight: 700; font-size: 25px; margin-bottom: 15px; }
 .contact__from p {max-width: 489px; font-size: 15px; color: #767676; margin-bottom: 30px; }
 .contact__form-input {margin-bottom: 18px; }
 .contact__form-input input, .contact__form-input textarea {height: 50px; font-size: 14px; line-height: 24px; padding-left: 20px; color: #000; background-color: #F8F8F8; border: unset; width: 100%; }
 .contact__form-input input:focus, .contact__form-input textarea:focus {box-shadow: unset; outline: none; border: none; }
 .contact__form-input textarea {height: 180px; }
 .contact-form-btn {border: unset; }
.map-secion {height: 100%; }
.map-secion iframe {width: 100%; height: 100%; }
.contact-us__icon img{filter: invert(34%) sepia(94%) saturate(5647%) hue-rotate(14deg) brightness(95%) contrast(108%);}
.rr-btn {background-color: #e8430d; color: #fff; font-size: 15px; padding: 9px 18px; display: inline-block; text-decoration: none; }
/*============================================contact page css end=======================================*/


.all-links-inner ul {padding-left: 0px; margin-left: 0px; list-style-type: none; margin-top: 0px; }
 .all-links-inner ul li a {color: #000; text-decoration: none; border: 2px solid #e8430d; text-align: center; display: block; padding: 10px; font-size: 21px; }
 .all-links-inner ul li {margin-bottom: 10px; }
.mecella-heading {margin-bottom: 80px; }
 .mecella-heading h3 {color: #000; text-align: center; font-size: 32px; text-transform: uppercase; position: relative; }
 .mecella-heading h3 span {font-weight: 900; color: #e8430d; }
 .mecella-heading h3:after {content: ''; position: absolute; bottom: -20px; left: 0; right: 0; width: 100px; background-color: #e8430d; height: 5px; margin: 0 auto; }
 .welcome-mecella {background-color: #ccc; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.welcome-mecella img {width: 60%; }
 .all-links-wrapper {padding-top: 30px; padding-bottom: 50px; }

.services-section {
    position: relative;
}
.services-section .services-block {
    padding: 0px;
    float: left;
    z-index: 1;
    position: relative;
    padding-top: 40px;
}

.services-block .inner-box {
    position: relative;
    text-align: center;
    padding: 2px 22px 22px;
    background: -ms-linear-gradient(left, #EAEAED 0%, #ffffff 100%);
    background: -moz-linear-gradient(left, #EAEAED 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #EAEAED 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #EAEAED), color-stop(100, #ffffff));
    background: -webkit-linear-gradient(left, #EAEAED 0%, #ffffff 100%);
    background: linear-gradient(to right, #EAEAED 0%, #ffffff 100%);
}
.services-block .inner-box .icon-box {
   position: relative;
   width: 70px;
   height: 70px;
   color: #ffffff;
   font-size: 50px;
   text-align: center;
   line-height: 0;
   margin: 0 auto;
   border-radius: 50%;
   margin-top: -40px;
   display: inline-block;
   margin-bottom: 14px;
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 100ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
   background: -ms-linear-gradient(top, #3140FC 0%, #0b1599 100%);
   background: -moz-linear-gradient(top, #3140FC 0%, #0b1599 100%);
   background: -o-linear-gradient(top, #3140FC 0%, #0b1599 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3140FC), color-stop(100, #0b1599));
   background: -webkit-linear-gradient(top, #3140FC 0%, #0b1599 100%);
   background: linear-gradient(to bottom, #e8430d 0%, #741d00 100%);
   padding: 19px;
}
.services-block .inner-box .icon-box img{width: 100%;}
.services-block .inner-box .icon-box .icon {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.services-block .inner-box h5 {
    position: relative;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 7px;
}
.services-block .inner-box h5 a {
    position: relative;
    color: #000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.services-block .inner-box .text {
       position: relative;
    font-size: 15px;
    color: #000;
    line-height: 23px;
    margin-bottom: 18px;
}
.services-block .inner-box .plus-box {
    position: relative;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    border-radius: 50px;
    line-height: 38px;
    background-color: #be3102;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-decoration: none;
}
.services-block .inner-box .plus-box .plus {
    position: absolute;
    right: 0px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    background-color: #e8430d;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-decoration: none;
}

.services-block .inner-box:hover .icon-box {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.services-block .inner-box .plus-box:hover {
    width: 107px;
    padding: 0px 0px 0px 25px;
}

.home-new-serv-wrapp{padding: 50px 0px 50px}

.serv-slider .owl-nav .owl-prev {position: absolute; left: -55px; top: 43%; opacity: 1; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: unset !important; width: 45px; cursor: pointer; height: 45px; position: absolute; display: block; z-index: 1000; border-radius: 50px; border: 1px solid #ccc!important; color: #000 !important; font-size: 24px !important;}
.serv-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
.serv-slider .owl-nav .owl-prev:focus {outline: 0; }
.serv-slider .owl-nav .owl-prev:hover {background: #000 !important; color: #fff!important;}
.serv-slider .owl-nav .owl-next {position: absolute; right: -55px; top: 43%; opacity: 1; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: unset !important; width: 45px; cursor: pointer; height: 45px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc!important; color: #000 !important; font-size: 24px !important;}
.serv-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
.serv-slider .owl-nav .owl-next:focus {outline: 0; }
.serv-slider .owl-nav .owl-next:hover {background: #000 !important; color: #fff!important;}
.serv-slider:hover .owl-prev {left: -55px; opacity: 1; }
.serv-slider:hover .owl-next {right: -55px; opacity: 1; }

.abt-with-sec p{width: 70%; margin: 0 auto;}




.with-without-inn{display: flex ; align-self: center; justify-content: space-between; gap: 20px; position: relative;}
/*.with-without-inn:after{content: ''; position: absolute; width: 2px; height: 100%; background-color: #ccc; top: 0; left: 0;}*/
.with-left{width: 50%; padding-right: 20px;}
.without-right{width: 50%; padding-left: 20px;}

.with-without-inn h4{
text-align: center;
    margin-bottom: 13px;
    background-color: #000;
    color: #000;
    font-size: 19px;
    padding: 14px;
    background: linear-gradient(to right, #d3d3d4 0%, #edebeb 100%);}
.with-without-inn ul{padding-left: 0px; list-style-type: none;}
.with-without-inn ul li{
    border-bottom: 1px solid #ccc;
    padding: 15px 21px;}
.with-without-inn ul li img{
width: 28px;
    margin-right: 7px;}


.home-difference{background-color: #fff;}
.abt-home-btn{justify-content: start;}
.home-abt-img img{width: 100%;}
.home-cta-wrapp {
    background-color: #000;
    padding: 19px 0px;
}

.modal-content{    background-color: #fef4f1; border-radius: 0px; border: unset; padding: 10px;}
.serv-modal-pop p{font-size: 15px;}
.midal-mid-div{border: 1px solid #b22c00;}
.modal-header h1{
    font-size: 20px !important;
    font-weight: 600;
    color: #000;
}
.modal-header button{
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    position: absolute;
    right: -23px;
    top: -20px;}
.modal-header button i{
width: 35px;
    height: 35px;
    background-color: #e8430d;
    opacity: 1;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;}
.btn-close{background-image: unset!important; background: unset!important;}



/*============================================Home work process css start=======================================*/
.work-process-wrapp {padding: 30px 0px; }
 .work-process-wrapp .home-serv-head {text-align: center; margin-bottom: 48px; }
.working-process__wrapper {gap: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
 .working-process__item {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 30px; width: 22%; }
.working-process__item::before {content: ""; top: 0; right: 21px; width: 140px; height: 100%; position: absolute; -webkit-transform: translate(80%, 25%); transform: translate(81%, 25%); background-repeat: no-repeat; background-image: url(../images/shape.svg); }
 .working-process__icon {width: 150px;height: 150px;display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 30px;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: relative;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;border-radius: 500px;border: 1px dashed rgb(232 67 13);-webkit-filter: drop-shadow(0px 0px 60px rgba(21, 24, 27, 0.1));filter: drop-shadow(0px 0px 60px rgba(21, 24, 27, 0.1));}
 .working-process__icon .number {font-size: 16px;font-weight: 800;display: -webkit-box;display: -ms-flexbox;display: flex;position: absolute;top: 0;left: 0;width: 40px;height: 40px;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;border-radius: 500px;background: #e8430d;border: unset;color: #fff;}
 .working-process__text {max-width: 300px; }
 .working-process__text h6 {    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: 28px;}
.working-process__text p {font-size: 15px; color: #767676; }
.working-process__item:last-child:before {display: none; }
.working-process__icon img{width: 50%;}

.working-process__item:nth-child(4)::before  {
  display: none;
}

/*============================================Home work process css end=======================================*/