/* general */
img { width: 100%; height: 100%; }
body { padding: 0; margin: 0; font-family: 'Montserrat', sans-serif; overflow-x: hidden; }
ol, ul { margin: 0px; padding: 0; }
li { list-style-type: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0px; font-family: "Montserrat", Sans-serif; }
p { color: #1e1e1e; font-weight: 400; font-size: 15px; margin: 0px; font-family: "Montserrat", Sans-serif;}
p:last-child { margin-bottom: 0px; }
.btn { display: inline-block; padding:15px 30px; color: #1e1e1e; text-decoration:none; border-radius:4px; cursor: pointer; border: 0; font-weight: 700; font-size: 18px; line-height: 22px; background-color: #7bdcb5; }
.btn:hover {background: #00d084; }
.btnsingle { font-size: 16px; text-decoration: underline; margin-top: 15px; cursor: pointer; }
.wrapper { width: 100%; display: inline-block; padding: 0; margin: 0; }
button:focus:not(:focus-visible) { outline: 0; box-shadow: none; }

/* HEADER AND FOOTER CSS */
/* HEADER START */
.header { width: 100%; display: inline-block; position: relative; padding: 15px 0; }
.header .container-fluid { width: 100%; display: flex; position: relative; flex-direction: row; align-items: center;justify-content: space-between; }
.header .header-inner { display: flex; align-items: center;justify-content: space-between; flex: 1;  width: 100%; }
.header .header-inner .logo { margin-right: 50px; }
.header .header-inner .logo img { max-width: 150px; width: 100%; height: auto; }
.header .header-inner .header-menu { display: flex;flex: 1; }
.header .header-inner .header-menu .navbar { display: flex; width: 100%; flex: 1; background-color: transparent !important; }
.header .header-inner .header-menu .navbar .navbar-inner { width: 100%; }
.header .header-inner .header-menu .navbar .navbar-nav { display: flex; flex-direction: row; align-items: center; justify-content: space-evenly; width: 100%; flex: 1; }
.header .header-inner .header-menu .navbar .navbar-nav li {  }
.header .header-inner .header-menu .navbar .navbar-nav li a {  font-weight: 600; color: #1e1e1e; }
.header .header-inner .header-book-consultation {  }
.header .header-inner .header-btn { margin-right: 50px; }
.header .header-inner .header-btn i { }
.header .header-inner .header-search { display: flex; align-items: center; justify-content: center; gap: 10px; }
.header .header-inner .header-search .search-btn { color: #1e1e1e; font-size: 24px; }
.header .header-inner .header-search a i { margin-right: 5px; }
/* HEADER END */

/* FOOTER START */
.footer-below-section { width: 100%; display: inline-block; transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; padding: 50px 0px 0px 0px; background-color: #08192B; }
.footer-below-section .footer-top { margin-bottom: 30px; }
.footer-below-section .footer-top .footer-logo { width: 100%; height: auto; margin-bottom: 20px; }
.footer-below-section .footer-top .footer-logo img { max-width: 153px; }
.footer-below-section .footer-top .footer-text { padding: 0px 0px 50px 0px; color: #fff; font-size: 16px;font-weight: 400;line-height: 20px; }
.footer-below-section .footer-top .footer-title {color: #fff; font-size: 16px;font-weight: 700;line-height: 24px;margin-bottom: 20px;text-transform: uppercase;border-bottom: 1px solid #fff; }
.footer-below-section .footer-top ul.menu { white-space: nowrap; width: 100%;display: flex; flex-direction: column; margin-bottom: 20px; }
.footer-below-section .footer-top ul.menu li { width: 100%; position: relative; }
.footer-below-section .footer-top ul.menu li a { color: #fff; text-decoration: none; font-size: 15px; font-weight: 600; line-height: 30px; }
.footer-below-section .footer-top .footer-contact-text {  font-size: 16px; font-weight: 400; color: #fff; line-height: 40px; }
.footer-below-section .footer-top .footer-contact-text a {  font-size: 16px; font-weight: 400; color: #fff; line-height: 40px; text-decoration: none; }
.footer-below-section .footer-top .social-icons ul { padding: 0; margin: 0; display: flex; align-items: center; justify-content: left; gap: 10px; }
.footer-below-section .footer-top .social-icons ul li { list-style-type: none; }
.footer-below-section .footer-top .social-icons ul li a { width: 30px; height: 30px; display: inline-block; border-radius: 50%; border: 1px solid #fff;text-align: center; line-height: 30px;}
.footer-below-section .footer-top .social-icons ul li a i { font-size: 16px; color: #fff; }
.footer-below-section .copyright-footer { padding: 15px 0px; border-top: 1px solid #C2C2C2; }
.footer-below-section .copyright-footer .copyright-text {  }
.footer-below-section .copyright-footer .copyright-text p {color: #fff;  font-weight: 400; margin: 0; }
/* FOOTER END */

/* HOME START */
/* home banner css start */
.banner-section { display: inline-block; padding: 60px 0; position: relative; width: 100%; overflow: hidden; background-image:url(../images/home-banner.png);background-repeat:no-repeat;background-size:cover; min-height: 90vh; }
.banner-section:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(124deg, rgba(0, 0, 0, 0.90) 5.12%, rgba(0, 0, 0, 0.15) 100%); backdrop-filter: blur(4px); }
.banner-section .container { position: relative; }
.banner-section .banner-main { display: flex; align-items: center;flex-direction: column;height: 80vh;justify-content: center; text-align: center; }
.banner-section .banner-main span { color: #7bdcb5;  font-size: 20px; font-weight: 600; line-height: 24px; padding: 25px 0; display: block; } 
.banner-section .banner-main h1 { color: #ffffff;  font-size: 42px; font-weight: 700;line-height: 57px; margin-bottom: 30px; }
.banner-section .banner-main .banner-btn { background-color: #7bdcb5; }
.banner-section .banner-main .banner-btn:hover { background-color: #ff730f; }
/* banner css end */

/* home whyus section */
.whyus-section { display: inline-block; padding: 60px 0; position: relative; width: 100%; overflow: hidden; background: #f7fbff; border-top: 1px solid #eef5ff; border-bottom: 1px solid #eef5ff; }
.whyus-section .heading { text-align: center; margin-bottom: 26px; }
.whyus-section .heading h2 { color: #1e1e1e;  font-size: 30px;font-weight: 700;line-height: 45px; padding-bottom: 10px; }
.whyus-section .heading p { color: #1e1e1e; }
.whyus-section .quality-icons {display: flex;gap: 24px;justify-content: center;margin: 22px 0 26px;}
.whyus-section .quality-icons .qicon {text-align: center;}
.whyus-section .quality-icons .qcircle {width: 64px;height: 64px;border-radius: 999px;display: grid;place-items: center;background: #fff;border: 1px solid var(--line);
box-shadow: 0 10px 24px rgba(0, 0, 0, .06);margin: 0 auto 10px;color: #0a664f;}
.whyus-section .quality-icons .qcircle svg {width: 28px;height: 28px;}
.whyus-section .quality-icons .qtitle {font-weight: 800;}
.whyus-section .quality-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 16px;}
.whyus-section .quality-grid .quality-card {background: #fff;border: 1px solid #e5edf6;border-radius: 18px;padding: 18px;box-shadow: 0 10px 30px rgba(8, 26, 43, .12);}
.whyus-section .quality-grid .quality-card h3 { font-size: 20px; font-weight: 600;}
.whyus-section .quality-grid .quality-card p { color: #1e1e1e; font-weight: 400; font-size: 15px; }
.whyus-section .quality-grid .quality-card .meter { margin-top: 14px; }
.whyus-section .quality-grid .quality-card .meter-label { font-weight: 700; font-size: .86rem; color: #2e3a49; display: block; margin-bottom: 8px; }
.whyus-section .quality-grid .quality-card .meter-bar { height: 10px; border-radius: 999px; background: #e9f4ff; overflow: hidden; border: 1px solid #dcecff; }
.whyus-section .quality-grid .quality-card .meter-bar span { display: block;height: 100%;border-radius: 999px; background: linear-gradient(90deg, #ff6a1a, #ffa778); }

/* home services section */
.services-section { display: inline-block; padding: 60px 0; position: relative; width: 100%; overflow: hidden; background: linear-gradient(180deg,#f1f1f1 0%,#e1e1e1 81.5%,#fff 100%); }
.services-section .heading { text-align: center; margin-bottom: 26px; }
.services-section .heading h2 { color: #1e1e1e;  font-size: 30px;font-weight: 700;line-height: 45px; padding-bottom: 10px; }
.services-main { display: flex; flex-direction: column; gap: 20px; }
.services-main .services-first { display: flex; flex-direction: row; gap: 20px; }
.services-main .services-first .services-first-left { display: flex; flex-direction: column; flex: 0 0 50%; }
.services-main .services-first .services-first-left .commonbox { border-radius: 1.5rem; background: #fff; overflow: hidden; text-decoration: none; }
.services-main .services-first .services-first-left .commonbox .imgbox { max-width: 400px; margin: 0 auto; }
.services-main .services-first .services-first-left .commonbox .contentbox { padding: 25px; display: inline-block; width: 100%; }
.services-main .services-first .services-first-left .commonbox .contentbox h3 { font-size: 18px; color: #1e1e1e; font-weight: 600; }
.services-main .services-first .services-first-left .commonbox .contentbox p { font-size: 16px; margin-top: 1rem; margin-bottom: 0; color: #1e1e1e; }
.services-main .services-first .services-first-left .commonbox .contentbox a { font-size: 16px; text-decoration: underline; margin-top: 15px; }
.services-main .services-first .services-first-right { display: flex; gap: 20px; flex-direction: column; }
.services-main .services-first .services-first-right .commonbox { display: flex; gap: 20px; flex-direction: row; border-radius: 1.5rem; background: #fff; overflow: hidden; text-decoration: none; }
.services-main .services-first .services-first-right .commonbox .imgbox { width: 50%; display: flex; flex-direction: column; flex: 0 0 35%; }
.services-main .services-first .services-first-right .commonbox .contentbox { display: flex; flex-direction: column; justify-content: center; padding: 15px; }
.services-main .services-first .services-first-right .commonbox .contentbox h3 { font-size: 18px; color: #1e1e1e; font-weight: 600; }
.services-main .services-first .services-first-right .commonbox .contentbox p { font-size: 16px; margin-top: 1rem; margin-bottom: 0; color: #1e1e1e; }
.services-main .services-second  { display: flex; gap: 2%; }
.services-main .services-second .commonbox {border-radius: 1.5rem;background: #fff;overflow: hidden;text-decoration:none;display: flex;flex-direction: column; flex: 0 0 32%;}
.services-main .services-second .commonbox .imgbox { max-width: 400px; margin: 0 auto; }
.services-main .services-second .commonbox .contentbox { padding: 25px; }
.services-main .services-second .commonbox .contentbox h3 { font-size: 18px; color: #1e1e1e; font-weight: 600; }
.services-main .services-second .commonbox .contentbox p { font-size: 16px; margin-top: 1rem; margin-bottom: 0; color: #1e1e1e; }
.services-main .services-second .commonbox .contentbox a { font-size: 16px; text-decoration: underline; margin-top: 15px; }
.services-main .services-third { display: flex; flex-direction: row; gap: 20px; cursor: pointer; }
.services-main .services-third .services-first-left { display: flex; flex-direction: column; flex: 0 0 50%; }
.services-main .services-third .services-first-left .commonbox { border-radius: 1.5rem; background: #fff; overflow: hidden; text-decoration: none; }
.services-main .services-third .services-first-left .commonbox .imgbox { max-width: 400px; margin: 0 auto; font-size: 65px; font-weight: 800; }
.services-main .services-third .services-first-left .commonbox .contentbox { padding: 25px; }
.services-main .services-third .services-first-left .commonbox .contentbox h3 { font-size: 18px; color: #1e1e1e; font-weight: 600; }
.services-main .services-third .services-first-left .commonbox .contentbox p { font-size: 16px; margin-top: 1rem; margin-bottom: 0; color: #1e1e1e; }
.services-main .services-third .services-first-left .commonbox .contentbox a { font-size: 16px; text-decoration: underline; margin-top: 15px;  }
.services-main .services-third .services-first-right { display: flex; gap: 20px; flex-direction: column; }
.services-main .services-third .services-first-right .commonbox { display: flex; gap: 20px; flex-direction: row; border-radius: 1.5rem; background: #fff; overflow: hidden; text-decoration: none; }
.services-main .services-third .services-first-right .commonbox .imgbox {  width: 50%; display: flex; flex-direction: column; flex: 0 0 35%; }
.services-main .services-third .services-first-right .commonbox .contentbox { display: flex; flex-direction: column;justify-content: center;padding: 20px; }
.services-main .services-third .services-first-right .commonbox .contentbox h3 { font-size: 18px; color: #1e1e1e; font-weight: 600; }
.services-main .services-third .services-first-right .commonbox .contentbox p { font-size: 16px; margin-top: 1rem; margin-bottom: 0; color: #1e1e1e; }
.services-main .btn-box { text-align: center; margin-top: 30px; }

/* home hire remotely css start */
.clients-section { width: 100%; display: inline-block; position: relative; padding: 70px 0; background: #333; }
.clients-section .heading { text-align: left; display: flex; flex-direction: column; justify-content: center; }
.clients-section .heading span { color: #fff; }
.clients-section .heading h2 { color: #fff;  font-size: 30px;font-weight: 700;line-height: 45px; padding-bottom: 10px;  }
.clients-section .clients-logo { }
.clients-section .clients-logo ul { white-space: nowrap; width: 100%;display: flex;flex-flow: wrap;align-items: center;justify-content: center; flex: 0 0 32%; gap: 2%; }
.clients-section .clients-logo ul li { flex: 0 0 32%;display: flex;flex-direction: column;flex-wrap: wrap;justify-content: center; align-items: center;position: relative; min-height: 150px; border-right: 1px dotted #494949; border-bottom: 1px dotted #494949; }
.clients-section .clients-logo ul li p { color: #fff; margin-top: 10px; }
.clients-section .clients-logo ul li a { text-decoration: none; }
.clients-section .clients-logo ul li img {  }
/* home hire remotely css end */

/* home testimonials css start */
.testi-section { width: 100%; position: relative; display: flex; padding: 70px 0; }
.testi-section .heading { display: flex; flex-direction: column; justify-content: center; color: #1e1e1e; padding-bottom: 10px;  }
.testi-section .heading h2 { color: #fff;  font-size: 30px;font-weight: 700;line-height: 45px; padding-bottom: 10px;  }
.testi-section .video { width: 100%; height: auto; flex: 0 0 60%; padding: 0 25px; }
.testi-section .video iframe { width: 100%; height: auto; min-height: 400px; border-radius: 50px 0; }
.testi-section .video h3 { color: #1e1e1e; font-size: 20px;font-weight: 700;line-height: 45px; padding: 20px 0; }

/* home testimonialscss end */

/* home faq css start */
.home-faq { width: 100%; display: inline-block; position: relative; padding: 50px 0; background-image: url(../images/faq-banner.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; }
.home-faq .tab-left .accordion-button { border: 0; background: transparent; box-shadow: none; color: #313131;  font-size: 20px; font-weight: 600; }
.home-faq .tab-left .accordion-item { background-color: #C9EBFA; margin-bottom: 20px; border-radius: 10px; }
.home-faq .tab-left .accordian-item h2 {  }
.home-faq .tab-left .accordian-body { }
.home-faq .tab-left .accordian-body p {  }

/* ABOUT US PAGE CSS START */
/* about us banner start */
.aboutus-banner { width: 100%; position: relative;min-height: 400px;display: flex;align-items: center;justify-content: center; background: #efefef; }
.aboutus-banner .text { text-align: center;}
.aboutus-banner .text span { color: #1B69CB;  font-size: 25px; font-weight: 700; line-height: 30px; }
.aboutus-banner .text h1 { color: #1e1e1e;  font-size: 57px; font-weight: 700;line-height: 57px; margin-bottom: 30px; }
.aboutus-banner .breadcrumb { display: flex; align-items: center; justify-content: center; }
.aboutus-banner .breadcrumb li {display: inline;font-size: 18px;}
.aboutus-banner .breadcrumb li+li:before {padding: 8px;color: black;content: "/\00a0";}
.aboutus-banner .breadcrumb li a {color: #0275d8;text-decoration: none;}
.aboutus-banner .breadcrumb li a:hover { color: #01447e; text-decoration: underline; }
/* about us second start */
.about-second { width: 100%; position: relative; padding: 70px 0; }
.about-second .aboutsecondleft { display: flex; flex-direction: column;height: 100%;justify-content: center; padding-right: 30px; }
.about-second .aboutsecondleft span { text-transform: uppercase; font-size: 25px; font-weight: 600; color: #7bdcb5; }
.about-second .aboutsecondleft h2 { font-size: 40px;  }
.about-second .aboutsecondright { }
.about-second .aboutsecondright .rightheading { color: #1e1e1e; font-weight: 400; font-size: 15px; padding-bottom: 30px; }
.about-second .aboutsecondright ul { display: flex; list-style: none; padding: 0; margin: 0; gap: 20px; }
.about-second .aboutsecondright ul li { width: 50%; display: flex; gap: 10px; margin-bottom: 20px; }
.about-second .aboutsecondright ul li .image { }
.about-second .aboutsecondright ul li .image img { width: 60px; height: 60px; }
.about-second .aboutsecondright ul li .text { }
.about-second .aboutsecondright ul li .text h2 { font-size: 18px; color: #1e1e1e; font-weight: 600; margin-bottom: 10px; }
.about-second .aboutsecondright ul li.lastli { align-items: center; justify-content: center; }
.about-second .aboutsecondright ul li .text p { }
.about-second .aboutsecondright ul li .button-div { }
.about-second .aboutsecondright ul li .button-div .btn { }
/* about us counter start */
.about-counter { width: 100%; position: relative; padding: 70px 0; }
.about-counter .sub-heading { text-align: center; }
.about-counter .sub-heading h2 { color: #1e1e1e;  font-size: 30px;font-weight: 700;line-height: 45px; padding-bottom: 10px; }
.about-counter .counter { display: inline-block; width: 100%; }
.about-counter .counter ul { display: flex; align-items: center;justify-content: center;width: 100%;padding: 30px 0; }
.about-counter .counter ul li { width: 25%; text-align: center; }
.about-counter .counter ul li span { font-weight: 800; font-size: 40px; }
.about-counter .counter ul li p { font-size: 16px; font-weight: 500; }
/* about us third start */
.about-third { width: 100%; position: relative; padding: 70px 0;}
.about-third .aboutthirdfirst { padding-bottom: 50px; text-align: center; }
.about-third .aboutthirdfirst h2 { color: #1e1e1e; font-size: 30px; font-weight: 700; line-height: 45px; padding-bottom: 10px;  }
.about-third .aboutthirdcenter { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.about-third .aboutthirdcenter h3 { font-size: 40px;  text-transform: uppercase; font-weight: 500; letter-spacing: -2px;margin-bottom: 10px; }
.about-third .aboutthirdcenter p { }
.about-third .aboutthirdright { width: 100%; position: relative; }
.about-third .aboutthirdright ul { display: flex; list-style: none; padding: 0; margin: 0; gap: 20px; }
.about-third .aboutthirdright ul li { width: 50%; display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.about-third .aboutthirdright ul li .image { }
.about-third .aboutthirdright ul li .image img {  width: 60px; height: 60px;}
.about-third .aboutthirdright ul li .text { }
.about-third .aboutthirdright ul li .text h2 { font-size: 18px; color: #1e1e1e; font-weight: 600; margin-bottom: 10px; }
.about-third .aboutthirdright ul li .text p { }
/* about us last start */
.about-last { width: 100%; position: relative; padding: 90px 0; text-align: center; background: #333; }
.about-last span { text-transform: uppercase; font-size: 18px; font-weight: 600; color: #fff; margin: 0; padding: 0; }
.about-last h2 { font-size: 40px;  color: #fff; margin: 0; padding: 20px 0 20px 0; }

/* CONTACT US PAGE CSS START */
.contact-form-section { width: 100%; position: relative; padding: 70px 0; background: #333; }
.contact-form-section .contacttop { text-align: center; margin-bottom: 30px; }
.contact-form-section .contacttop span { color: #fff; font-size: 22px; margin-bottom: 0px; }
.contact-form-section .contacttop h1 { color: #7bdcb5; font-size: 45px; }
.contact-form-section .contacttopleft { }
.contact-form-section .contacttopleft h2 { color: #7bdcb5; font-size: 20px; }
.contact-form-section .contacttopleft h3 { font-size: 20px; color: #fff; }
.contact-form-section .contacttopleft p { font-size: 18px; color: #fff; padding: 12px 0; margin: 0; }
.contact-form-section .contacttopleft address { color: #fff;  font-size: 18px; }
.contact-form-section .contacttopform { }
.contact-form-section .contacttopform form { width: 100%; }
.contact-form-section .contacttopform .form-group { width: 100%; }
.contact-form-section .contacttopform .form-group label { width: 100%; margin-bottom: 6px; display: block;font-weight: normal;font-size: 15px;padding-left: 30px; }
.contact-form-section .contacttopform .form-control { width: 100%; border: 0px solid #2a2f2f; height: 42px;border-radius: 35px;font-size: 16px;padding-left: 30px;padding-right: 30px; }
.contact-form-section .contacttopform .btn-submit { width: 100%; }
.contact-form-section .social-links { width: 100%; }
.contact-form-section .social-links ul { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; padding-top: 50px; }
.contact-form-section .social-links ul li {  }
.contact-form-section .social-links ul li a { color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 50px; padding: 10px 26px; background: transparent; transition: all 0.3s ease; text-decoration: none; display: inline-block; font-size: 16px; }
.contact-form-section .social-links ul li a:hover { background: #ffffff; color: #000; }
.contact-bottom { width: 100%; position: relative; padding: 70px 0; }
.contact-bottom .heading { text-align: center; padding-bottom: 40px; margin: 0; }
.contact-bottom .heading h2 { color: #1e1e1e; font-size: 45px; }
.contact-bottom .item {  }
.contact-bottom .item h2 {color: #7bdcb5; font-size: 18px;font-weight: 700;margin: 0;padding-bottom: 30px;
min-height: 50px;line-height: inherit;text-transform: uppercase; }
.contact-bottom .item p { color: #1e1e1e; font-size: 18px; }
.contact-bottom .item p a { color: #1e1e1e; }
.contact-maps { width: 100%; position: relative; }
.contact-maps iframe { min-height: 400px; }

/* SERVICES PAGE CSS START */
.services-bannerform { width: 100%; position: relative; background: #333; padding: 70px 0; }
.services-bannerform .text { display: flex; flex-direction: column; gap: 20px; height: 100%; justify-content: center;}
.services-bannerform .text h1{ color: #fff; font-size: 36px; }
.services-bannerform .text h5 { color: #fff; font-size: 20px;  }
.services-bannerform .text ul {  }
.services-bannerform .text ul li { color: #fff; font-size: 16px; }
.services-bannerform .banner-form {  }
/* services all section */
.services-all { width: 100%; display: inline-block; position: relative; padding: 70px 0; background-color: #f8f9fa; }
.services-all .heading { text-align: center; max-width: 1000px; margin: 0 auto; padding-bottom: 50px; }
.services-all .heading h2 { color: #000; font-size: 30px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.services-all .heading p { text-align: center; color: #000;font-size: 18px;font-weight: 400;line-height: 22px; }
.services-all .services-all-box .services-item { padding: 40px 25px; background-color: #fff; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); border-radius: 30px; margin-bottom: 25px; text-align: center; }
.services-all .services-all-box .services-item h2 { margin: 20px 0;  font-size: 20px; font-weight: 500; margin-bottom: 0px; }
.services-all .services-all-box .services-item h2 a { font-size: 20px; font-weight: 500; margin-bottom: 0px; text-decoration: none; color: #000; }
.services-all .services-all-box .services-item img { width: 70px; height: 70px; margin: 0 auto; }
/* services center section */
.servicescenter { width: 100%; display: inline-block; position: relative; padding: 50px 0; }
.servicescenter .heading { text-align: center; max-width: 1000px; margin: 0 auto; }
.servicescenter .heading h2 { color: #000; font-size: 24px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.servicescenter .heading p { text-align: center; color: #000;font-size: 16px;font-weight: 400;line-height: 30px; }
/* services video section */
.servicesvideo { width: 100%; display: inline-block; position: relative; padding: 70px 0; }
.servicesvideo .heading h2 { text-align: center; color: #000; font-size: 30px;font-weight: 700;line-height: 36px; margin-bottom: 20px;}
.servicesvideo .video { border-radius: 20px; display: flex; align-items: center;justify-content: center;height: 100%; }
.servicesvideo .video iframe { max-width: 100%; margin: 0 auto; border-radius: 20px; object-fit: cover; height: 400px; }
.servicesvideo .text { padding-top: 30px; }
.servicesvideo .text span { color: #1B69CB;  font-size: 25px; font-weight: 700; line-height: 30px; }
.servicesvideo .text p { text-align: left; color: #000;font-size: 16px;font-weight: 400;line-height: 22px; margin-bottom: 15px; }
.servicesvideo .text ul { padding: 15px 0 15px 15px; }
.servicesvideo .text ul li { text-align: left; color: #000;font-size: 16px;font-weight: 400;line-height: 22px; list-style-type: disc; }
.servicesvideo .text .banner-btn { background-color: #FD7E40; color: #fff; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); margin-top: 50px; }
.servicesvideo .text .banner-btn:hover { color: #fff; background-color: #FF4D00; }
.servicesvideo.grey-background { background-color: #f8f9fa; }
/* services testimonial section */
.testimonialslider { width: 100%; display: inline-block; position: relative; padding: 70px 0; background: #333; }
.testimonialslider .heading { text-align: center; max-width: 1000px; margin: 0 auto; }
.testimonialslider .heading h2 { color: #fff; font-size: 24px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.testimonialslider .service-slider { max-width: 800px; margin: 0 auto; }
.testimonialslider .service-slider .item { text-align: center; }
.testimonialslider .service-slider .item img { width: 200px; height: 200px; object-fit: cover; margin: 0 auto; border-radius: 50%; }
.testimonialslider .service-slider .item p { color: #fff;font-size: 16px;font-weight: 400;line-height: 22px; margin: 15px 0; }
.testimonialslider .service-slider .item span { color: #fff;  font-size: 14px; font-weight: 700; line-height: 30px; }
.testimonialslider .owl-nav	{ margin-top: 1rem; text-align: center; }
.testimonialslider .owl-carousel .owl-nav button.owl-next, .testimonialslider .owl-carousel .owl-nav button.owl-prev, .testimonialslider .owl-carousel button.owl-dot { width: 60px; height: 60px;background-color: #fff !important;border-radius: 100px;-webkit-border-radius: 100px;-moz-border-radius: 100px;position: relative; color: #03d5b2;box-shadow: 0 30px 60px rgb(0 0 0 / .08);-webkit-box-shadow: 0 30px 60px rgb(0 0 0 / .08);-moz-box-shadow: 0 30px 60px rgb(0 0 0 / .08); transition: all .1s linear;-webkit-transition: all .1s linear;-moz-transition: all .1s linear; margin: 10px; }
.testimonialslider .owl-carousel .owl-nav button.owl-next:hover, .testimonialslider .owl-carousel .owl-nav button.owl-prev:hover {background: #00d084 !important; color: #fff; }


/* SERVICES DETAIL PAGE CSS START */
.servicesdetailone { width: 100%; display: inline-block; position: relative; padding: 70px 0; }
.servicesdetailone::after { filter: blur(150px);background: linear-gradient(120deg, #FAD5C5 45%, #DDEBCA 65%, #AFF5C1 10%);content: '';position: absolute;
height: 90%;width: 50%;right: 0;bottom: 0;}
.servicesdetailone .text { display: flex; flex-direction: column; height: 100%; justify-content: center; gap: 10px; }
.servicesdetailone .text span {  font-size: 18px;font-weight: 400;line-height: 36px; margin-bottom: 20px; }
.servicesdetailone .text h1 { font-size: 54px;font-weight: 700;line-height: 70px; margin-bottom: 20px;  }
.servicesdetailone .text h5 { font-size: 24px; }
.servicesdetailone .text h5 span { font-size: 24px; }
.servicesdetailone .text .btn { width: max-content; }
.servicesdetailone .image { width: 100%; position: relative; text-align: center; }
.servicesdetailone .image img { width: 100%; height: auto; position: relative; z-index: 999; max-width: 80%; margin: 0 auto; }

.servicesdetailtwo { width: 100%; display: inline-block; position: relative; padding: 70px 0; background-color: #f8f9fa; }
.servicesdetailtwo .heading { text-align: center; max-width: 1000px; margin: 0 auto; padding-bottom: 50px; }
.servicesdetailtwo .heading p { text-align: center; color: #000;font-size: 20px;font-weight: 400;line-height: 22px; margin: 15px; }
.servicesdetailtwo .heading h2 {color: #000; font-size: 30px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.servicesdetailtwo .services-all-box { }
.servicesdetailtwo .services-item { background: #fff; padding: 25px; border-radius: 42px; text-align: center; margin-bottom: 25px; display: block; }
.servicesdetailtwo .services-item span { }
.servicesdetailtwo .services-item span img { width: 64px; height: 64px; }
.servicesdetailtwo .services-item h2 { margin: 20px 0; font-size: 20px; font-weight: 500; margin-bottom: 20px; }
.servicesdetailtwo .services-item p { }
.servicesdetailtwo .btn-box { text-align: center; display: inline-block; width: 100%; }
.servicesdetailtwo .btn-box .btn { width: max-content; }


.servicesdetailthree { width: 100%; display: inline-block; position: relative; padding: 70px 0; }
.servicesdetailthree .heading { text-align: center; max-width: 1000px; margin: 0 auto; padding-bottom: 50px; }
.servicesdetailthree .heading p { text-align: center; color: #000;font-size: 20px;font-weight: 400;line-height: 22px; margin: 15px; }
.servicesdetailthree .heading h2 { color: #000; font-size: 30px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.servicesdetailthree .threeslider { }
.servicesdetailthree .threeslider .item { display: flex; flex-direction: column; }
.servicesdetailthree .threeslider .item .iteminner { display: flex; flex-direction: row; }
.servicesdetailthree .threeslider .item .image { width: 100%; position: relative; text-align: center; }
.servicesdetailthree .threeslider .item .image img { width: 256px; height: 256px; border-radius: 50%; }
.servicesdetailthree .threeslider .item .text { display: flex; flex-direction: column; height: 100%; gap: 10px;}
.servicesdetailthree .threeslider .item .text span { font-weight: 500; }
.servicesdetailthree .threeslider .item .text h3 { color: #000; font-size: 40px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.servicesdetailthree .threeslider .item .text p { margin-bottom: 10px; }
.servicesdetailthree .threeslider .item .text .btn-box { }
.servicesdetailthree .threeslider .item .text .btn { width: max-content; }
.servicesdetailthree .threeslider .item .innerbox { display: flex; min-width: 300px;}
.servicesdetailthree .threeslider .item .innerbox ul {white-space: nowrap;width: 100%;display: flex;flex-flow:wrap;align-items: center;justify-content: center; gap: 2%; }
.servicesdetailthree .threeslider .item .innerbox ul li { border-radius: 20px; flex: 0 0 45%; display: flex; flex-direction: column; flex-wrap: wrap;justify-content: center; align-items: center;position: relative; padding: 15px 5px; margin-bottom: 2%; background-color: #f8f9fa; }
.servicesdetailthree .threeslider .item .innerbox ul li .innerimage { }
.servicesdetailthree .threeslider .item .innerbox ul li .innerimage img { }
.servicesdetailthree .threeslider .item .innerbox ul li .innerimage p { opacity: 0; display: flex; align-items: center; justify-content: center; height: 100%; position: absolute; left: 0; top: 0; width: 100%; border-radius: 20px; }
.servicesdetailthree .threeslider .item .innerbox ul li:hover .hoverimg { opacity: 0; }
.servicesdetailthree .threeslider .item .innerbox ul li:hover .hovertext { background: rgba(122, 83, 244, .8); color: #ffffff; opacity: 1; font-weight: 600;
z-index: 1024;  }
.servicesdetailthree .owl-nav	{ margin-top: 1rem; text-align: center; }
.servicesdetailthree .owl-carousel .owl-nav button.owl-next, .servicesdetailthree .owl-carousel .owl-nav button.owl-prev, .servicesdetailthree .owl-carousel button.owl-dot { width: 60px; height: 60px;background-color: #fff !important;border-radius: 100px;-webkit-border-radius: 100px;-moz-border-radius: 100px;position: relative; color: #03d5b2;box-shadow: 0 30px 60px rgb(0 0 0 / .08);-webkit-box-shadow: 0 30px 60px rgb(0 0 0 / .08);-moz-box-shadow: 0 30px 60px rgb(0 0 0 / .08); transition: all .1s linear;-webkit-transition: all .1s linear;-moz-transition: all .1s linear; margin: 10px; }
.servicesdetailthree .owl-carousel .owl-nav button.owl-next:hover, .servicesdetailthree .owl-carousel .owl-nav button.owl-prev:hover {background: #00d084 !important; color: #fff; }

.servicesdetailfive { width: 100%; display: inline-block; position: relative; padding: 70px 0; }
.servicesdetailfive .heading { text-align: center; max-width: 1000px; margin: 0 auto; padding-bottom: 50px;  }
.servicesdetailfive .heading p { text-align: center; color: #000;font-size: 20px;font-weight: 400; line-height: 22px; margin: 15px; }
.servicesdetailfive .heading h2 { color: #000; font-size: 30px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.servicesdetailfive .logo-images { overflow: hidden; }
.servicesdetailfive .logo-images .item { }
.servicesdetailfive .logo-images .item img { width: 100%; height: auto; }

.servicesdetailsix { width: 100%; display: inline-block; position: relative; padding: 70px 0; }
.servicesdetailsix .heading { text-align: center; max-width: 1000px; margin: 0 auto; padding-bottom: 50px;  }
.servicesdetailsix .heading p { text-align: center; color: #000;font-size: 20px;font-weight: 400; line-height: 22px; margin: 15px; }
.servicesdetailsix .heading h2 { color: #000; font-size: 30px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.servicesdetailsix .verticaltab { padding-bottom: 20px;}
.servicesdetailsix .verticaltab .tabs { display: flex; align-items: center;justify-content: center;gap: 2%; }
.servicesdetailsix .verticaltab .tab { padding: 14px 20px;cursor: pointer;border: none;background: none;font-size: 16px; background: #efefef; border-radius: 30px; }
.servicesdetailsix .verticaltab .tab:hover { background: #eaeaea; }
.servicesdetailsix .verticaltab .tab.active { border-bottom: 3px solid #00d084; font-weight: bold; background: #7bdcb5; }
.servicesdetailsix .verticaltab .tab-content {display: none;padding: 20px; margin-top: 30px; box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15); border-radius: 20px; }
.servicesdetailsix .verticaltab .tab-content.active { display: block;}
.servicesdetailsix .verticaltab .tab-content .image { width: 100%; text-align: center; }
.servicesdetailsix .verticaltab .tab-content .image img { width: 80%; }
.servicesdetailsix .verticaltab .tab-content .text { height: 100%; display: flex; align-items: center; }
.servicesdetailsix .verticaltab .tab-content .text p { font-weight: 700; }

.servicesdetailseven { width: 100%; display: inline-block; position: relative; padding: 70px 0;}
.servicesdetailseven .heading {  text-align: center; max-width: 1000px; margin: 0 auto; padding-bottom: 50px; }
.servicesdetailseven .heading p { text-align: center; color: #000;font-size: 20px;font-weight: 400; line-height: 22px; margin: 15px;}
.servicesdetailseven .heading h2 { color: #000; font-size: 30px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.servicesdetailseven .fiveservicessteps { display: block; width: 100%; }
.servicesdetailseven .fiveservicessteps .accordion-item { margin-bottom: 20px; display: inline-block; width: 100%; }
.servicesdetailseven .fiveservicessteps .accordion-item .accordion { background-color: #eee;color: #444;cursor: pointer;padding: 8px 25px 8px 8px;width: 100%;font-size: 14px; text-align: left;border: none;outline: none;transition: 0.4s; position: relative; }
.servicesdetailseven .fiveservicessteps .accordion-item .accordion.active, .faq-section .accordianwrapper .accordion-item .accordion.active:hover {  border-bottom: 3px solid #00d084; font-weight: bold; background-color: #7bdcb5; box-shadow: none; outline: 0; }
.servicesdetailseven .fiveservicessteps .accordion-item .accordion:after { font-family: 'FontAwesome'; content: '\f067'; font-size: 13px;color: #777;position: absolute; top: 35%; right: 10px; }
.accordion-item:not(:first-of-type) { border: 1px solid #dee2e6; }
.accordion-button:not(.collapsed) { border-bottom: 1px solid #00d084; font-weight: bold; background-color: #7bdcb5; }
.servicesdetailseven .fiveservicessteps .accordion-item .accordion.active:after { content: "\f068"; color: #fff; }
.servicesdetailseven .fiveservicessteps .accordion-item .panel { padding: 0 5px;background-color: white;display: none;overflow: hidden; }
.servicesdetailseven .fiveservicessteps .accordion-item .panel p { font-size: 14px; font-style: normal; font-weight: 400; padding: 5px 0; }
.servicesdetailseven .fiveservicessteps .accordion-item .panel img { width: 80%; margin-bottom: 20px; }
.servicesdetailseven .fiveservicessteps .accordion-item .panel .hire-btn { border-radius: 5px; background: #00d084;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);margin-top: 30px; }
.servicesdetailseven .image { width: 100%; position: relative; text-align: center; }
.servicesdetailseven .image img { width: 80%; }

.services-form { width: 100%; display: inline-block; position: relative; padding: 70px 0; }
.services-form .text { height: 100%; display: flex;flex-direction: column;justify-content: center;}
.services-form .text h5 { color: #000; font-size: 30px;font-weight: 700;line-height: 36px; margin-bottom: 20px;}
.services-form .text h6 { color: #000; font-size: 30px;font-weight: 500;line-height: 36px; margin-bottom: 20px; }
.services-form .text p { color: #000; font-size: 24px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.services-form .text ul { display: flex; }
.services-form .text ul li { font-size: 14px;}
.services-form .text ul li img { width: auto; height: auto;}
.services-form .text ul li p { font-size: 14px; line-height: inherit; margin: 10px 0; }

.services-blog { width: 100%; display: inline-block; position: relative; padding: 70px 0; }
.services-blog .heading {  text-align: center; max-width: 1000px; margin: 0 auto; padding-bottom: 50px; }
.services-blog .heading p { text-align: center; color: #000;font-size: 20px;font-weight: 400; line-height: 22px; margin: 15px;}
.services-blog .heading h2 { color: #000; font-size: 30px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.services-blog .blog-item { border-radius: 10px; border: 1px solid #f5f5f5; margin: 0 0 20px 0; }
.services-blog .blog-item .image { border-radius: 10px 10px 0 0; }
.services-blog .blog-item .image img { border-radius: 10px 10px 0 0;}
.services-blog .blog-item .text { padding: 15px; }
.services-blog .blog-item .text h2 { font-size: 18px; margin-bottom: 10px;max-height: 45px;overflow: hidden; }
.services-blog .blog-item .text p { }
.services-blog .blog-item .text a { padding: 10px 0; display: inline-block; margin: 0; color: #00d084; }
.services-blog .blog-item .text ul { display: flex; align-items: center; justify-content: space-between; font-size: 14px; }
.services-blog .blog-item .text ul li { color: #333; }
.services-blog .blog-item .text ul li span { color: #00d084; }


.services-faq { width: 100%; display: inline-block; position: relative; padding: 70px 0; }
.services-faq .heading { text-align: center; max-width: 1000px; margin: 0 auto; padding-bottom: 50px; }
.services-faq .heading h2 { color: #000; font-size: 30px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.services-faq .heading p { text-align: center; color: #000;font-size: 20px;font-weight: 400; line-height: 22px; margin: 15px; }
.services-faq .tab-left { }
.services-faq .tab-left .accordion-item { margin-bottom: 20px; }
.services-faq .tab-left .accordion-item .accordion { background-color: #eee;color: #444;cursor: pointer;padding: 8px 25px 8px 8px;width: 100%;font-size: 14px; text-align: left;border: none;outline: none;transition: 0.4s; position: relative; }
.services-faq .tab-left .accordion-item .accordion.active, .services-faq .tab-left .accordion-item .accordion.active:hover { background-color: #e25f01; color: #fff; }
.services-faq .tab-left .accordion-item .accordion:after { font-family: 'FontAwesome'; content: '\f067'; font-size: 13px;color: #777;position: absolute; top: 35%; right: 10px; }
.services-faq .tab-left .accordion-item .accordion.active:after { content: "\f068"; color: #fff; }
.services-faq .tab-left .accordion-item .panel { padding: 0 5px;background-color: white;display: none;overflow: hidden; }
.services-faq .tab-left .accordion-item .panel p { font-size: 14px; font-style: normal; font-weight: 400; padding: 5px 0; }
.services-faq .tab-left .accordion-item .panel img { width: 80%; margin-bottom: 20px; }
.services-faq .tab-left .accordion-item .panel .hire-btn { border-radius: 5px; background: #00d084;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);margin-top: 30px; }
.services-faq .image { width: 100%; position: relative; text-align: center; }
.services-faq .image img { width: 80%; }


.servicescenterlastwo {  width: 100%; display: inline-block; position: relative; padding: 70px 0; }
.servicescenterlastwo .heading { text-align: center; max-width: 1000px; margin: 0 auto; padding-bottom: 50px; }
.servicescenterlastwo .heading h2 {color: #000; font-size: 30px;font-weight: 700;line-height: 36px; margin-bottom: 20px; }
.servicescenterlastwo .heading p { margin-bottom: 20px; }
.servicescenterlast .heading .btn-box {text-align: center; }
.servicescenterlastwo .heading .btn { }


.servicescenterlast {  width: 100%; display: inline-block; position: relative; padding: 70px 0; }
.servicescenterlast .heading { text-align: center; max-width: 1000px; margin: 0 auto; padding-bottom: 50px; }
.servicescenterlast .heading h2 { color: #000; font-size: 30px;font-weight: 700;line-height: 36px; margin-bottom: 20px; margin-bottom: 20px; }
.servicescenterlast .heading .btn-box {text-align: center;  }
.servicescenterlast .heading .btn { }

/*** blog page css ***/
.blog-feature-section {background-color: #1e1e1e;padding-block: 100px;background-image: url('http://remoteresource.com/wp-content/uploads/2024/07/texture.webp');background-blend-mode: normal;background-repeat: no-repeat;background-position: right bottom;}
.blog-feature-section h1 {font-size: 36px;font-weight: 700;color:#fff;margin-bottom: 0px;}
.blog-list-page { width: 100%;height: auto;display: inline-block;padding-block: 50px;position: relative;}
.blog-list-page .breadcrumb-container {margin-bottom: 30px;}
.blog-list-page .breadcrumb-container .breadcrumb {margin-left: 0px;margin-bottom: 0px;justify-content: flex-start;border-top: 1px solid rgba(0,0,0,0.08);border-bottom: 1px solid rgba(0,0,0,0.08);}
.blog-list-page .breadcrumb-container .breadcrumb {margin-block-end: 20px;display: block;justify-content: center;width: max-content;padding-block-end: 10px;background-color: transparent;padding-block-start: 10px;width: fit-content;}
.blog-list-page .breadcrumb-container .breadcrumb li {margin-inline: 15px;position: relative; display: inline-block;}
.blog-list-page .breadcrumb-container .breadcrumb li a {color: #14212a;font-weight: 400;text-decoration: none;text-decoration: none;}
.blog-list-page .breadcrumb-container .breadcrumb li:last-child a {color: #7bdcb5;}
.blog-list-page .breadcrumb-container .breadcrumb li::after {position: absolute;content: '';left: auto;top: 6px;width: 0;height: 0;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid var(--saffron);right: -15px;}
.blog-list-page .breadcrumb-container .breadcrumb li:last-child::after {visibility: hidden;}
.blog-list-page .all-category-names a {color: #14212a;background: linear-gradient(0deg, #ffffff, #f2f2f2);padding: 4px 12px;display: inline-block;margin-block: 0px 12px;border-radius: 50px;border: 1px solid rgba(0,0,0,0.20);box-shadow: 0px 0px 15px rgba(0,0,0,0.05);font-size: 14px;text-decoration: none;}
.blog-list-page .all-category-names a:hover, .all-category-names a:focus {background: #151b68;color: #ffffff;text-decoration: none;}
.blog-list-page .all-category-names {width: 100%;height: auto;margin-block-end: 30px;text-align: left;}
.blog-list-page h2 {font-size: 30px;font-weight: 700;letter-spacing: -1px;margin-block: 0px 30px;}
.blog-list-page .single-blog-card { background:#efefef; height: auto; border:1px solid #cccccc; margin-bottom:25px; border-radius:10px; position: relative;}
.blog-list-page .single-blog-card img {border-radius: 10px 10px 0px 0px;height: 250px;object-fit: cover;object-position: top;image-rendering: -webkit-optimize-contrast;image-rendering: optimizequality;}
.blog-list-page .blog-author-name {position: unset;top: unset;left: unset;background-color: #ffffff;border-radius: 4px;text-transform: capitalize;
font-weight: 700;padding: 2px 12px;border: 1px solid rgba(0,0,0,0.15);font-size: 12px;margin-top: 15px;display: inline-block;margin-left: 4px;}
.blog-list-page .blogger-date-and-time {font-weight: 700; font-size: 12px;}
.blog-list-page .blog-desp h3 {color: #1D344B;font-family: Montserrat;font-size: 20px;font-style: normal;font-weight: 600;line-height: 30px; padding-top: 15px;}
.blog-list-page .blog img {width: 100%;}
.blog-list-page .blog-desp {margin: 0px 0;display: block;position: relative; padding: 0px 15px 15px; height: auto;}
.blog-list-page .blog-desp h3 a {color: #1D344B;font-family: Montserrat;font-size: 15px;font-style: normal;font-weight: 600;line-height: 24px;min-height: 40px;}
.blog-list-page .blog-desp a {color: #00d084;text-align: center;font-family: Montserrat;font-size: 14px;font-style: normal;font-weight: 600;line-height: 21px;letter-spacing: -0.2px;text-decoration: none;}
.blog-list-page .blog-desp span a {border: none;border-radius: 4px;padding: 2px 8px;font-size: 12px;font-weight: 500;margin-bottom: 0px;display: inline-block;text-transform: capitalize;color: #212529;}

/* sidebar css */
.sidebar-search-form { height: auto; display: block; width: 100%; position: relative;background-color: #f8f8f8;padding: 15px;border: 1px solid rgba(0,0,0,0.15); border-radius: 8px; margin-bottom: 15px; }
.sidebar-search-form strong {font-size: 18px;text-transform: capitalize;padding-bottom: 4px;margin-bottom: 8px;display: inline-block;width: 100%;border-bottom: 1px solid rgba(0,0,0,0.25);}
.sidebar-search-form form {display: flex;}
.sidebar-search-form form label { width: 100%; }
.sidebar-search-form form input[type="text"] {background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));border: 1px solid #d1d1d1;border-radius: 2px;color: #686868;padding: 0.625em 0.4375em;background-color: #ffffff;width: 100%;border-radius: 2px 0 0 2px;}
.sidebar-search-form form input[type="submit"] { border: none;background-color: #7bdcb5; position: relative; width: 100%; padding: 10px 15px;color: #fff;
text-transform: uppercase;font-weight: bold;margin-top: 10px; }
#search-submit:before { content: "\f400";font-size: 24px;left: 2px;line-height: 42px;position: relative;width: 40px;}
.sidebar-fresh-content {width: 100%;height: auto;position: relative;display: inline-block;padding: 15px;background-color: #3ab0e5;margin-block: 15px;border: 1px solid rgba(0,0,0,0.15);border-radius: 8px;}
.sidebar-fresh-content h4 {text-align: center;font-weight: 700;color: #ffffff;font-size: 24px;}
.sidebar-fresh-content strong {text-align: center;display: inline-block;font-size: 14px;color: var(--black);}
.sidebar-fresh-content .subscribe-form input[type="email"] {height: 40px;border-top-left-radius: 4px;font-size: 16px;padding-inline: 15px;width: 100%;border: none;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;text-align: center;}
.sidebar-fresh-content .subscribe-form {flex-direction: column;}
.sidebar-fresh-content .subscribe-form input[type="submit"] {background-color: #14212a;border-top-left-radius: 0px;height: 72px;margin-inline-start: 0px;font-size: 16px;text-transform: capitalize;width: 100%;border-top-right-radius: 0px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.sidebar-need-quick-service-pages {height: auto;display: inline-block;width: 100%;position: relative;background-color: #f8f8f8;padding: 15px;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 8px;}
.sidebar-need-quick-service-pages h4 {font-size: 18px;text-transform: capitalize;padding-bottom: 4px;margin-bottom: 8px;display: inline-block;width: 100%;border-bottom: 1px solid rgba(0, 0, 0, 0.25); font-weight: 700;}
.sidebar-need-quick-service-pages .menu {padding-left: 15px;margin-bottom: 0px;}
.sidebar-need-quick-service-pages .menu li {list-style-type: disclosure-closed;position: relative; line-height: 32px;}
.sidebar-need-quick-service-pages .menu li a {color: #333;font-weight: 600; cursor: pointer;}
.sidebar-need-quick-service-pages .menu li a:hover,.sidebar-need-quick-service-pages .menu ul li a:focus {color: #14212a;}
.sidebar-recent-post {height: auto;display: inline-block;width: 100%;position: relative;background-color: #f8f8f8;padding: 15px;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 8px;margin-block: 15px;}
.sidebar-recent-post h4 {background-color: #7bdcb5;text-align: center;font-size: 18px;font-weight: 700;text-transform: capitalize;color: #ffffff;padding-block: 8px;border-radius: 6px;}
.sidebar-recent-post li {display: flex;flex-direction: row-reverse;margin-block: 16px;justify-content: flex-end;align-items: center;}
.sidebar-recent-post li img {max-width: 50px;border-radius: 4px;height: 50px;object-fit: cover;}
.sidebar-recent-post li a {padding-inline: 8px;font-size: 12px;line-height: 16px;color: #14212a;}
.sidebar-blog-contact-form {position: -webkit-sticky;position: sticky;top: 10px;}
.sidebar-form {width: 100%;height: auto;display: inline-block;padding: 15px;background-color: #1f3668;border-radius: 8px;}
.sidebar-form h4 {color: #ffffff;text-align: center;font-size: 20px;font-weight: 700;padding-inline: 30px;margin-bottom: 0px;padding-block-end: 15px;}
.sidebar-form strong {color: #ffffff;text-align: center;display: block;font-weight: 400;font-size: 14px;}
.sidebar-form .form-field label {color: #ffffff;text-transform: uppercase;font-size: 12px;display: block; padding-block: 8px;}
.sidebar-form .form-field input, .sidebar-form .form-field select {margin-bottom: 10px;height: 30px;letter-spacing: 0;color: #000000;width: 100%;outline: none;border: none;padding: 5px;}
.sidebar-form .form-field textarea {height: 60px; resize: none; width: 100%; margin-block-end: 12px;}
.sidebar-form p, .sidebar-form .form-field p {margin-block-end: 0px;}
.sidebar-form br {display: none;}
.sidebar-form .form-field input[type="submit"] {background-color: #7bdcb5;padding: 0;margin-block-start: 15px;color: #ffffff;font-size: 12px;font-weight: 700;letter-spacing: 1px;}
.sidebar-form .form-field .wpcf7-spinner {position: absolute;left: 50%;margin-left: -20px;top: auto;bottom: 28px;}
.sidebar-form .form-field .wpcf7-not-valid-tip {font-size: 8px;font-weight: 700;text-transform: capitalize;position: absolute;top: -2px; right: 5px;}

/* blog detail page css */
.blog-details-page { display: inline-block; width: 100%; padding: 70px 0; }
.blog-details-page .breadcrumb { margin-left: 0px;margin-bottom: 0px;justify-content: flex-start;border-top: 1px solid rgba(0,0,0,0.08);border-bottom: 1px solid rgba(0,0,0,0.08);}
.blog-details-page .breadcrumb {margin-block-end: 20px;display: block;justify-content: center;width: max-content;padding-block-end: 10px;background-color: transparent;padding-block-start: 10px;width: fit-content;}
.blog-details-page .breadcrumb li {margin-inline: 15px;position: relative; display: inline-block;}
.blog-details-page .breadcrumb li a {color: #14212a;font-weight: 400;text-decoration: none;text-decoration: none;}
.blog-details-page .breadcrumb li:last-child a {color: #7bdcb5;}
.blog-details-page .breadcrumb li::after {position: absolute;content: '';left: auto;top: 6px;width: 0;height: 0;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid var(--saffron);right: -15px;}
.blog-details-page .breadcrumb li:last-child::after {visibility: hidden;}

.share-on-social-media  {display: inline-block; width: 100%; padding: 10px 0; }
.share-on-social-media ol { display: flex; align-items: center; padding: 0; margin: 0; }
.share-on-social-media ol li {list-style-type: none;margin-inline-end: 12px;}

.singleblogcontent h1 { font-size: 40px;font-size: 2.5rem;line-height: 1.225;margin-bottom: 1.05em;font-size: 28px;font-weight: 600;}
.singleblogcontent .image {margin-bottom: 0em;}
.singleblogcontent .image img {display: block;}
.singleblogcontent .content p, .singleblogcontent .content ul li, .singleblogcontent .content ol li {font-size: 16px; font-weight: 400;color: #5c5c5c;line-height: 32px;margin-block-end: 8px;}
.singleblogcontent .content h2 { margin: 10px 0; font-size: 22px;font-weight: 400;color: #00d084;margin-block-start: 0px;margin-block-end: 8px;}

/* all pages form design */
.banner-form { background: #ffffff; padding: 20px 15px 20px 15px; width: 100%; border-radius: 15px; }
.banner-form h5 { color: #1D344B;text-align: center;font-size: 24px;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 30px;}
.banner-form .form-group .wpcf7-submit {background-color: #00d084;margin-top: 0;width: 100%;font-weight: 700;color:#fff;}
.banner-form .form-group input[type="text"], .banner-form .form-group input[type="tel"], .banner-form .form-group input[type="email"],
.banner-form .form-group select {width: 100%;padding: 8px 15px 8px 15px;background-color: #f9f9f9;height: 45px;margin-bottom: 20px;font-size: 14px; margin-bottom: 20px;}
.banner-form .form-group textarea {width: 100%;padding: 8px 15px 8px 15px;background-color: #f9f9f9;height: 100px;margin-bottom: 20px;font-size: 14px;resize: none;  margin-bottom: 20px;}
.banner-form .wpcf7-spinner {position: absolute;float: left;top: 10px;left: 50%;margin-left: -10px;}
.banner-form .wpcf7-not-valid-tip {position: relative;top: 0px;}
.banner-form .form-group input[type="tel"]{margin-bottom:0;}
.banner-form form > div { margin-bottom: 20px; }
.banner-form form > div:last-child{ margin-bottom:0px;}
.banner-form .form-group {position: relative;}
.banner-form .form-group label {font-size: 10px;margin-bottom: 0;color: #ffffff;font-weight: 600;position: absolute;left: 22px;top: -8px;background: #fd7e40;padding: 0px 8px;z-index: 11;line-height: 14px;border: 1px solid rgba(0,0,0,0.15); border-radius: 2px;}


.querypopup {padding: 20px;}
.querypopup .modal-header { border: 0; }
.querypopup h3 { font-size: 20px; text-align: center;font-weight: 700;padding-bottom: 0px;margin-bottom: 0px;	width: 100%; }
.querypopup .btn-close { position: absolute; right: 25px;top: 25px; }
.querypopup p br {display: none;}
.querypopup .telephone-field { display: flex; align-items: center; gap: 20px;}
.querypopup .telephone-field .contrydropdown { width: 100px; }
.querypopup .form-group { width: 100%; }
.querypopup .form-group label {text-transform: capitalize;font-weight: 600;font-size: 12px; width: 100%; }
.querypopup .form-group label sup {color: red;vertical-align: sub;font-size: 12px;text-transform: capitalize; display: inline-block;padding-top: 5px;}
.querypopup .form-group input[type="text"], .connect-with-expert .modal-popup-form .form-group input[type="email"], .querypopup .form-group input[type="tel"], .connect-with-expert .modal-popup-form .form-group input[type="url"], .connect-with-expert .modal-popup-form .form-group select, .querypopup .form-group .form-control::placeholder, .connect-with-expert .modal-popup-form .form-group select option {background-color: #fff;height: 40px; font-size: 14px;color: #000; opacity: 0.8; }
.querypopup .form-group textarea {background-color: #ffffff;border-bottom: 4px solid rgba(0, 0, 0, 0.08);height: 80px; font-size: 14px;letter-spacing: 0;color: #000;resize: none; }
.querypopup .form-group p {margin-bottom: 8px;}
.querypopup .form-group input[type="submit"] {font-size: 16px;height: 40px;background-color: #7bdcb5;color: #fff; letter-spacing: 2px; margin-top: 8px;text-transform: uppercase; font-weight: 600;  border: 0;}
.querypopup .wpcf7-not-valid-tip {top: 0px;}






