    :root{--bg-yellow:#ffdd80;--bg-pink:#ffb1cc;--bg-black:#000;--bg-gray:#E5E5E5;--bg-light-sky:#0073E6;--bg-white:#fff;--bg-blue:#004aad;}
    *{margin: 0;padding: 0;box-sizing: border-box;--bg-purple:#c8bbff;}
    body {font-family: 'DM Sans';color:#504e4e; font-size:1rem;letter-spacing: 0;line-height:30px;}
    a {color:var(--bg-blue);text-decoration: none;}
    a:hover {color:var(--bg-black);text-decoration: none;}
    h1{font-size:2.6rem; color:var(--bg-black);font-weight:bold;}
    h2{font-size:42px; color:var(--bg-black); font-weight:bold;}
    h1,h2,h3,h4,h5,h6{font-family: 'Manrope';}
    h2 span{color:var(--bg-light-sky);}
    h1 span{color:var(--bg-light-sky);}
    .tagline-title {color:var(--bg-light-sky);}
    h3{font-size:24px; color:var(--bg-black);font-weight: 700;}

    .space{padding:50px 0;}
    .container{max-width:1260px;}
    .bg-gray{background:var(--bg-gray);}
    .bg-black{background:var(--bg-black);}
    .bg-yellow{background:var(--bg-yellow);}
    /* header */
    header {background-color: var(--bg-white);}
    .fixed-top{padding:10px 0;border-bottom: 1px solid #1c498033;}
    a.logo img {max-width: 250px;}
    .who-we .items-ser {padding: 30px;}
    span.mobile-nav {font-size: 42px;position:fixed;top: 0;right: 0; display:none; line-height:0; background:var(--bg-blue);}
    .bi-x {display: none !important;-webkit-transition: all .4s;transition: all .4s;}
    span.mobile-nav.open .bi-list {display: none;}
    span.mobile-nav.open .bi-x {display: block !important;}
    /*menu*/
    .headmenu {background: var(--bg-white);margin-top:0;}
    ul.navigation {display: flex;flex-wrap: wrap;}
    .nav ul {margin: 0;padding: 0; list-style-type: none;}
    .headmenu .nav ul li a {padding:10px;position: relative;font-weight:600;color:#000;text-transform: capitalize;background: none;
    font-size: 16px;display: block;text-decoration: none;}
    .headmenu .nav li.current_page_item a {color: var(--bg-blue);}
    .headmenu .nav ul li {padding: 0px 1px; position: relative;z-index: 1;}

    .navigation ul {position: absolute;padding: 20px;top: 40px;opacity: 0;left: 0;background-color: var(--bg-white);min-width: 220px;transition: 0.3s;
    padding-top: 15px;padding-bottom: 15px;border-radius: 3px;box-shadow: 2px 20px 20px 0px #0c08081f; height:0; overflow:hidden;}
    .headmenu nav ul li>ul.subNav li a {color: #000;padding: 10px 0;border-bottom: 1px solid #eee;font-size: 14px;}
    .headmenu nav ul li:hover>ul.subNav {opacity: 1;transition: .3s;height: auto;}

    .breadcrumb h1 {color:#fff;text-align: center;line-height:55px;font-size: 3.3rem;}
    .breadcrumb {background:#004aad;margin-top:70px; position:relative; margin-bottom:0;}
    .breadcrumb .container{position: relative;}
    .breadcrumb img {position: absolute;top: 0;width: 100%;height: 100%;object-fit: cover; filter: opacity(10%);}

    img{ height:auto; width:auto;max-width:100%;}
    #preloader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;overflow:hidden;background:var(--bg-white)}
    a.mobile-nav-trigger.open {position: fixed;right: 0;z-index: 99999;width: 49px;background:var(--bg-yellow);top: 0;left: auto;color: var(--bg-white) !important;}
    a.mobile-nav-trigger.open .bi-list {display: none;}
    a.mobile-nav-trigger .bi-x {display:none;-webkit-transition: all .4s;transition: all .4s;}
    a.mobile-nav-trigger.open .bi-x{display:none;}
    /* New Css Added */
    .btn{transition: .5s;font-weight: 500;color:#fff;padding:10px 20px;display: table;background: var(--bg-blue);
    border-radius: 50px;font-size: 18px;}
    .btn:hover {/*box-shadow: inset 200px 0 0 0 var(--bg-light-sky);*/color:#fff;background-color:#004aade0;}

    /*slider*/
    .slider {min-height: 600px;position: relative;width: 100%;background-color:#fff;
    padding:130px 0 40px;background-size: cover; overflow:hidden;}
    .slidert-text .small {font-size: 26px;}
    .slider .container {position: relative;}
    .bigTitle {font-size:70px; color:var(--bg-black); line-height:92px; display: block;font-family: 'Manrope';font-weight:bold;}
    .bigTitle span{color:var(--bg-yellow);}
    .small{font-size: 1.125rem;}
    .mid{font-size: 1.125rem;}
    .slider-img {overflow:hidden;position:absolute;right:0;bottom:0px;width:45%;filter: drop-shadow(115px 45px 0px var(--bg-yellow));
    animation: dzMove1 12s linear infinite;}
    img.slid-img {width: 100%;height: 100%;object-fit: cover;-webkit-mask-image: url(../images/cover-bg.png);mask-image: url(../images/cover-bg.png);
    -webkit-mask-position: center center;mask-position: center center;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-size: 100%;
    mask-size: 100%;}

    .call-btn {display: flex;align-items: center;color: #fff;gap: 10px;}
    .call-btn .bi {color: #fff;background: var(--bg-yellow);display: flex;width: 50px;height: 50px;font-size: 30px;align-items: center;justify-content: center;border-radius: 5px;}
    .call-btn span {display: block;font-size: 16px;line-height: 25px;}
    .call-btn a {font-weight: 700;font-size: 24px;color: #fff;line-height: 24px;}
    /*slider*/
    ul.numberList {padding:20px;list-style-type: none;display: flex;align-items: center; gap:20px; margin:0; margin-top:-130px;}
    ul.numberList li{font-size:18px;box-shadow: 0 0 10px #0000002e;padding: 20px;border-radius: 10px;line-height:26px;height:100%; position:relative; background:#fff;}
    .itembx{display: flex;align-items: center;gap: 10px;}
    ul.numberList li span.numC {font-size: 80px;position:relative;font-weight: 900;color:var(--bg-yellow);}
    ul.numberList li span {position: relative;z-index: 1;}
    ul.numberList li:after {content: attr(data-name);position: absolute;font-size: 100px;font-weight: 600;width: 100%;line-height: 1;
    text-align: right;letter-spacing: 10px;color: #fff;text-shadow: 0 0 1px var(--bg-yellow), 0 0 1px var(--bg-yellow), 0 0 1px var(--bg-yellow);
    opacity: 0.7; top:0;display: block;left: 0;}
    /*contact ua*/
    .contactForm {box-shadow: 0 0 20px #00000029;border-radius:20px;background: #fff;padding: 50px;}
    .php-email-form.bg-black{background:var(--bg-black);}
    .php-email-form span.title {font-size:32px;font-weight: bold; color:var(--bg-yellow); display: block; margin-bottom:20px;}
    .php-email-form .form-control {border:1px solid #0808082b;font-size: 16px;height:50px;border-radius:5px;    background: #f9f9f9;}

    .bg-dark-img {background: url(../images/services-bg.png) no-repeat top;background-size: cover;position: relative;}
    .bg-dark-img .container{position:relative;}
    ul.numberlist {list-style: none;counter-reset: item;    padding: 0;}
    ul.numberlist li {counter-increment: item;margin-bottom: 15px;position: relative;padding-left: 35px;}
    ul.numberlist li:before {margin-right: 10px;content: counter(item);background: var(--bg-yellow);border-radius: 100%;color: #000;width: 25px;height: 25px;display: flex;align-items: center;justify-content: center;position: absolute;left: 0;font-family: none !important; font-weight: 700;}
    ul.arrowlist {list-style: none;    padding: 0;}
    ul.arrowlist li {margin-bottom: 15px;position: relative;padding-left:35px;}
    ul.arrowlist li:before {content: '\F134';font-family: "bootstrap-icons" !important;color: var(--bg-blue);border-radius: 100%;position: absolute;left: 0;font-size:24px;top: 11px;line-height: 0;}

    footer#footer {background-color:#004aad;}
    footer#footer .footer-top{padding: 50px 0; color:rgba(255,255,255,.7);}
    footer#footer .footer-top h3{ color:#fff; }
    footer#footer .footer-top ul{margin:0; padding:0; list-style-type:none;}
    footer#footer .footer-top a{color:rgba(255,255,255,.7);}
    footer#footer .footer-top a:hover{color:#fff;}
    /*footer#footer .footer-top li:before {content: '\F270';font-family: "bootstrap-icons" !important;color:rgba(255,255,255,.7);border-radius: 100%;position: absolute;left: 0;font-size: 20px;top: 14px;line-height: 0;}*/
    footer#footer .footer-top li:hover:before{color:#fff;}

    .copyright{color:var(--bg-white);background:var(--bg-blue);border-top: 1px solid #eeeeee17;}
    .copyright a:hover{color:var(--bg-white);}

    .php-email-form textarea.form-control {height: 100px;}
    img.right {box-shadow: 4px 4px 0 var(--bg-yellow);}
    img.left {box-shadow: -4px -4px 0 var(--bg-yellow);}
    .tagline span {background: #00000080;display: table;margin: auto;padding: 2px 30px;border-radius: 30px;font-size: 16px;color: var(--bg-yellow);margin-bottom: 11px;}
    .testimonials .slide-card{padding: 30px; height:100%; color:#fff;  text-align: center;  background: #0000002e;}
    span.star {color: #e7dc0b;}
    .testimoni-icon .bi {font-size: 64px;background: var(--bg-yellow);display: flex;width: 100px;height: 100px;align-items: center;justify-content: center;
    border-radius: 50px;margin: auto;box-shadow: inset 0 0 5px #0000009e;}
    .testimonials .slick-dotted.slick-slider {margin-bottom:0px;height: 100%;}
    .testimonials .slide-card p{font-size:17px;}
    .testimonials .slick-list{height: 100%;}
    .testimonials .slick-track{height: 100%;}
    .faq strong {background: var(--bg-light-sky);color: var(--bg-sky);padding: 8px;border-radius: 43px;font-size: 19px;margin-bottom: -8px;}
    .faqSec .panel.panel-default.mb-4 {border-left: 3px solid var(--bg-yellow);border-right: 3px solid var(--bg-yellow);box-shadow: 0 0 5px #eeeeee9e;}
    h4.panel-title1 a.accordion-toggle.collapsed {color: var(--bg-black); font-size:16px;}
    h4.panel-title1 a.accordion-toggle {font-size: 16px;display: block;padding: 15px; position: relative;    color: var(--bg-black);border-bottom: 1px solid #eee;}
    .faqSec .panel-body {padding: 15px;}
    .panel-heading1 a:before {content: "\F2EA";position: absolute;font-family: "bootstrap-icons" !important;top: 10px;right: 10px;font-size: 30px;
    transition: all 0.5s;transform: scale(1);}
    .panel-heading1 a.collapsed:before {content: "\F4FE";position: absolute;font-family: "bootstrap-icons" !important;font-size: 27px;transition: all 0.5s;
    transform: scale(1);top: 10px;right: 10px;}
    .services-boxes {background: var(--bg-yellow);height: 100%;padding: 14px;text-align: center;border-radius: 29px;border: 2px solid;}
    .br-40 {border-radius: 40px;}
    .bg_yellow {background-color: var(--bg-yellow);}
    .contact_sec {background:#111111;border-radius: 100px 100px 100px 100px;border:7px solid #ffffff;}
    .contect-tittle {font-size: 2rem;}
    .contact_btn .bg_c {background-color: #f3b007;padding: 4px 24px 4px 4px;color: #fff;font-size: 17px;border-radius: 30px;}
    .contact_btn .bg_c {background-color: var(--bg-yellow);padding: 4px 24px 4px 4px;color: #111111;font-size: 17px;border-radius: 30px;}
    .contact_btn span i {background: #111;width: 42px;height: 42px;display: flex;justify-content: center;align-items: center;border-radius: 50px;
    color: #fff;font-size: 21px;}
    .contact-box {background: var(--bg-yellow);padding: 40px;border-radius: 115px;border-right: 5px solid;border-left: 5px solid;box-shadow: 0px 3px 16px 2px;}
    .service-bx {box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .06);dispaly: flex !important;flex-direction: row;text-align: left;gap: 9px;border-radius: 30px 0;}

    .descreptions-bx {width: 90%;border-left:2px solid var(--bg-yellow);padding-left: 14px;}

    .caltoaction{background:url(../images/pest.jpg) no-repeat;background-size: cover;height: 100%;padding:30px; position: relative;}
    .caltoaction .items {position: relative;border: 5px double #ffffff7a;padding: 20px;}
    .caltoaction:before{content: '';display: block;position: absolute;top: 0;bottom: 0;left: 0;width: 100%;background: rgb(4 4 4 / 77%);}
    .caltoaction h2 {font-weight: 600;font-size: 32px;line-height: 50px;}
    .caltoaction .call-us span {display: block;color: #fff;font-size: 20px;}
    .caltoaction .call-us a{-webkit-text-stroke-width: 1px;-webkit-text-stroke-color:#fff; font-size:42px; font-weight:900;color: #38353500;}
    .caltoaction .call-us a:hover{color: #fff;-webkit-text-stroke-color:var(--bg-yellow);}
    section.testimonials{position: relative;}
    section.testimonials .container{position:relative;}
    img.mid-img {height: 100%;width: 100%;object-fit: cover;}


    section.faqSec {position: relative; overflow:hidden;}
    section.faqSec .container{position: relative; z-index: 9;}
    section.faqSec:before{content: '';display: block;position: absolute;top: 0;bottom: 0;left: 0;width:40%;background:url(../images/pest-control-services.jpg) no-repeat;
    background-size: cover;}
    section.faqSec .faqSec:after {content: '';display: block;position: absolute;top: -30px;bottom: -40px;left: -83px;width: 200px;background: #ffffff;
    border-radius: 80%;box-shadow:inset 10px 0px 0px #d1183f;}
    section.faqSec .faqinside{position: relative; z-index: 9;    padding: 50px 0;}
    .faqSec {position: relative; background:#fff;}

    section.call-to-action {background: url(../images/pestcontroll.jpg) no-repeat top;background-size: cover;position: relative;}
    section.call-to-action .container{position: relative;}
    section.call-to-action::before {content: '';display: block;position: absolute;top: 0;bottom: 0;left: 0;width: 100%;background: rgb(4 4 4 / 77%);}
    section.call-to-action h3{color:#fff; margin:0;}
    section.call-to-action .call-us{min-width:260px;background:var(--bg-yellow);color:#fff;padding:10px 20px;border-radius:10px;outline:5px double #fff;}
    section.call-to-action .call-us a{color:#fff; font-size:32px; font-weight:700;}

    .blog-items {text-align: center;}
    .blog-items h3{}
    .blog-items a.btn-link {color: var(--bg-yellow);text-decoration: none;font-weight: 600;}

    .blog-items .blog-img {padding: 20px;}
    .blog-items span.post-date { background:var(--bg-yellow);color: #fff;padding: 5px 10px;display: table;margin: auto;margin-bottom: 10px;border-radius: 20px;font-size: 12px;}

    .copyright a {color: #ffffff75;}
    /*added by sachin*/
    .text-size { font-size: 24px;font-weight: 900;}
    .call-icon i {background-color: var(--bg-blue);display: flex;width: 40px;height: 40px;align-items: center;justify-content: center;
    color: #fff;border-radius: 50px; font-size:20px;}
    .btn-btn {background-color: var(--bg-blue);color: #fff;padding: 9px 30px;position:relative;z-index:1;border:none;}
    .btn-btn:before {background-color: #0073E6;position: absolute;content: '';left: 0;top: 0;width:23px;height: 100%;border-radius: 0.25rem 0 0 0.25rem;
    z-index:0;}

    .our-service { background-color: var(--bg-white);box-shadow: 0px 10px 40px 0px rgba(24, 26.000000000000007, 32, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 11px;
    border-radius: 20px;
    position: relative;
    padding:25px!important;
    }
    .number-of-srvice {
    position: absolute;
    top: 15%;
    right: 0;
    padding: 9px 78px 9px 20px;
    border-radius: 30px 0 0 30px;
    width: 150px;
    height: 47px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #f3f5f7;
    background: linear-gradient(45deg, #b9c6d8, transparent);
    box-shadow: 0px 10px 40px 0px rgba(24, 26.000000000000007, 32, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    font-size: 2rem;
    font-weight: 800;
    }
    .service-icon img {
    width: 80px;
    height: 80px;
    max-width: 100%;
    min-width: 60px;
    min-height: 60px;
    }
    .latest-projects{position:relative;}
    .latest-projects img{border-radius:20px;}
    .latest-projects:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(45deg, #1c4980bf, #00000000); */
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-image: linear-gradient(to bottom, #0073e647, #000000b8);
    }
    .view-done-project h4 {
    color: #ffffff;
    margin-bottom: 18px;
    }
    .view-done-project {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    top: 70%;
    width:66%;
    }
    .view-done-project a {
    background-color: #0073E6;
    padding: 6px 18px;
    color: #fff;
    border-radius: 30px;
    }
    .view-done-project a:hover{background:var(--bg-blue);}
    .more-p .btn {
    margin: auto;
    }
    .feedbaks {background-color: #fff;padding: 25px;box-shadow:2px 2px 0px 5px #eeeeeea1;transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 12px;
    position:relative;
    display: flex; height:100%;
    }
    .T-icon{position: relative; min-width:150px; height:150px; margin-right:20px;}
    .feedbaks .ratting {
    position: absolute;
    left:25px;
    color: #0073e6;
    bottom:70px;
    font-size:16px;
    display: flex; gap:5px;
    }
    /*.feedback-details span i {*/
    /*    position: absolute;*/
    /*    right: 50px;*/
    /*    font-size: 60px;*/
        /* top: 50%; */
    /*    transform: rotate(180deg);*/
    /*    bottom: -34px;*/
    /*    background-color: transparent;*/
    /*    width: 70px;*/
    /*    height: 70px;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-around;*/
    /*    border-radius: 50px;*/
    /*    border: 1px solid rgba(0, 0, 0, .125);*/
    /*    color: #004aad;*/
    /*}*/
    .author-name {
    font-weight: 700;
    }
    .feedback-details .sub-details {
    color: #0073e6;
    }
    .feedback-bg{background:url(../images/feedback-bg.png);}
    .feedback-bg:after {
    background-color: #ffffff24;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    }
    .bg-color {
    background-color: var(--bg-blue);color: #fff;
    }
    .bg-pink {
    background: var(--bg-pink);
    }
    .bg-purple {
    background: var(--bg-purple);
    }
    .our-responce {
    text-align: center;
    border-radius: 7px;
    }
    .satisfaction {
    color: #1c4980;
    }
    .bg-color h2 {
    color: #fff;
    }
    .satisfaction {
    color: #1c4980;
    font-weight: 600;
    }
    .responce-icon {
    font-size: 65px;
    }.total-counts span {
    font-size: 2rem;
    color: #1c4980;
    font-weight: 800;
    }

    .text-item {
    background-color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(24, 26.000000000000007, 32, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px;
    }
    .text-item .btn-link {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    }
    .text-item i {
    color: var(--bg-light-sky);
    }
    .thumnails {
    box-shadow: 0px 10px 40px 0px rgba(24, 26.000000000000007, 32, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    }
    .date-nd-author {
    text-transform: uppercase;
    font-size: 14px;
    }
    ul.arrow {
    list-style: none;
    padding-left: 0;
    }
    ul.arrow li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px;
    }
    ul.arrow li:before {
    content: '\F26A';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'bootstrap-icons';
    color: #0073e6;
    }

    ul.social-links li:before {
    display: none;
    }
    ul.social-links li i {
    background-color: #0073e6;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    }

    .itembox {display: flex; align-items: center;background: #ffffff1f;padding: 10px;margin-bottom: 10px;    border-radius: 5px;}
    .itembox .text-item {box-shadow:0 0;padding:0; background:transparent; color:#fff;}
    .itembox .icon-item{min-width:70px; display:flex;align-items:center;justify-content:center;height:70px; margin-right:15px; position: relative;}
    /*.itembox.odd .icon-item::before{content:''; display: block;background: url(../images/ellipse01.png) no-repeat;left:0; top:0;bottom:0; position:absolute;right:0;}*/
    .itembox .icon-item img{position: relative;filter: brightness(100);}
    /*.itembox.even .icon-item::before{content:''; display: block;background: url(../images/ellipse02.png) no-repeat right;left:0; top:0;bottom:0; position: absolute;right:0;}*/

    .marquees{overflow: hidden;}
    .marquees img {border-radius: 10px;}
    .call-us a {font-weight: bold;color: #1c4980;font-size: 24px;margin-left: 10px;}
    .thumnails img {width:100%;}
 .calltoaction {background: #004aad;text-align: center; overflow:hidden;    position: relative;}
  .calltoaction2 {background: #004aad; overflow:hidden;    position: relative;}
    img.icon-right{position: absolute;bottom: -90px;left: 0;transform: rotate(45deg);}
    img.icon-left {position: absolute;top: -130px;}
.calltoaction:before {content: '';transform: rotate(-45deg); background: url(../images/stars.png) no-repeat;position: absolute;
    width:140px;height: 100%;left:30px;top:-22px;}

    section.calltoaction:after{content: ''; background: url(../images/stars.png) no-repeat;position: absolute;width:140px;height: 100%;right: 0;
    bottom: -45px;transform: rotate(45deg);}



    .who-we .items-ser img {max-width: 160px;}
    .who-we .items-ser p{margin: 0; font-weight:bold;}
    .shap-top img {width: 100%;}
    .shap-bottom img {width: 100%;}
    .bg-blue {background: #004aad;}
    .bg-blue .service-tagline {color: #fff;}
    .bg-blue .service-tagline h2{color: #fff;}
    .service-bxx {background: #fff;padding:0px;text-align: center;height: 100%;}
    a.btn.bg-white {color:#000;}
    .service-bxx .text-areas{display:flex; flex-wrap:wrap; flex-direction:column; justify-content:center; padding:40px; min-height:230px;}
    .service-bxx h5{color:#000; font-weight: bold; font-size:24px;}
    .service-bxx p{margin:0;}
    .service-bxx.colum {flex-direction: column-reverse;display: flex;flex-wrap: wrap;}
    .our-feedback {color: #004aad;font-weight: bold;}
    .whychooseus {background: #004aad;}
    .shap-bottom.ca img {height: 40px;}
    .shap-top.ca img {height: 40px;}

    body::-webkit-scrollbar {width: 5px;}
    body::-webkit-scrollbar-track {background:#fff;}
    body::-webkit-scrollbar-thumb {background-color:#004aad; border-radius: 20px;}

    .items-box.misn-vsn {background: #004aad;padding: 20px;color: #fff;position: relative;height: 100%;padding-left: 100px;display: flex;
    align-items: center;}
    .items-box.misn-vsn .missn {position:absolute;color:#fff;background:#ffdd80;top:0;bottom:0;left:0;    width: 80px;
    display: flex;align-items: center;justify-content: center;text-transform: uppercase;}
    .items-box.misn-vsn .missn h2{transform: rotate(-90deg);color: #004aad;margin:0; font-size: 32px;}

    .service-items {padding:10px;text-align: center;height: 100%;}
    .service-items .text-areas {display: flex;flex-wrap: wrap;flex-direction: column;justify-content: center;padding: 40px;min-height: 230px;}
    .service-items.colum {flex-direction: column-reverse;display: flex;flex-wrap: wrap;}
    .service-items a.service-ttle {color: #000;font-weight: bold;font-size: 24px;}
    .service-items h5.service-ttle {color: #000;font-weight: bold;font-size: 24px;}

    .breadcrumb-career {padding-top: 120px;position: relative; color:#fff;    overflow: hidden;}
    .breadcrumb-career h1{color:#fff;font-size:3rem;}
    .breadcrumb-career h1 span {font-size: 24px;color: #ffdd80;font-weight: 100; font-family: cursive;}
    .breadcrumb-career .container{position: relative;}
    .breadcrumb-career:before{content:'';position:absolute;width:100%;height:100%;background:#004aad;top:0;
    clip-path:polygon(0 0, 150% 0, 0 100%, 0% 100%);}
    .breadcrumb-career .btn {background:transparent;color:#fff;border: 2px solid #ffdd80;}
    .breadcrumb-career .btn:hover{color:#fff;}
    .job-opening {background: #eeeeee61;padding: 30px;height: 100%;border-radius: 20px;box-shadow: 0 0 10px #0000004a;}
    .job-opening h2 {color: #004aad;font-size: 32px;}
    button.btn.btn-yellow {background: #ffdd80;color:#000;}
    button.btn.btn-yellow:hover{color:#fff;}
    section.map {position: relative;top: 85px;}
    .shap-top {position: relative;top:1px;}
    .shap-bottom {bottom:3px;position: relative;}
    .address {padding: 30px;border-radius: 20px;}
    .address a{color:#fff;}
    .address .location {background: #ffffff21; padding: 20px; margin-bottom: 10px;}
    .address .phone{background: #ffffff21; padding: 20px; margin-bottom: 10px;}
    .address .email{background: #ffffff21; padding: 20px; margin-bottom: 10px;}
    .address .social_links{background: #ffffff21; padding: 20px; margin-bottom: 10px;}
    ul.social {list-style-type: none;padding: 0;margin: 0;display: flex;gap: 20px;font-size: 32px;}


    .aboutimage {position:relative;-webkit-animation:spin 4s linear infinite;-moz-animation:spin 4s linear infinite;animation:spin 4s linear infinite;}

    @-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); } 
    }
    @-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
    }
    @keyframes spin { 
    100% {-webkit-transform: rotate(360deg); transform:rotate(360deg);} 
    }


    @keyframes topBubbles
    {
    0%
    {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50%
    {
    background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100%
    {
    background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    }
    }

    @keyframes bottomBubbles
    {
    0%
    {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0;
    }
    50%
    {
    background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0;
    }
    100%
    {
    background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    }
    }


    .service-items-img img {width: 100%;height: 100%;object-fit: cover;}
    .service-info {display: flex;align-items: center;gap: 50px;}
    .service-items-img {width: 400px;min-width: 400px;height: 400px;border-radius: 200px;overflow: hidden;}
    .btn-learnmore {font-size: 20px;padding: 18px 47px 17px;border: 4px solid #004aad;display: inline-block;border-radius: 10px;font-weight: 600;
    position: relative;}
    .btn-learnmore:hover{background:#004aad; color:#fff;}
    .btn-learnmore:hover:before{display: block;opacity: 1; pointer-events: none; color:#004aad;
    visibility: visible;    animation: topBubbles ease-in-out .75s forwards;
    background-image: radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, transparent 20%, CurrentColor 20%, transparent 30%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, transparent 10%, CurrentColor 15%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
    top: -75%;background-repeat: no-repeat;
    content: '';
    /* display: none; */
    height: 100%;
    left: -20%;
    /* opacity: 0; */
    position: absolute;
    transition: all ease-in-out .5s;
    /* visibility: hidden; */
    width: 140%;
    z-index: -1000;}
    .btn-learnmore:hover:after{ display: block;opacity: 1;pointer-events: none;color:#004aad;    visibility: visible;    animation:bottomBubbles ease-in-out .75s forwards;
    background-image: radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, transparent 20%, CurrentColor 20%, transparent 30%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, transparent 10%, CurrentColor 15%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
    bottom: -75%;background-repeat: no-repeat;
    content: '';
    /* display: none; */
    height: 100%;
    left: -20%;
    /* opacity: 0; */
    position: absolute;
    transition: all ease-in-out .5s;
    /* visibility: hidden; */
    width: 140%;
    z-index: -1000;}

    .service-items-img2 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100px;
    display: block;
    margin: auto;
    }
    .serv-items h2.service-ttle {
    font-size: 28px;
    }


    @keyframes circle{
    0%{
    transform: rotate(0deg);

    }
    100%{
    transform:rotate(360deg)
    }
    }
    .process { position: relative;padding: 25px;}
    .process .icon{padding:25px;border-radius:65px;display:flex;margin:auto;margin-bottom:20px;position: relative;max-width:130px;height:130px;}
    .process .icon img{max-width:130px; position: relative;}
    .process .icon:before{animation: circle 15s linear infinite; content:'';border:3px dashed #004aad;max-width:130px;height:130px;position: absolute;
    left: 0;right: 0;top: 0;border-radius:65px;}


    .icon-rotate{padding:25px;border-radius:65px;display:flex;margin:auto;margin-bottom:20px;position: relative;max-width:130px;height:130px;}
    .icon-rotate img{max-width:130px; position: relative;}
    .icon-rotate:before{animation: circle 15s linear infinite; content:'';border:3px dashed #004aad;max-width:130px;height:130px;position: absolute;
    left: 0;right: 0;top: 0;border-radius:65px;}
    .section-service-detail .element-item {text-align: center;    width: 25%;    padding:15px;}
    .list-items{border: 1px solid #eee;padding: 20px;}
    .list-items h4 {font-weight: bold;color: #000;}

    .section-service-detail .list-items:hover{background: #004aad;color: #fff;border-radius: 20px;}
    .section-service-detail .list-items:hover h4{color:#fff;}
    .section-service-detail .list-items:hover .icon-rotate img{filter: grayscale(10) brightness(100);}
    .section-service-detail .list-items:hover .icon-rotate:before{border:3px dashed #fff;}

    .mobileApp{position:relative;}
    .mobileApp .container{position:relative;}

    img.w-100.app {opacity: 0.7;}
    div#cards .list-items {
    display: flex;
    align-items: center;
    gap: 20px;
    }
    .img_sticky {
        position: sticky;
        top: 80px;
    }

    @supports (animation-timeline: view()) {
    .webDev {
    --index0: calc(var(--index) - 1); /* 0-based index */
    --reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
    --reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */
    }

    @keyframes scale {
    to {
    transform:
    scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
    }
    }

    #cards {
    --numcards: 4;
    view-timeline-name: --cards-element-scrolls-in-body;
    }

    .card__content {
    --start-range: calc(var(--index0) / var(--numcards) * 100%);
    --end-range: calc((var(--index)) / var(--numcards) * 100%);

    animation: linear scale forwards;
    animation-timeline: --cards-element-scrolls-in-body;
    animation-range: exit-crossing var(--start-range) exit-crossing var(--end-range);
    }
    }

    #cards {padding-bottom: calc(var(--numcards) * var(--card-top-offset));margin-bottom: var(--card-margin);}
    #card_1 {--index: 1;}
    #card_2 {--index: 2;}
    #card_3 {--index: 3;}
    #card_4 {--index: 4;}
    .webDev {position: sticky;top:120px;padding-top: calc(var(--index) * var(--card-top-offset)); background:#fff;}
    .card__content {transform-origin: 50% 0%;will-change: transform;}
    .blog-sidebar {
        position: sticky;
        left: 0;
        top:65px;
    }


    .breadcrumb-img .container{
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .breadcrumb-img:before {
        background: #00000063;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .blog-sidebar .sidebar-input input {
        width: 100%;
        height: 42px;
        border-radius: 4px;
        border: 1px solid #ccc;
        padding: 0 15px;
    }
    .sidebar-input textarea {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .blog_details h5 a {
        font-size: 16px;
        color:#000;
        font-weight: 600;
            transition: all 300ms ease;
    }
    .blog_items {
        display: flex;
        align-items: start;
        gap: 15px;
         margin-bottom:0;
    }
    .blog_details {
        width: 70%;
    }
    .blog_details h5 {
        margin: 0;
    }
    span.blog_date {
        font-size: 14px;
    }
    .sidebar_main_heading h3 {
        position: relative;
        display: inline-block;
        margin-bottom: 25px;
        font-size:18px;
    }
    .sidebar_main_heading h3:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -12px;
        background: #cccc;
        width: 100%;
        height: 1px;
    }
    .blog_details h5 a:hover {
        color: #004aad;
        transition: all 300ms ease;
    }
    .sidebar_submit {
        width: auto;
            padding-left: 30px;
        padding-right: 30px;
    }
    .blog_thumbnail img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 3px;
        max-width: 100%;
    }
    .table_data td, .table_data th {
        padding: 10px;
    }
    .contact_info li {
        display: flex;
        align-items: self-start;
        gap: 15px;
        margin-bottom: 18px;
    }

    .icon_icon i {
        width: 45px;
        height: 45px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #fff;
        border-radius: 50px;
        position: relative;
        z-index: 2;
        color:#fff;
    }

    .icon_icon i:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        background: #d81b60;
        border-radius: 50px;
        transition: all 300ms ease;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .contact_info li:hover .icon_icon i:after {
        width: 100%;
        height: 100%;
      transition:all 300ms ease;
    }

    /*Blog-details Page*/
    .sidebar_all_services li, .sidebar_blog li {
        position: relative;
        padding: 12px 0;
        display: flex;
        align-items: flex-start;
        gap:7px;
    }
    .sidebar_all_services li:after, .sidebar_blog li:after{
        content: '';
        position: absolute;
        width: 90%;
        height: 1px;
        background-color: #ccc;
        left:0;
        /* max-width: 100%; */
        bottom: 0;
    }
    .sidebar_all_services li a {
        display: inline-block;
        color: #000000d6;
    }
    .sidebar_all_services li i {
        font-size: 19px;
        position: relative;
        margin-top: -2px;
    }
    .sidebar_all_services li:hover i, .sidebar_all_services li:hover a {
        color: #024bae;
        transition: all 500ms ease 0s;
    }
    .blog_pages_img {
        border-radius: 15px;
        margin-bottom: 25px;
    }
    /*Blog-details Page*/

    .blog-content br {
        display: none;
    }
    .client-info img {
        width: 90px;
        height: 90px;
        background: transparent;
        border: 1px solid #ccc;
        padding: 7px;
        border-radius: 50px;
        max-width: 100%;
    }
    .ratting i {
        color: #fba600;
    }
.For_hiring_note{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
   width: 100%;
    flex-wrap: wrap;
    gap: 9px;
}
.hiring_update .accordion-button::after{display:none;}
.hiring_update button.accordion-button.collapsed {
    box-shadow: 0px 10px 40px 0px rgba(24, 26.000000000000007, 32, 0.08);
}
.for_required span {
    font-weight: 500;
    font-size:18px;
}
.hiring_update .accordion-button:focus{box-shadow:none;}
.more-details a {
    background-color: #004aad;
    display: inline-block;
    padding: 12px 18px;
    border-radius: 4px;
    color: #fff;
}
button.accordion-button {
    box-shadow: 0px 10px 40px 0px rgba(24, 26.000000000000007, 32, 0.08) !important;
}
.hiring_update .accordion-button:not(.collapsed) {
    color: #212529 !important;
}
.hiring_update .accordion-item{border:none;}
.heading_qaute { font-size:2rem; }


    @media screen and (min-width:200px) and (max-width:991px){
    ul.navigation{display: block;}
    .headmenu nav.nav.mobile-menu {position: fixed;left: 0;background: var(--bg-blue);overflow: auto;top: 0;display: block;margin: 0;bottom: 0;max-width: 75%;
    width: 350px;z-index: 9999;left: -75%;-webkit-transition: all .4s;transition: all .4s;padding-top: 20px;}
    .headmenu.open nav.nav.mobile-menu {left: 0;}

    .slider{padding: 100px 0 40px;position: relative;overflow: hidden;}
    h1 {font-size: 32px;}
    h2 {font-size:26px;}
    h3 {font-size:20px;}
    span.mobile-nav {display:block;}
    .headmenu .nav li.current_page_item a {color:#fff;}
    .headmenu .nav ul li a{color:#fff;}
    .space {padding: 108px 0;}                               
    .bigTitle{font-size: 48px; line-height: 68px;}
    .navigation ul{position: relative;height:auto;opacity: 1;top: 0;padding: 15px;left: 13px;}
    .contact_sec{border:0;border-radius:0;}
    .call-us {margin-right: 50px;}
    footer#footer .footer-top{padding:50px 0 0;}
    footer#footer .footer-top{overflow: hidden;}
    img.icon-left{top: -48px;max-width: 50px;left: 0;}
    img.icon-right {bottom: -28px;left: auto;max-width: 50px;right: 0;}
    section.calltoaction:before{display:none;}
    section.calltoaction:after{display:none;}
    }
    @media screen and (min-width:100px) and (max-width:575px){
    .section-service-detail .element-item{width:100%;}
    span.bigTitle{text-align: center;font-size: 2.5rem;line-height: 42px;}
    .slidert-text .small{
        font-size: 1.125rem;}
        .slider{padding-bottom:0;}
            .For_hiring_note{display:block!important;text-align:center!important;}
            .for_required {
    border: 1px solid #ccc;
    border-radius: 50px;
            padding: 15px;
        margin-bottom: 20px;
} 

/*.hiring_update .accordion-button:not(.collapsed){color:#212529;}*/
.hiring_update .accordion-button:not(.collapsed){background-color: transparent;color:#212529;box-shadow:none;border-bottom: 1px solid rgba(0, 0, 0, .125);}
    }
    @media screen and (min-width:576px) and (max-width:767px){
    .section-service-detail .element-item{width:50%;}

    }
    @media screen and (min-width:768px) and (max-width:1199px){
    .section-service-detail .element-item{width:33%;}   
    }

    @media screen and (min-width:100px) and (max-width:479px){
    .stycky-phone {display: block;background: var(--bg-yellow);color: var(--bg-black);text-align: center;padding:5px;justify-content: center;padding-top: 0;gap: 10px;font-size: 24px; font-weight: bold;}
    .stycky-phone a {color: var(--bg-white);font-size: 20px;}
    .fixed-top .container .btn{display:none;}
    a.logo.m-0{display: flex; justify-content: center;    width: 100%;}
    .fixed-top{padding:0;}
    .call-us {display:none !important;}
    a.logo.m-0{justify-content:start;}
    .fixed-top{padding: 10px 0;}
    span.mobile-nav{color:#fff; top:10px;}
    .itembox {display:block;text-align: center;
        padding: 15px;
    }
    .itembox .icon-item {
        margin-bottom: 10px;
    }

    }
    @media screen and (min-width:100px) and (max-width:767px){
    .view-all-service {flex-wrap: wrap;}
    .service-items.colum{flex-direction: column;}
    .service-items .text-areas{min-height:auto; padding:10px;}
    .service-info {display: block;text-align: center;margin-bottom:25px;}
    .service-items-img{width:300px;height:300px;min-width:300px;margin: auto;margin-bottom: 12px;}
    .C-page{top:0!important;}
    div#cards .list-items {display:block;text-align: center;}
    }
    @media screen and (min-width:480px) and (max-width:991px){
    .stycky-phone{display: none;}
    span.mobile-nav{color: var(--bg-white); top:8px;}
    a.logo img {max-width: 150px;}

    .fixed-top .container .btn {padding: 0;background: transparent;border: 0;color: var(--bg-yellow);font-size: 24px;font-weight: bold;margin-right: 40px;}
    }

    /* Manager form css  start*/
    .managerLogin {
    background-color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(24, 26.000000000000007, 32, 0.08);
    display: flex;
    align-items: center;
    z-index: 2;
    gap: 35px;
    position: relative;
    }

    .manager-bx {
    background: #eceff7;
    padding: 50px;
    position: relative;
    z-index: 0;
    }
    .managerLogin .php-email-form {
    padding: 45px 30px 45px 45px;
    }

    .manager-bx:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    height: 50%;
    background: #c8bbff;
    }
    .manager-bx:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 40%;
    background: #ffb1cc;
    right: 0;
    top: 0;
    }
    .managerLogin img {
    background: #eaedf5;
    padding: 20px 20px 0;
    }
    /* Manager form css  End*/


    .card-3 {
        position: relative;
        margin-bottom: var(--blog-space-y, 40px);
        padding: 40px;
        border: 1px solid #ecf1f9;
        box-shadow: 0px 7px 14px 0px rgba(234, 237, 242, 0.5);
        border-radius: 10px;
    }


    .admin span {
        background: transparent;
        padding:2px 12px 2px 24px;
        border-radius: 30px;
        border: 1px solid #ffb1cc;
        color: #ffb1cc;
    position: relative;
    }

    .admin span:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background: #ffb1cc;
        left: 11px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }
    .blog-details {
        box-shadow: 0px 10px 40px 0px rgba(24, 26.000000000000007, 32, 0.08);
    }
    .total-view i {
        display: flex;
        background-color: #ffb1cc;
        width:25px;
        height:25px;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 50px;
        font-size:14px;
    }
    .blog-thumnail{position: relative;}
    .total-view span {
        color: #00000094;
        font-weight: 500;
    }
    .blog-category i{
    color:#ffb1cc;
    }
    .blog-title a {
        text-decoration: none;
        color: #000000b8!important;
    }

    .blog-thumnail img{width: 100%;
        max-height: 250px;
        border-radius: 12px 12px 0 0;
        box-shadow: 0px 10px 40px 0px rgba(24, 26.000000000000007, 32, 0.08);
    }
    .blog-card {
    position: relative;
    }
    .blog-thumnail{overflow: hidden;}
    .link-arrow {
        position: absolute;
        font-size: 2rem;
        color: #ffb1cc;
        right: 15px;
        top: -50px;
       transition: all 400ms ease;
    }
    .blog-card:hover .link-arrow {
        top: 5px;
        transition: all 400ms ease;
    }
    .php-email-form {
        padding: 60px;
        background: #f3f7fb;
    }
    .C-page {
        position: relative;
        top: -155px;
        box-shadow: 0px 10px 40px 0px rgba(24, 26.000000000000007, 32, 0.08);
    }
    .tagline {
        margin-bottom: 21px;
        font-weight: 500;
        color: #004aad;
        font-size: 18px;
    }
    .conTact-input-field input {
        height: 55px;
    }

    .conTact-input-field {
        height: 55px;
    }
    .submit-btn {
        background-color: #000 !important;
        display: inline-block !important;
        padding: 14px 24px !important;
        color: #fff !important;
        box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
    }
    .border-shp {
        border: 1px solid #ccc;
        border-radius: 7px;
        padding: 20px;
    }
    .border-shp .icons i {
        width: 70px;
        height: 70px;
        display: flex;
        background: #f3f7fb;
        justify-content: center;
        align-items: center;
        font-size: 32px;
        color: #004aad;
        border-radius: 7px;
        transition: all 500ms ease;
    }
    .border-shp:hover .icons i {
        background: #004aad;
        color: #fff;
            transition: all 500ms ease;
    }
    .boxx h5 {
        font-weight: 700;
    }
    .boxx a, .boxx p {
        text-decoration: none;
        color: #4D5765;
    }
    .admin span, .total-view span{font-size:14px;}
