* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Regular.woff2) format("woff2"), url(../fonts/Poppins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Medium.woff2) format("woff2"), url(../fonts/Poppins-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Domine';
    src: url(../fonts/Domine-Regular.woff2) format("woff2"), url(../fonts/Domine-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Domine';
    src: url(../fonts/Domine-Bold.woff2) format("woff2"), url(../fonts/Domine-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.padd {
    padding: 60px 0;
}

:root {
    --first-clr: #0b94c5;
    --second-clr: #000;
}

ol,
dl,
ul {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    transition: .4s ease;
    letter-spacing: .2px;
    font-family: 'poppins';
}

li {
    list-style: none;
}

p,
li {
    font-size: 15px;
    color: #232323;
    line-height: 1.6;
    font-family: 'poppins';
    letter-spacing: .2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Domine';
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
}

h4,
h5,
h6 {
    /* font-weight: 500; */
}

img {
    max-width: 100%;
    transition: .4s ease;
}

.container {
    max-width: 1280px;
}

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

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: relative; */
}

.header {
    padding: 15px 0;
    position: sticky;
    z-index: 999;
    width: 100%;
    top: 0;
}

.logo img {
    width: 230px;
    height: auto;
}

.web-btn a {
    display: inline-block;
    padding: 10px 15px;
    background: var(--first-clr);
    color: #fff;
    border-radius: 4px;
    border: 2px solid var(--first-clr);
    /* box-shadow: inset 0 0 0 0 transparent; */
    transition: .5s all ease-in-out;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.web-btn a:before {
    content: "";
    position: absolute;
    top: 1%;
    left: 0;
    width: 200px;
    height: 200px;
    background-color: #000000;
    border-color: transparent;
    border-radius: 50%;
    transform: translate(-10px, -70px) scale(.1);
    opacity: 0;
    z-index: -1;
    transition: transform .5s, opacity .5s, background-color .5s;
}

.web-btn a:hover {
    border-color: var(--second-clr);
}

.web-btn a:hover:before {
    /* box-shadow: inset 300px 0 0 #000; */
    /* border-color: var(--second-clr); */
    opacity: 1;
    transform: scaleX(1.5) scaleY(1.5);
}

.banner-btn .web-btn:last-child a:hover {
    color: #fff;
}

.toggle-bar a {
    font-size: 36px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    /* position: relative; */
}

nav ul li a {
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px;
}

nav ul li .dropdown {
    align-content: normal;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    /* padding: 10px; */
    margin: 0;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    display: none;
    min-width: 300px;
    min-width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: .3s;
    border-radius: 0;
    background-color: #fff;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    display: inline-block;
    box-shadow: 0 36px 35px rgba(0, 0, 0, .08);
    padding: 0;
    transform-origin: 0 0;
    transform: scaleY(0);
    padding: 40px 30px;
    border-top: 1px solid #eee;
}

nav ul li .dropdown li {
    padding: 0;
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

nav ul li .dropdown li a {
    padding: 9px 15px;
    display: block;
    /*white-space: nowrap;*/
    /* background: #39afd3; */
    color: #000000;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
}

nav ul li .dropdown li a:before {
    position: absolute;
    content: ">";
    left: 2px;
    font-size: 17px;
}

nav ul li:hover .dropdown {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: translateY(0);
    transform: scaleY(1);
}

.header .web-btn a {
    background: var(--second-clr);
    border: var(--second-clr);
}

.header.sticky {
    /* background-image: -webkit-linear-gradient(2deg, rgb(159, 240, 252) 0%, rgb(85, 195, 225) 36%, rgb(11, 149, 197) 100%); */
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    background: #fff;
}

nav.menu-bar-2.nav-2 ul {
    flex-direction: column;
    gap: 0;
}

nav.menu-bar-2.nav-2 ul li a {
    width: 100%;
    padding: 10px 10px;
    background: #Fff;
    margin-bottom: 5px;
    /* border-radius: 5px; */
    font-size: 14px;
}




.offcanvas {
    background-image: -webkit-linear-gradient(2deg, rgb(159, 240, 252) 0%, rgb(85, 195, 225) 36%, rgb(11, 149, 197) 100%);
}

.offcanvas-header img {
    width: 150px;
    height: auto;
}

button.btn-close {
    background: #000;
    opacity: 1 !important;
    color: #fff !important;
    line-height: 0;
}

.clk_btn {
    position: relative;
    top: 0;
    right: 10px;
    cursor: pointer;
}

nav ul li .dropdown li a:hover {
    transform: translateX(10px);
    color: var(--first-clr);
}


nav.menu-bar-2.nav-2 ul li {
    position: relative;
}

nav.menu-bar-2.nav-2 ul li .dropdown {
    visibility: visible;
    transform: none;
    opacity: 1;
    display: none;
    position: revert;
    transition: none;
    padding: 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 5px;
}

nav.menu-bar-2.nav-2 ul li .dropdown li {
    width: 100%;
}

nav.menu-bar-2.nav-2 ul li .dropdown li a {
    font-size: 13px;
    padding: 8px 8px 8px 17px;
}



.slider-item {
    width: 100%;
    background-size: cover;
    padding: 150px 0;
        background-color: #58c4e2;
}

.banner-text h3 {
    font-size: 36px;
}

.banner-btn .web-btn:last-child a {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}

.banner-images {
    position: relative;
    margin-top: 30px;
}

.banner-images img {
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.banner-1 img {
    position: absolute;
    width: 210px;
    height: auto;
    top: -75px;
    animation: slide 9s linear infinite;
}

@keyframes slide {
    0% {
        transform: translateX(-20px);
        /* Start from the left */
    }

    50% {
        transform: translateX(20px);
        /* Move to the right */
    }

    100% {
        transform: translateX(-20px);
        /* Return to start */
    }
}

.banner-2 {
    width: 80%;
    margin: auto;
    height: auto;

}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
        /* Start and end at the same position */
    }

    50% {
        transform: translateY(-20px);
        /* Float upwards */
    }
}

.banner-3 img {
    position: absolute;
    width: 266px;
    height: auto;
    object-fit: contain;
    right: -30px;
    bottom: -55px;
    animation: float 6s ease-in-out infinite;
}

.clients {
    background: #ddf0f7;
    padding: 15px 0;
}

.client-img img {
    width: 60%;
    height: 68px;
    object-fit: contain;
    margin: auto;
    filter: grayscale(1);
}

.client-img img:hover {
    filter: none;
}

h1.title,
h2.title {
    font-size: 32px;
}

.ab-flex {
    display: flex;
    gap: 15px;
    width: 49%;
    margin-top: 15px;
}

.about-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.ab-icons {
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(26deg, rgb(24, 157, 201) 0%, rgb(155, 235, 248) 100%);
}

.ab-flex>.ab-txt {
    width: 75%;
}

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

.counter-item {
    width: 30%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 13px 22.41px 4.59px rgb(132 132 132 / 29%);
    padding: 15px;
    text-align: center;
}

.counter-num {
    background-image: -webkit-linear-gradient(26deg, rgb(24, 157, 201) 0%, rgb(90, 196, 225) 61%, rgb(155, 235, 248) 100%);
    padding: 10px;
    border-radius: 10px;
    width: 91%;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    transition: .4s ease;
}

.counter-item:hover .counter-num {
    background-image: -webkit-linear-gradient(26deg, rgb(0 0 0) 0%, rgb(0 0 0) 61%, rgb(0 0 0) 100%);
}

.about-images {
    position: relative;
    width: 95%;
}

.ab-1 img {
    position: absolute;
    left: 0;
    top: -25px;
    animation: float 6s ease-in-out infinite;
}

.ab-2 img {
    position: absolute;
    width: 335px;
    right: -16px;
    bottom: 0;
    animation: slide 9s linear infinite;
}

.featured-banner {
    background-size: cover;
    position: relative;
}

.feature-text ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.feature-text ul li {
    background-color: #fff;
    box-shadow: 0px 13px 22.41px 4.59px rgba(132, 132, 132, 0.14);
    padding: 10px 15px;
    margin: 0 10px 20px 0;
    width: 47%;
    font-family: 'Domine';
    color: #000;
    font-weight: 600;
}

.feature-text ul li img {
    background-image: -webkit-linear-gradient(45deg, rgb(24, 157, 201) 0%, rgb(89, 196, 224) 59%, rgb(153, 234, 247) 100%);
    width: 25px;
    height: 25px;
    padding: 6px;
    border-radius: 100%;
    margin-right: 7px;
    margin-bottom: 5px;
}


.image-featured {
    position: absolute;
    width: 40%;
    height: 550px;
    /* Adjust the height of the container */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -95px;
}

.move-img {
    position: absolute;
    width: 100%;
    /* Adjust the size of the image */
    height: 100%;
    transition: transform 0.1s ease;
    /* Smooth transition */
    object-fit: contain;
}


.service-flex {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 13px 22.41px 4.59px rgba(132, 132, 132, 0.14);
    border-radius: 5px;
    background: #fff;
    transition: .4s ease;
    margin-bottom: 25px;
    position: relative;
    z-index: 9;
}


.service-flex:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(-6deg, rgb(57, 176, 213) 0%, rgb(107, 207, 232) 68%, rgb(156, 237, 251) 100%);
    transition: .4s all ease;
}

.service-flex:hover:before {
    width: 100%;
    z-index: -1;
}


.service-flex img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 15px;
}

.ser-icon a i {
    width: 55px;
    height: 55px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    background-color: rgb(11 148 197 / 19%);
    color: #000;
    margin-left: 10px;
    transition: .4s ease;
}

.service-flex:hover {
    /* background: -webkit-linear-gradient(-6deg, rgb(57, 176, 213) 0%, rgb(107, 207, 232) 68%, rgb(156, 237, 251) 100%); */
}

.service-flex:hover img {
    filter: brightness(0);
}

.service-flex:hover .ser-icon a i {
    background: #fff;
}

.service-boxes .service-flex:first-child {
    left: -100px;
}

.service-boxes .service-flex:nth-child(2) {
    left: -60px;
}

.service-boxes .service-flex:nth-child(4) {
    left: -100px;
}

.service-boxes .service-flex:nth-child(5) {
    left: -180px;
}

.service-main {
    position: relative;
    width: 100%;
}

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

.ser-main-icon {
    position: absolute;
    top: 0;
    animation: float 4s ease-in-out infinite;
}

.mission-flex {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.mi-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-content: center;
    background-image: -webkit-linear-gradient(45deg, rgb(24, 157, 201) 0%, rgb(89, 196, 224) 59%, rgb(153, 234, 247) 100%);
    border-radius: 100%;
}

.mi-txt {
    width: 75%;
}

.blog-box {
    position: relative;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.blog-img {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
}

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

.blog-txt {
    position: absolute;
    bottom: 0;
    background: #ffffffba;
    padding: 10px;
    width: 90%;
    overflow: hidden;
}

.blog-txt h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-txt .date {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
}

.blog-txt .date:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #000;
    left: 0;
    top: 9px;
}

.blog-txt p {
    margin-bottom: -50px;
    opacity: 0;
    transition: .4s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

a.blog-arr {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--first-clr);
    text-decoration: underline;
}

.blog-box:hover a.blog-arr i {
    transform: translateX(10px);
}

.blog-box:hover .blog-txt p {
    margin: 0;
    opacity: 1;
}

a.blog-arr i {
    transition: .4s ease;
}

.price-sec {
    position: relative;
    background-size: cover;
}

.price-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 13px 22.41px 4.59px rgba(132, 132, 132, 0.14);
    /* display: flex; */
    align-items: center;
    justify-content: space-around;
    transition: .4s ease;
    position: relative;
    z-index: 9;
    overflow: hidden;
    min-height: 650px;
    text-align: center;
}

.line {
    width: 105px;
    height: 2px;
    background: var(--first-clr);
    margin: 0 auto 15px;
}

.price-num span {
    color: var(--first-clr);
    font-size: 40px;
    font-weight: bold;
    font-family: 'Domine';
    display: block;
}

.price-img {
    width: 75px;
    height: 75px;
    display: grid;
    place-content: center;
    border-radius: 100%;
    background: #dff1f7;
    padding: 12px;
    margin: auto;
}

.price-right li {
    position: relative;
    margin-bottom: 10px;
    /* display: flex; */
    align-items: center;
    list-style: circle inside;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 5px;
}

.price-right ul li i {
    color: var(--first-clr);
    font-size: 20px;
    margin-right: 10px;
}

.price-right {
    margin-top: 15px;
}

.price-left h5 {
    font-size: 22px;
}

.price-num {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.price-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    background-image: -webkit-linear-gradient(2deg, rgb(159, 240, 252) 0%, rgb(85, 195, 225) 36%, rgb(11, 149, 197) 100%);
    transition: .4s all ease-in-out;
    top: 0;
}

.price-box:hover:before {
    width: 100%;
    z-index: -1;
}

.price-box:hover li, .price-box:hover p {
    color: #000000;
    border-color: #000;
}

.form-box input, .form-box textarea , .form-box select {
    width: 100%;
    border: none;
    padding: 10px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #ddf0f7;
    font-family: 'Poppins';
    font-size: 15px;
    color: #7c7775;
}

textarea {
    height: 170px;
}

.form-box input[type="submit"] {
    width: max-content;
    padding: 8px 50px;
    background: var(--first-clr);
    color: #Fff;
    font-family: 'Domine';
    font-size: 18px;
    margin: 0;
}

.contact-boxes {
    padding: 20px;
    background: #ddf0f7;
    border-radius: 10px;
    margin-bottom: 30px;
}

.cont-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.cont-flex i {
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    border: 1px solid var(--first-clr);
    border-radius: 5px;
    color: var(--first-clr);
}

.contact-boxes a {
    font-size: 19px;
    font-weight: 500;
}

.cont-btn a {
    display: block;
    width: 100%;
    background: var(--first-clr);
    padding: 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 25px;
    font-family: 'Domine';
    border-radius: 8px;
}

.home-form-sec .form-box {
    width: 95%;
    margin-left: auto;
}

.contact-boxes.contact-box-bg i {
    background: #ddf0f7;
}

.contact-boxes.contact-box-bg .cont-btn a {
    background: #ddf0f7;
    color: var(--first-clr);
}

footer.footer {
    background-image: -webkit-linear-gradient(2deg, rgb(159, 240, 252) 0%, rgb(85, 195, 225) 36%, rgb(11, 149, 197) 100%);
}

.footer-box img {
    width: 245px;
    height: auto;
    margin-bottom: 20px;
}

footer.footer form input[type="email"] {
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    padding: 10px;
}

footer.footer form {
    /* border-bottom: 1px solid #fff; */
    /* padding-bottom: 10px; */
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

footer.footer form input[type="email"]::placeholder {
    color: #000;
    font-size: 13px;
}

footer.footer form input[type="submit"] {
    width: 25px;
    height: 25px;
    font-size: 0;
    background: #000;
    border: none;
    /* border-radius: 100%; */
    position: relative;
    clip-path: polygon(56% 27%, 100% 50%, 55% 71%, 0% 100%, 17% 51%, 0% 0%);
    transform: rotate(-30deg);
    top: 6px;
    right: 10px;
}

ul.social-links {
    display: flex;
    align-items: center;
}

ul.social-links li a {
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background: #ddf0f7;
    border-radius: 100%;
    margin: 0 5px 0 0;
}

ul.social-links li a:hover {
    background: #000;
    color: #fff;
}

.footer-padding {
    padding-left: 40px;
}

.footer-links ul li a {
    display: inline-block;
    padding: 3px 5px 3px 20px;
    width: 100%;
    position: relative;
}

.footer-links ul li a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: var(--second-clr);
    left: 0;
    top: 11px;
    clip-path: polygon(56% 27%, 100% 50%, 55% 71%, 0% 100%, 17% 51%, 0% 0%);
}

.copyrights {
    padding: 10px 0;
    background: #000;
    text-align: center;
}

.copyrights a {
    text-align: center;
    color: #fff;
}

footer.footer h4 {
    font-size: 22px;
}

/*===================*/

.inner-banner {
    padding: 95px 0;
    /*background-image: url(../imgs/home-banner-1.jpg);*/
    /* border-radius: 25px; */
    /* border: 1px solid #cdcdcd; */
    position: relative;
    z-index: 9;
    /* text-align: center; */
    overflow: hidden;
    /* background-image: -webkit-linear-gradient(2deg, rgb(159, 240, 252) 0%, rgb(85, 195, 225) 36%, rgb(11, 149, 197) 100%); */
    background: #ddf2f7;
}

.inner-border:before {
    display: none;
    position: absolute;
    content: "";
    width: 460px;
    height: 400px;
    background: linear-gradient(145deg, #d91b22, #db7074);
    bottom: -54%;
    right: -55px;
    border-radius: 100%;
}

.inner-border:after {
    position: absolute;
    content: "";
    width: 350px;
    height: 350px;
    background: linear-gradient(145deg, #f6a3a6f7, #d91b22);
    top: -60%;
    left: 130px;
    border-radius: 100%;
    display: none;
}

.inner-border h5 {
    font-size: 15px;
    color: #ffffff;
    background: var(--first-clr);
    display: inline-block;
    padding: 5px 10px;
}


.inner-border {
    width: 100%;
}

.inner-border h4 {
    font-size: 34px;
    margin: 10px 0;
}


.inner-img {
    width: 90%;
    margin-left: auto;
    text-align: center;
}

.inner-img img {
    width: 90%;
    height: 280px;
    object-fit: contain;
    animation: float 6s ease-in-out infinite; 
}

.blog-de-img {
    border-radius: 25px;
    position: relative;
    margin-bottom: 25px;
}

.blog-info {
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 9;
}

.bl-date,
.bl-author {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    padding: 8px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-detail-box h2 {
    font-size: 26px;
}

.blog-de-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.navigation-blog ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation-blog ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 500;
}

.navigation-blog ul li a:hover {
    color: var(--second-clr);
    opacity: .5;
}

.related-blogs ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.rl-img {
    width: 30%;
}

.rl-text {
    width: 65%;
}

.rl-text h2 {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rl-img img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.related-blogs {
    background: #f6f6f6;
    padding: 25px;
    border-radius: 25px;
}

.blog-detail-box {
    width: 97%;
}

.side-contact {
    background: var(--first-clr);
    padding: 40px 25px;
    border-radius: 25px;
    text-align: center;
}

.side-contact img {
    width: 120px;
    margin-bottom: 20px;
    filter: invert(1);
}

.side-contact h5 {
    color: #fff;
}

.side-contact .nav-btn a {
    background: #000;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
}

.img-hover {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.img-hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #fff;
    opacity: .2;
    top: 0;
    z-index: 9;
    transition: all 0.5s ease;
}

.img-hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #fff;
    opacity: .2;
    bottom: 0;
    z-index: 9;
    left: 0;
    transition: all 0.5s ease;
}

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

.img-hover:hover:before {
    height: 50%;
}

.img-hover:hover:after {
    height: 50%;
}

/*==================*/

.animated-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.animated-dots span {
    background-color: #28a2c9;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 25%;
    opacity: .4;
}

.animated-dots span:nth-child(2) {
    background-color: #0099e5;
    width: 8px;
    height: 8px;
    left: 5%;
    top: 85%;
}

.animated-dots span:nth-child(2) {
    background-color: #0099e5;
    width: 30px;
    height: 30px;
    left: 5%;
    top: 85%;
}

.animated-dots span:nth-child(3) {
    background-color: #46b4d5;
    width: 20px;
    height: 20px;
    left: 20%;
    top: 35%;
}

.animated-dots span:nth-child(4) {
    background-color: #58c4e1;
    width: 30px;
    height: 30px;
    border-radius: 0;
    transform: rotate(20deg);
    left: auto;
    right: 5%;
    top: 30%;
    opacity: .4;
}

.animated-dots span:nth-child(5) {
    background-color: #54c1e0;
    width: 20px;
    height: 20px;
    left: auto;
    right: 10%;
    top: auto;
    bottom: 20%;
}

.animated-dots span:nth-child(6) {
    background-color: #15a2c0;
    width: 30px;
    height: 30px;
    left: 40%;
    right: auto;
    top: auto;
    bottom: 15%;
    border-radius: 0;
    transform: rotate(20deg);
}

@keyframes softgen_scale_up_down {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.lf-scale-up-down {
    animation: softgen_scale_up_down 4s forwards infinite alternate;
}

@keyframes softgen_up_down {
    0% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.lf-up-down {
    animation: softgen_up_down 4s forwards infinite alternate;
}

@keyframes softgen_left_right {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

.lf-left-right {
    animation: softgen_left_right 4s forwards infinite alternate;
}

@keyframes softgen_rotate_center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lf-rotate-center {
    animation: softgen_rotate_center 10s forwards infinite alternate;
}

@keyframes softgen_from_bottom_corner {
    0% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }

    to {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
}

.lf-bottom-corner {
    animation: softgen_from_bottom_corner 4s forwards infinite alternate;
}


.featured-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.feat-icon {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-block;
    background-color: #169cc9;
    position: relative;
}

.featured-left .featured-flex:nth-child(1) .feat-icon {
    background-color: #fe6761;
}

.featured-left .featured-flex:nth-child(2) .feat-icon {
    background-color: #0057fc;
}

.featured-left .featured-flex:nth-child(3) .feat-icon {
    background-color: #f58300;
}


.featured-right .featured-flex:nth-child(1) .feat-icon {
    background-color: #9600ff;
}

.featured-right .featured-flex:nth-child(2) .feat-icon {
    background-color: #fc00d0;
}

.featured-right .featured-flex:nth-child(3) .feat-icon {
    background-color: #00c6ff;
}
.feat-main-img img {
    animation: float 6s ease-in-out infinite;
}

.feat-text {
    width: 85%;
}

.feat-icon:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid #000;
}

/* ==============Testimonil cs ================ */

.testimonial-sec {
    /*background-image: url(../imgs/test-bg.png);*/
}


.testimonial-box {
    padding: 50px 30px 30px;
    border-radius: 15px;
    background: #ffffff;
    position: relative;
    box-shadow: rgb(99 99 99 / 12%) 0px 2px 8px 0px;
    /* margin: 40px 30px 10px; */
    transition: .5s ease;
    width: 93%;
    margin: 0 auto 40px;
}

.test-info {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.test-info img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
}

.test-icon {
    width: 65px;
    height: 65px;
    display: grid;
    place-content: center;
    background: var(--first-clr);
    border-radius: 100%;
    text-align: center;
    margin: 0 auto -55px;
}

.test-icon img {
    filter: brightness(10);
    padding: 10px;
}

.testimonial-box p {
    color: #000;
}

.slick-center .testimonial-box,
.testimonial-box:hover {
    background: var(--first-clr);
}

.testimonial-box:hover p,
.testimonial-box:hover h5,
.slick-center .testimonial-box p,
.slick-center .testimonial-box h5 {
    color: #Fff;
}

ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

ul.slick-dots li.slick-active button {
    /* width: 3px; */
    /* height: 45px; */
    /* border: none; */
    background: var(--first-clr);
    border-color: var(--first-clr);
    /* border-radius: 30px; */
    /* font-size: 0; */
    /* transition: .4s; */
}

ul.slick-dots li button {
    height: 15px;
    width: 15px;
    font-size: 0;
    border: none;
    background: var(--second-clr);
    border-radius: 10px;
    border: 1px solid var(--second-clr);
}

/*.col-lg-6:nth-child(1) .service-boxes.service-2 .service-flex {*/
/*    left: 30px;*/
/*}*/

/*.col-lg-6:nth-child(3) .service-boxes.service-2 .service-flex {*/
/*    left: 60px;*/
/*}*/

/*.col-lg-6:nth-child(5) .service-boxes.service-2 .service-flex {*/
/*    left: 80px;*/
/*}*/

/*.col-lg-6:nth-child(2) .service-boxes.service-2 .service-flex {left: -30px;}*/

/*.col-lg-6:nth-child(4) .service-boxes.service-2 .service-flex {*/
/*    left: 0px;*/
/*}*/

/*.col-lg-6:nth-child(6) .service-boxes.service-2 .service-flex {*/
/*    left: 20px;*/
/*}*/

.service-boxes.service-2 .service-flex {
    width: 95%;
    position: relative; /* Ensure 'left' property works */
    transition: left 0.3s ease;
    margin: 0 auto 30px;
    left :0 ;
}

h3.ser-title {
    font-size: 36px;
}

.service-de-img {
    width: 70%;
    height: 400px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    margin-bottom: 20px;
}

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

.service-text h3 {
    margin: 10px 0;
    font-size: 26px;
}

.service-text ul li {
    margin-bottom: 6px;
    list-style: inside circle;
}

.pricing-slider .price-box {
    width: 98%;
    box-shadow: none;
    margin: 20px auto;
}

.blog-slider .blog-box {
    width: 95%;
    margin: 0 auto 20px;
}

.mission-img.mission-2 img {
    width: auto;
    height: 500px;
    object-fit: contain;
    animation: slide 9s linear infinite;
}

.mission-img.mission-2 {
    text-align: center;
}

.related-sec, .related-case-sec , .tech-partner {
   background: #ddf2f7;
}

.related-sec .service-flex {
    width: 95%;
    margin: 0 auto 20px;
    box-shadow: none;
}

.service-boxes.service-3 .service-flex {
    left: 0;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.service-boxes.service-3 .service-flex p {
    margin: 0;
}

.service-boxes.service-3 .service-flex img {
    margin: 0 auto 10px;
}

.service-boxes.service-3 .service-flex .ser-icon a i {
    margin: 0;
}


.call-do-action-area.style-one {
    background: url(../imgs/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    margin-top: 40px;
}

.call-do-action-area .project-button {
    text-align: right;
    margin-top: 18px;
}

.call-do-action-title h4 {
    font-size: 36px;
    /* line-height: 36px; */
    color: #000000;
    /* font-weight: 700; */
}

.call-do-action-title {
    width: 85%;
}

.call-do-action-shape img {
    width: 80%;
    animation: float 7s ease-in-out infinite;
}

.call-do-action-shape {
    position: absolute;
    top: -60px;
}

.menu-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.login-btn a {
    color: var(--first-clr);
}


.header .web-btn.web-2 a {
    background: var(--first-clr);
    border-color: var(--first-clr);
}

nav ul li.dropdown-two {
    position: relative;
}

nav ul li  ul.dropdown.dropdown-menu-two {
    padding: 10px;
    width: auto;
    min-width: 300px;
}

nav ul li ul.dropdown.dropdown-menu-two li {
    width: 100%;
}

nav ul li ul.dropdown.dropdown-menu-two li a {
    margin: 0;
}

.case-box {
    width: 100%;
}

.case-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.case-txt {
    margin-top: 20px;
}

.case-txt span {
    font-family: 'poppins';
    font-size: 17px;
    color: var(--first-clr);
    font-style: italic;
    margin-bottom: 10px;
    display: inline-block;
}

.case-txt h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
    margin-bottom: 15px;
}


.case-img {
    overflow: hidden;
}

.case-box:hover img {
    transform: scale(1.1);
}

.web-btn.case-btn a i {
    margin-left: 5px;
    transform: rotate(-45deg);
    font-size: 15px;
}

.case-flex {
    display: flex;
    gap: 20px;
}

.case-flex p {
    color: #585858;
}

p.sub-para {
    color: var(--first-clr);
    font-style: italic;
    font-size: 16px;
}

.case-description {
    margin-top: 30px;
}

.case-description h2 {}

.case-description h1 {
    font-size: 29px;
}

.case-description h2 {
    font-size: 22px;
}

.case-de-img img {
    width: 90%;
    height: auto;
}

/*.case-de-img:hover img {*/
/*    transform: scale(.9);*/
/*}*/

.case-slider .case-box {
    width: 90%;
    margin: auto;
}


.login-form-box.form-box {
    /* display: grid; */
    place-content: center;
    text-align: center;
    width: 700px;
    margin:  auto;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .161);
    padding: 40px 60px;
}

section.login-form-sec , .sign-form-sec {
    background: #f5f5f5;
    padding: 60px 0;
    background-image: url(../imgs/home-banner-1.jpg);
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}

.login-form-box.form-box img {
    width: 245px;
    margin-bottom: 15px;
}

.login-form-box.form-box h5 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--first-clr);
}

.login-form-box.form-box a {
    display: inline-block;
    margin: 5px 0;
    color: var(--first-clr);
    font-weight: 500;
}

.a-back a {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.demo-form-box.form-box form {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .161);
    padding: 50px 35px;
}

.demo-img img {
    width: 275px;
    margin-bottom: 20px;
}
.signup-right.form-box {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .161);
    padding: 30px 40px;
}

.form-box input[type="radio"] , .form-box input[type="checkbox"] {
    width: auto;
    height: auto;
}

.input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background: #ddf0f7;
    align-items: baseline;
}

.signup-left img {
    width: 80%;
    margin: 20px auto;
}

.signup-left {
    text-align: center;
    width: 95%;
    margin: auto;
}

p.sign-p {
    color: var(--first-clr);
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

.Features-img img {
    width: 100%;
    height: auto;
    /*box-shadow: rgb(11 148 197 / 31%) 0px 2px 8px 0px;*/
        animation: float 6s ease-in-out infinite;
}

.Features-img {
    position: sticky;
    top: 85px;
    width: 95%;
}

.Features-text ol li {
    list-style: auto inside;
    margin-bottom: 12px;
}

.Features-text ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.Features-text ul li b , .Features-text ul li strong {
}

.Features-text ul li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../imgs/tick-s.png);
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    top: 4px;
}

.Features-text h2 , .Features-text h1 {
    font-size: 1.8rem;
}

.Features-text h4 , .Features-text h3  {
    font-size: 1.2rem;
}


.Features-text h5 , .Features-text h6  {
    font-size: 1.1rem;
}

.featured-arr a {
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid #cdcdcd;
    width: max-content;
    font-weight: 500;
    font-size: 16px;
}

.featured-arr a i {
    font-size: 15px;
    transition: .4s ease;
}

.featured-arr a:hover i {
    transform: rotate(-45deg);
}

.featured-de-flex:nth-child(even) {
    flex-direction: row-reverse;
}

.row.featured-de-flex {
    margin-bottom: 60px;
}

.Features-img {
    text-align: center;
}

.tech-part {
    width: 90%;
    height: 70px;
    object-fit: contain;
    margin: auto;
    padding: 15px 30px;
    border: 1px solid #0b94c5;
    border-radius: 50px;
    margin: 0 10px;
    display: grid;
    place-content: center;
    transition : .4s ease;
    background: #fff;
}

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

.tech-part:hover {
    background: var(--first-clr);
}

.tech-part:hover img {
    filter: brightness(10000);
}

.faq-flex {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-top: 30px;
}

.faq-flex img {
    width: 175px;
}

.faq-txt {
    position: sticky;
    top: 0;
    width: 92%;
}

.default-accordion-box {
    position: relative;
    /* border-left: 1px solid #cdcdcd; */
}

.default-accordion-box .block {
    position: relative;
    /* margin: 0 0 15px 0; */
}

.default-accordion-box .block:last-child {
    margin-bottom: 0;
}

.default-accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: normal;
    color: #000;
    cursor: pointer;
    padding: 30px 40px;
    /* background-color: #fff; */
    padding-left: 100px;
    letter-spacing: 1px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid #cdcdcd;
}

.default-accordion-box .block .acc-btn:before {
    position: absolute;
    left: 40px;
    top: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 22px;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 30px;
    height: 30px;
    background: #000;
    display: grid;
    place-content: center;
    border-radius: 100%;
}

.default-accordion-box .block .acc-btn.active {
    position: relative;
    background-color: #000;
    color: #fff
}

.default-accordion-box .block .acc-btn.active:before {
    content: "\f068";
    color: #000;
    background: #fff;
}

.default-accordion-box .block .acc-content {
    position: relative;
    display: none
}

.default-accordion-box .block .content {
    position: relative;
    padding: 35px 40px 25px;
    background: #fff
}

.default-accordion-box .block .acc-content.current {
    display: block
}

.default-accordion-box .block:last-child .acc-btn {
    border: none;
}

.small-laptop-view {
    display: none;
}

.ser-txt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ser-txt h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

nav.menu-bar-2.nav-2 ul li .clk_btn {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0 11px;
}

.ab-3 img {
    width: 100%;
}

.mission-sec {
    background-size: cover;
}

.mission-img {
    position: sticky;
    top: 30px;
}

.case-description li {
    margin-bottom: 6px;
}

.not-found-cont.newsletter-thankyou {
width: 80%;
    text-align: center;
    padding: 60px 0;
    position: relative;
    background: aliceblue;
    margin: 60px auto;
    border-radius: 10px;
    box-shadow: rgb(11 148 197 / 22%) 0px 3px 8px;
}

.not-found-cont.newsletter-thankyou h2 {
    color: #0b94c5;
    font-size: 5rem;
    text-shadow: 2px 2px #707070;
}

a.btn.not-found-btn {
    display: inline-block;
    background: #000;
    color: white;
}

section {
  scroll-margin-top: 120px;
}


/*RESPONSIVE QUERY______*/


@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {
    
    .large-laptop-view {
    display: none;
}

.small-laptop-view {
    display: block;
}

.small-laptop-view .container {
    justify-content: flex-end;
}
    

}

@media only screen and (max-width: 1140px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
    
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
    
    nav.menu-bar.nav-1 {
    display: none;
}

.toggle-bar a {
    background: var(--first-clr);
    color: white;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    font-size: 20px;
    border-radius: 5px;
}

.small-laptop-view {
    margin-bottom: 6px;
}

.slider-item {
    padding: 80px 0 100px;
}

.banner-text h3 {
    font-size: 24px;
}

.banner-images {
    margin-top: 80px;
}

.image-featured {
    position: relative;
    bottom: 0;
    height: 500px;
    width: auto;
}

.ser-bg {
    position: absolute;
}

h1.title, h2.title {
    font-size: 26px;
}

.footer-padding {
    padding-left: 0;
}

.service-flex img {
    width: 50px;
    height: 50px;
}

.inner-border h4 {
    font-size: 24px;
}

.call-do-action-shape img {
    width: 275px;
}

.call-do-action-shape {
    right: 0;
    top: 0;
}

.call-do-action-title {
    width: 75%;
}

.call-do-action-title h4 {
    font-size: 26px;
}

.inner-banner {
    padding: 40px 0;
}

.mi-txt {
    width: 88%;
}

.Features-img {
    width: 100%;
    margin: 20px 0;
}

.related-blogs {
    margin-top: 25px;
}


.rl-text h2 {
    font-size: 16px;
}

.blog-detail-box h2 {
    font-size: 22px;
}

section.map-sec iframe {
    width: 100%;
    height: 250px;
}

section.login-form-sec, .sign-form-sec {
    height: 100%;
    padding: 40px 0;
}

.signup-right.form-box {
    padding: 25px;
}

.case-img img {
    width: 100%;
    height: auto;
}





    

}


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {

}


@media only screen and (max-width: 800px) {

}


@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
    
    .container, .container-sm {
        max-width: 540px;
    }
    
    .header .web-btn a {
            padding: 7px 14px;
        font-size: 13px;
}

.login-btn a {
    font-size: 12px;
}

.logo img {
    width: 200px;
}

.ab-flex {
    width: 100%;
}

.ab-flex>.ab-txt {
    width: 80%;
}

.ab-flex>.ab-txt h5 {
    font-size: 17px;
}

.counter-item {
    padding: 15px;
}

.counter-num {
    padding: 10px;
}

.feature-text ul li {
    width: 46%;
}

.web-btn a {
    padding: 8px 15px;
    font-size: 14px;
}

.blog-txt h5 {
    font-size: 15px;
}

.price-left h5 {
    font-size: 20px;
}

.price-num span {
    font-size: 35px;
}

.w-75 {
    width: 90% !important;
}

.home-form-sec .form-box {
    width: 100%;
}

footer.footer h4 {
    font-size: 18px;
}
   
.ser-icon a i {
    width: 45px;
    height: 45px;
}

.banner-3 img {
    width: 205px;
    height: auto;
}

.banner-1 img {
    width: 125px;
}

.service-flex p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.service-flex {
    left: 0 !IMPORTANT;
    margin-bottom: 15px;
}


.default-accordion-box .block .acc-btn {
    font-size: 15px;
    padding: 20px 30px;
    padding-left: 50px;
}

.default-accordion-box .block .acc-btn:before {
    left: 5px;
    top: auto;
    width: 25px;
    height: 25px;
    font-size: 12px;
}

.default-accordion-box .block .content {
    padding: 25px 20px;
}

.default-accordion-box {
    margin-top: 30px;
}

.login-form-box.form-box {
    width: 100%;
    padding: 35px 30px;
}

.login-form-box.form-box h5 {
    font-size: 23px;
}

.form-box input[type="submit"] {
    font-size: 15px;
}

.price-box {
    min-height: auto;
}




    

}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 575px) {
    
.banner-text h3 {
    font-size: 24px;
}
    
.banner-1 img {
    display: none;
}

.banner-images {
    margin: 20px 0 0;
}

.banner-2 {
    width: 60%;
    margin: 0;
}

.banner-3 img {
    right: 110px;
    width: 150px;
    height: auto;
    display: none;
}

.logo img {
    width: 185px;
}
    
.header {
    padding: 7px 0;
}

.padd {
    padding: 40px 0;
}

h1.title, h2.title {
    font-size: 22px;
}
    
.ab-3 img {
        width: 85%;
        animation: float 6s ease-in-out infinite;
}   

.ab-1 img, .ab-2 img {
    display: none;
}

p, li , a {
    font-size: 14px;
}

.ser-txt h5 {
    font-size: 1rem;
}

.mission-sec {
    background-size: cover;
}

.feature-text ul li {
    width: 100%;
    margin: 0 0 10px;
}
    
.image-featured {
    height: 400px;
    animation: slide 9s linear infinite;
}

.footer-box img {
    width: 200px;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.counter-item {
    padding: 5px;
}

.counter-num {
    font-size: 21px;
}

.counter-item h6 {
    font-size: 13px;
}

.price-num span {
    font-size: 33px;
}

.price-left h5 {
    font-size: 20px;
}

.price-img {
    width: 60px;
    height: 60px;
}

.price-num {
    font-size: 15px;
}

.price-right ul li i {
    font-size: 15px;
}

.service-flex {
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.service-flex img {
    margin: 0 0 15px;
    width: 35px;
    height: auto;
}

.call-do-action-shape img {
    display: none;
}

.call-do-action-title {
    width: 100%;
}

.call-do-action-title h4 {
    font-size: 18px;
}
   
.inner-border h4 {
    font-size: 18px;
}

.inner-img img {
    width: 75%;
    height: auto;
    margin: 10px auto 0;
}
    
.faq-flex {
    display: none;
}

.bl-date, .bl-author {
    font-size: 13px;
    padding: 5px 10px;
}

.call-do-action-area.style-one {
    margin: 0 !important;
}


.case-txt h4 {
    font-size: 18px;
}

.case-txt span {
    font-size: 15px;
}

.mb-5 {
    margin-bottom: 1rem !important;
}

.price-box {
    flex-direction: column;
    justify-content: center;
    /* text-align: left; */
    /* padding: 15px; */
}

.price-left {
    width: 100%;
}

.price-right {
    width: 100%;
    margin: 0;
}

.price-img {
    /* display: none; */
}

.contact-boxes a {
    font-size: 15px;
}

.cont-flex {
    margin: 0 0 10px;
}








    

}



@media only screen and (max-width: 480px) {
    
    .logo img {
        width: 155px;
    }
    
    .banner-2 {
        width: 85%;
        animation: slide 9s linear infinite;
    }
    
    .header .web-btn a {
        padding: 5px 14px;
        font-size: 11px;
    }
    
    .slider-item {
        padding: 50px 0 70px;
    }

    .web-btn a {
        padding: 7px 15px;
        font-size: 13px;
    }
    
    .ab-3 img {
        width: 100%;
    }
    
    .w-75 {
        width: 95% !important;
    }
    
    .contact-boxes a {
        font-size: 18px;
    }
    

}

@media only screen and (max-width: 400px) {
    
    .counter-item {
    width: 100%;
    margin-bottom: 10px;
}

.counter-boxes {
    flex-wrap: wrap;
}



}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}










