* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.font-family {
    font-family: 'Frijole', cursive;
}

.font-family2 {
    font-family: 'Carter One', cursive;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    color: #212529;
}

header {
    position: relative;
    z-index: 1222;
    overflow: hidden;
    min-height: 425px;
}

/* banner css start */
.banner {
    position: relative;
}

.banner .banner-img {
    height: 720px;
    width: 100%;
    overflow: hidden;
    /* background-image: url(../image/banner/banner.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; */
}

.banner img {
    height: 100%;
    width: 100%;
}


/* banner css end */
/*********** navbar css start ***********/
.navbar {
    background-color: rgb(248 249 250 / 50%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    padding: 11px 0;
}

.bg {
    background: transparent;
}

.bg .navbar-nav .nav-item .nav-link {
    color: #ffffff !important;
}

.sticky .navbar-nav .nav-item .nav-link {
    color: #000 !important;
}

.navbar .navbar-brand {
    width: 17%;
}

.navbar .navbar-brand img {
    height: 100%;
    width: 100%;
}

.navbar .navbar-nav .nav-item .active {
    background-image: url(../image/project-img/hovr.gif);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 85px;
}

.bg .navbar-nav .nav-item .active {
    color: #000 !important;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 10px;
    padding: 10px 18px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    background-image: url(../image/project-img/hovr.gif);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 85px;
    text-align: center;
    overflow: hidden;
    color: #000 !important;
}



.btn {
    border-radius: 20px;
    box-shadow: 0 2px 10px -3px #333;
    background-color: brown;
    color: #fff;
    animation: animate 7s ease infinite;
}

.btn:hover {
    text-decoration: underline;
    color: #fff;
}

@keyframes animate {
    0% {
        filter: hue-rotate(0deg);
        transform: rotate3d(0, 0, 0,
                5deg);

    }

    20% {
        filter: hue-rotate(45deg);
        transform: rotate3d(1, 1, 1,
                5deg);
    }

    40% {
        filter: hue-rotate(90deg);
        transform: rotate3d(1, 1, -1,
                5deg);
    }

    60% {
        filter: hue-rotate(180deg);
        transform: rotate3d(1, 1, 1,
                5deg);
    }

    80% {
        filter: hue-rotate(270deg);
        transform: rotate3d(1, 1, -1,
                5deg);
    }

    100% {
        filter: hue-rotate(360deg);
        transform: rotate3d(0, 0, 0,
                5deg);
    }

}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff !important;
    z-index: 99999;
    box-shadow: rgb(51 51 51) 0px 4px 10px -8px;
}


.banner .bnr-content {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 32%;
    padding: 25px 15px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    border-radius: 30px 20px 20px 0px;
    color: #e1fbda;

}

.banner .bnr-content h2 {
    text-shadow: 0px 1px 3px #333;
    font-size: 28px;
}

.banner .bnr-content .rating {
    font-size: 14px;
}

.banner .bnr-content .rating span {
    margin-left: 5px;
}

.banner .bnr-content .rating a {
    color: #fff;
    margin-left: 5px;
}

.banner .bnr-content .rating span i {
    color: #F8B703;
    font-size: 12px;
}

.banner .bnr-content .chat {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
}

.banner .bnr-content .chat .bnr-btn {
    color: #007ab0;
    background-color: #ffeb3b;
    padding: 1px 15px;
    border-radius: 3px;
    display: block;
    margin: 5px 0px;
    font-weight: 700;
}

.banner .bnr-content .chat .bnr-btn:hover {
    color: #0056b3;
    text-decoration: underline;
}

.pagebtn {
    padding: 7px 20px;
    position: relative;
    z-index: 1;
    color: #111;
    font-weight: 700;
    border: 2px solid rgb(17, 17, 17);
    border-radius: 0;
    transition: all 0.9s ease;
    top: 5%;
    text-transform: capitalize;
}

.pagebtn::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    background: #ff9800;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 18px;
    transition: all 0.6s ease;
}

.pagebtn:hover::after {
    left: -7px;
    top: -6px;
    background: #ff9800;
    width: 110%;
    height: 130%;
    border-radius: 5px;
}

.pagebtn:hover {
    color: #111;
    font-weight: 700;
    border: 2px solid #111;
    text-decoration: none;
    border-radius: 5px;
}

.custom-shape-divider-bottom-1615194632 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.5));
}

.custom-shape-divider-bottom-1615194632 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1615194632 .shape-fill {
    fill: #FFFFFF;
}

/* about css start */
/*.about {*/
/*    margin-top: 20% !important;*/
/*}*/

.about .about-img {
    text-align: center;
}

.about .about-img img {
    width: 85%;
    height: auto
}

.heading {
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* 
.heading h1 {} */

.seo {
    color: #333;
}
.contact h1{margin-left: 12%;}
.cnt{text-decoration: underline;}
.contact ul li{ margin-bottom: 30px; list-style: none; margin-left: 60px;}
.contact ul li a{color: #000; border-bottom: 1px dotted black; padding-bottom: 20px;}
.contact ul li a:hover{text-decoration: underline;}
iframe{margin-left: 80px;}

.font-icon ul li a {
    display: inline-block;
    background-image: url(../image/icon/s.png);
    background-repeat: no-repeat;
    background-size: 156px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-position: -8px -34px;
    transition: all 0.5s ease;
}
.font-icon ul li {list-style: none; display: inline; margin-left: 10px;}

.font-icon ul li .twitr {
    background-position: -8px -82px;
}
.font-icon ul li .linkd {
    background-position: -106px -82px;
}
.font-icon ul li .insta {
    background-position: -57px -34px;
}
.font-icon ul li a:hover {
    filter: drop-shadow(2px 4px 6px black);
}
.font-icon ul{margin-left: 35px;}

.info {
    color: #007aaf;
}

.heading p {
    text-align: center;
    font-size: 14px;
    font-family: 'Carter One', cursive;
    text-transform: capitalize;
    animation: animate2 10s ease infinite;
}

@keyframes animate2 {
    0% {

        transform: rotate3d(0, 0, 0,
                5deg);

    }

    20% {

        transform: rotate3d(1, 1, 1,
                5deg);
    }

    40% {

        transform: rotate3d(1, 1, -1,
                5deg);
    }

    60% {

        transform: rotate3d(1, 1, 1,
                5deg);
    }

    80% {

        transform: rotate3d(1, 1, -1,
                5deg);
    }

    100% {

        transform: rotate3d(0, 0, 0,
                5deg);
    }

}

/* cards css start */
.cards {
    margin-top: 30px;
}

.cards .card {
    text-align: center;
    padding: 15px 12px;
    border-radius: 5px 40px 5px 40px;
    box-shadow: 3px 3px 12px -4px #171717;
    background-color: #fbfbfb;
    border: 1px solid #88888854;
    height: 310px;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}

.cards .card:hover {
    transform: scale(1.1);
}

.cards .card img {
    width: 95px;
    height: auto;
    margin: 0 auto;
}

.cards .card .card-body .card-text {
    text-align-last: center;
}

.cards .card .card-body .card-title {
    font-family: 'Carter One', cursive;
    font-size: 16px;
    color: #007aaf;
    text-transform: uppercase;
}

.cards .card .img-size {
    width: 130px;
}

.cards .card .card-body .pagebtn {
    bottom: 20px;
}

.about-img2 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
    padding: 15px;
}

.about-img2 img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.benifits {
    margin-top: 50px;
}

.benifits .card {
    margin-bottom: 30px;
    border: 1px solid #bbb;
    padding: 20px;
    transition: all 0.5s ease;
}

.benifit-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
}

.benifit-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.benifits .card h3 {
    color: #007aaf;
    font-weight: 700;
    font-size: 37px;
    padding-left: 15px;
}

.benifits .card h3 span {
    color: #333;
    font-size: 25px;
    font-weight: 500;
    display: block;
}

.benifits .card p {
    font-size: 19px;
    font-weight: 500;
    margin: 0px;
    padding-top: 15px;
}

/****************slider css*********************/
.swiper {
    width: 100%;
    /* height: 440px; */
    /* padding: 0 50px !important; */
}

.slider {
    padding: 50px;
    margin-top: 0px;
}

.swiper-slide {

    display: flex;
    padding: 15px 50px;
}

.profile {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.profil_img {
     width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0 auto;
}

.profil_img img {
    width: 100%;
    height: auto;
}

.author {
    color: #007aaf;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    margin: 20px auto 0 auto;
}

.author span {
    color: #ff6000;
    font-weight: 600;
    font-size: 16px;
}


.swiper-slide h5 {
    margin: 0px;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    /* margin-left: 100px; */
    position: relative;
    line-height: 34px;
    padding: 1px 15px 0 15px;
}

.swiper-slide h5::before {
    content: "“";
    position: absolute;
    left: -15px;
    font-size: 60px;
    color: rgb(0, 122, 175);
}

.swiper-slide h5::after {
    content: "”";
    position: absolute;
    margin-left: 8px;
    font-size: 60px;
    color: rgb(0, 122, 175);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #ff9800;
    font-size: 25px !important;
    font-weight: 900;
}

.swiper-button-prev:hover.swiper-button-prev:after {
    background-color: #ff9800;
    border: 2px solid #000;
    border-radius: 3px;
    color: #000 !important;
    font-size: 25px;
    font-weight: 900;
    padding: 5px 10px;
}

.swiper-button-next:hover.swiper-button-next:after {
    background-color: #ff9800;
    border: 2px solid #000;
    border-radius: 3px;
    color: #000 !important;
    font-size: 25px;
    font-weight: 900;
    padding: 5px 10px;
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px !important;
}

/* .swiper-button-next {
    right: 30px !important;
}

.swiper-button-prev {
    left: 30px !important;
}

*/
.swiper-pagination-bullet {
    height: 10px !important;
    width: 10px !important;
    background: #ffba12 !important;
    opacity: 1 !important;
    margin: 5px 7px !important;
}

.swiper-pagination-bullet-active {
    background: #007aaf !important;
}

/******* why css start **********/
.why {
    margin-top: 0%;
}
.sib{margin-top:0% !important;}

.why .heading p {
    font-size: 38px;
    letter-spacing: 1px;
    line-height: 45px;
    text-align: left;
}

.why .why-cont h4 {
    color: #212529;
    text-align: left;
}

.why .why-cont ul li {
    padding-bottom: 6px;
    list-style: none;
}

.why .why-cont ul {
    padding-left: 0;
}

.why .why-cont ul li img {
    width: 12px;
    height: auto;
    margin-right: 7px;
}

/************* our-client css start************* */

.our-client {
    margin-top: 50px;
}

.ourclint {
    background-color: #fff;
    border-right: 1px solid #ddd;
    /* margin-top:  32px; */
}

.ourclint h1 {
    margin: 0px;
    color: #404040;
    font-size: 35px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
}

.item .log1 {
    width: 100%;
    height: 80px;
    text-align: center;
    margin: 5px 0px;
    padding: 2px;
    box-shadow: none;
    transition: all 0.5s ease;
}


.our-client .item .log1:hover {
    box-shadow: 0px 0px 15px #ddd;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}

.log1 img {
    object-fit: contain;
    height: 100%;
}

/* footer */
footer {
    /* background-color: #ddd; */
    padding: 58px 0px 0px;
    /* margin-top: 10px; */
    position: relative;
    background: linear-gradient(45deg, #06435deb, #011a25fa), url(../image/banner/bannr1.jpg);
    margin-top: 20px;
}

.custom-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 21px;
}

.custom-shape .shape-fill {
    fill: #FFFFFF;
}

.footer-link {
    position: relative;
    z-index: 1;
}

.footer-link h4 {
    color: #69c5ec;
    text-transform: capitalize;
    font-size: 20px;
    font-style: italic;
}

.footer-link ul {
    list-style-type: none;
    list-style-position: inside;
}

.footer-link ul li a {
    color: #dedede;
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.footer-link ul {
    padding-left: 0;
}

.footer-link ul li a:hover {
    text-decoration: underline;
}

.fotrimg img {
    width: 170px;
    margin-bottom: 21px;
}

.social {
    text-align: left;
    margin-top: 25px;
}

.social ul {
    list-style-type: none;
}

.social ul li {
    display: inline-block;
    margin-right: 10px;
}

.social ul li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    transition: all 0.5s ease;
}

.social ul li a img {
    width: 100%;
    border-radius: 50%;
}

.social ul li .twitr {
    background-position: -8px -82px;
}

.input-group>.input-group-append>.frm-btn {
    padding: 7px 15px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border: 1px solid #0a58ca;
}

.copy {
    padding: 10px 0px;
}

.copy p {
    margin: 0px;
    text-align: left;
    color: #ddd;
    font-size: 16px;
}


.dropdown:hover .dropdown-menu {
    display: block;
    display: flex;
}

.dropdown-menu {
    background-color: transparent;
    left: -80%;
    flex-direction: row;
    top: 100%;
    padding: 25px 90px 26px 40px;
    gap: 30px;
    border-radius: 6px;
    border: none;
    background-image: url(../image/project-img/giphy.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}

.dropdown-menu .drop-container {
    min-width: 33%;
}

.dropdown-menu .drop-container h4 {
    color: #007aaf;
    text-transform: capitalize;
    border-bottom: 1px dashed #506277;
    padding: 6px 0px;
    margin-bottom: 15px;
}

.dropdown-menu .drop-container li .dropdown-item {
    color: #111;
    padding: 6px 0px;
    display: block;
    border-bottom: 1px dashed #506277;
}

/************ responsive nav *************/
.sidemenu {
    display: none;
}

.closee {
    padding: 20px 20px 20px;
    text-align: right;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: flow-root;
}

.closee .logmobr {
    width: 77%;
    float: left;
}

.sidemenu .navbar-nav {
    padding: 25px 0px 30px 0px;
    border-top: 1px dashed #fff;
}



.mdrop {
    position: relative;
}

.mdrop>span {
    padding-right: 25px;
}

.mobdropdown {
    padding: 0px 15px;
}

.mobdropdown ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-left: 12px;
}

.mobdropdown ul li {
    position: relative;
}

.mobdropdown ul li a {
    color: #ddd;
    margin: 0px;
    padding: 13px 0px;
    border-bottom: 1px dashed #ddd;
    position: relative;
    font-weight: 600;
    display: block;
    padding-right: 18px;
}

.spn {
    color: #ddd;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 20px 20px 0px 20px;
    z-index: 1111;
    width: 40px;
    height: 50px;
    text-align: center;
}

.spn2 {
    color: #ddd;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 20px 20px 0px 20px;
    z-index: 1111;
    width: 40px;
    height: 50px;
    text-align: center;
    display: none !important;
}

.spn3 {
    color: #ddd;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 20px 20px 0px 20px;
    z-index: 1111;
    width: 40px;
    height: 50px;
    display: none !important;
}

.spn4 {
    color: #ddd;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 20px 20px 0px 20px;
    z-index: 1111;
    width: 40px;
    height: 50px;
    display: none !important;
}

.spn5 {
    color: #ddd;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 20px 20px 0px 20px;
    z-index: 1111;
    width: 40px;
    height: 50px;
    display: none !important;
}

.mobdropdown {
    display: none;
}

.sho1,
.sho2,
.sho3 {
    display: none;
}

.ng-hide:not(.ng-hide-animate) {
    display: none;
}

.mobdropdown ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-left: 12px;
}

.slicont {
    padding: 0px 25px;
    color: #fff;
}

.letchat {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.call {
    color: #007ab0;
    background-color: #ffeb3b;
    padding: 1px 15px;
    border-radius: 3px;
    display: block;
    margin: 5px 0px;
    font-weight: 700;
}

.call:hover {
    text-decoration: underline;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.sidemenu .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    animation: none;
}

/* about us page css start */
 .about{margin-top:45px;}
 .grow{
    margin-top: -110px;
 }

.aboutbannr {
    position: absolute;
    left: 0px;
    background-image: url(../image/banner/bannr1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
}

.bgroud {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #026a98e0;
}

.abutus {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    z-index: 1;
    width: max-content;
}

.abutus h1 {
    text-align: center;
    color: currentColor;
    font-weight: 700;
    font-size: 63px;
    margin: 0px;
    position: relative;
    background: linear-gradient(45deg, #02e8ff, #fffefe);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    border-bottom: 7px double #acf7fe91;
}

.abutus h1::after {
    content: '';
    position: absolute;
    left: 4%;
    width: 50px;
    height: 7px;
    bottom: -7px;
    border-left: 20px solid #8cf4fe;
    border-right: 20px solid #8ff1fa;
    display: inline-block;
    animation: lin 4s ease-in-out infinite alternate;
}

@keyframes lin {
    0% {
        left: 4%;

    }

    100% {
        left: 76%;

    }
}

.charothr {
    align-items: center;
    color: #fff;
    padding-top: 24px;
    font-size: 19px;
}

.letchat {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.charothr h4 {
    margin: 0px;
    margin-bottom: 15px;
}

small {
    font-size: 80%;
    font-weight: 400;
}

/*****************about sectiom css start******/
.about .about2-img {
    /* height: auto;
    width: 100%; */
    text-align: center;
}

.about .about2-img img {
    height: auto;
    width: 80%;
}

/*****************why sectiom css start******/
.why .card {
    padding: 15px 10px;
}

.why .card .why-card-img {
    position: relative;
    text-align: center;
}

.why .card .why-card-img img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    height: 150px;
    margin-bottom: 25px;
}

.why .card .why-card-img span {
    font-size: 43px;
    display: block;
    text-align: center;
    color: #9e9e9e;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    font-weight: 700;
}

.why .card .card-title {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
    font-style: oblique;
    text-shadow: 0px 1px 3px #3333338f;
    color: #404040;
}

.why .card a {
    color: #ff9800;
    font-weight: 700;
    font-style: italic;
    display: block;
    font-size: 18px;
    text-align: center;
}

.why .card a:hover {
    text-decoration: underline;
}

.why .card p {
    width: 95%;
    text-align: center;
    margin: 15px auto;
}

/*****************portfolio sectiom css start******/
.port_bg {
    background-image: url(../image/project-img/cropblack.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 350px; */
    padding: 26px 15px 20px 13px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    transform: scale(1);
    transition: all 0.5s ease;
}

.port_bg:hover {
    transform: scale(1.05);
}

.port_serv {
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    /* border: 1px solid; */
    max-height: 260px;
    min-height: 260px;
}

.port_serv img {
    width: 100%;
    height: 100%;
    max-height: 260px;
    min-height: 260px;
}

.port_bg h3 {
    margin: 0px;
    padding: 20px 20px 15px;
    text-align: center;
    font-size: 24px;
}

.fancybox-show-caption .fancybox-caption {
    display: none;
}

.fancybox-button--thumbs {
    display: none !important;
}

.fancybox-button--zoom {
    display: none !important;
}

.fancybox-button--fsenter {
    display: none !important;
}

.fancybox-button--share {
    display: none !important;
}

.fancybox-button--play {
    display: none !important;
}

/*****************package sectiom css start******/
.package {
    margin-top: 20%;
}

.package .heading h1 {
    text-transform: capitalize;
}

.package .heading h6 {
    font-weight: 400;
}

.boxpckg {
    transform: scale(1);
    transition: all 0.5s ease;
}

.boxpckg:hover {
    transform: scale(1.05);
}

.boxpckg {
    text-align: center;
    min-height: 350px;
    max-height: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../image/project-img/pack1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.boxpckg h4 {
    font-weight: 400;
    margin: 0px;
    font-size: 28px;
    margin-bottom: 10px;
}

.boxpckg h3 {
    font-weight: 900;
    font-size: 59px;
    margin: 20px 0px 35px;
    color: #007aaf;
}

.packgsec {
    margin-top: 50px;
}

.bg-clr {
    background-color: #e9e9e9;
}

.table th {
    white-space: normal !important;
}

.table td {
    white-space: normal !important;
    padding: 0.75rem;
}

.srollbaox {
    display: none;
}

/* website design page css start */
.about3 {
  margin-top: 3%;
}

.about3-img {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about3-img img {
    width: auto;
}

.formbox {
    position: sticky;
    top: 93px;
    z-index: 1;
}

.formbox form {
    width: 100%;
    padding: 20px;
    position: relative;
    /* border: 1px solid #ddd; */
    background-image: url(../image/project-img/wodn.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 0px 2px 15px -5px #333;
    padding-bottom: 35px;
    filter: invert(1) saturate(2) brightness(4.5) drop-shadow(2px 4px 6px black);
}

.formbox h4 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    color: #00b8ff;
    font-style: italic;
    text-shadow: 0px 1px 1px #1d1d1d;
    font-weight: 700;
    letter-spacing: 2px;
}

.finput {
    background: url(../image/project-img/forminput.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 60px;
    outline: none;
}

.finput {
    position: relative;
    border: none;
    /* background-color: #aaa; */
    padding: 10px 30px;
    /* width: 100%; */
    margin-bottom: 20px;
}

.formbtns {
    padding: 7px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    transition: all 0.9s ease;
    background: #111;
}

.formbtns::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    background: #d1ddef;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 18px;
    transition: all 0.6s ease;
}

.formbtns:hover {
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    text-decoration: none;
    border-radius: 5px;
    z-index: auto;
    background: #faebd700;
}

.formbtns:hover::after {
    left: -7px;
    top: -6px;
    background: #d1ddef;
    width: 115%;
    height: 130%;
    border-radius: 5px;
}

.review {
    background-image: url(../image/project-img/fram\ .png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 88%;
    height: 370px;
    margin: 0px auto;
    padding: 8px 11px 1px 10px;
    overflow: visible;
    position: relative;
}

.review .swiper-slide {
    /* margin-right: 0 !important; */
    width: 100% !important;
    padding: 0;
}

.review .swiper-slide .slide-img {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    height: 350px;
    padding-bottom: 20px;
}

.review .swiper-slide .slide-img img {
    width: 100%;
    height: 100%;
}

.arroindi {
    width: 100%;
    position: relative;
    right: 0px;
    top: 8px;
    text-align: right;
}

.arroindi img {
    width: 44%;
    height: 69px;
    transform: rotate(-5deg);
}

.review .swiper-pagination {
    bottom: -10px !important;
}

.review .swipperbtn {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    display: flex;
    margin: 0px;
    transform: translateY(-50%);
    z-index: -12;
}


.review .swipperbtn .swiper-button-next {
    position: relative;
    left: 102%;
}

.review .swipperbtn .swiper-button-prev {
    position: relative;
    left: -75px;
    outline: none;
}
 
/* web design */
.design img{width: 50%;}

/* dynamic web */

.dynamic img{width: 100%;}


/* respons */
.respon{margin-top: 0px !important;}

/* logo */
.logo img{width:60%; margin-left: 25%;}
.hd{font-size: 40px;}
.logo-fnt{text-align: center; margin-top: 30px;}
.logo_crd{padding: 10px 15px;}
.logo-fnt h3{font-size: 20px; margin-top: 10px;}
.logo-fnt p{font-size: 15px; margin-bottom: 10px; margin-top: 20px; }
.logo-fnt:hover { box-shadow: 0px 0 5px;
}

/* maintenance */
.mntain img{width: 75%;}
.main{margin-top: 0px;}

/* redesign */
.redesign{margin-top: 0px;}


/* php */
.phpimg img{width: 75%;}

/* android */
.and img{width: 80%;}
.android{font-size: 2.6rem;}

/* ipad */
.ipad img{width: 55%;}

/* digital */
.digital{padding-top: 0%;}
.abdigital{margin-top: 0;}
.fnt_digital{margin-top: 0;}

/* seo */
.seo img{width: 55%;}

/* content */
.content img{width: 50%;}
.contentab{margin-top: 0;}
/*.about{margin-top: 10% !important;}*/

/* paymt */
.paymt img{width: 95%;}


.abcustom h1{margin-top: 28% !important; }
.abcustom img{margin-top: 50% ;}

.cmp {margin-top: 13%;}
.abt{margin-top: 0px !important;}





.faqqq {
  background: linear-gradient(135deg, #f0f5ff 0%, #e3f2fd 100%);
  margin-top: 50px;
  /* border-top: 5px solid #0d6efd; */
  /* border-bottom: 5px solid #0d6efd; */
}

.faq-title {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0d6efd;
}

.faq-title span {
  color: #212529;
}

.faq-subtitle {
  color: #6c757d;
  font-size: 1.1rem;
}

.faqqq .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  background-color: #fff;
  transition: transform 0.3s ease;
}

.faqqq .accordion-item:hover {
  transform: translateY(-3px);
}

.faqqq .accordion-button {
  background-color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  color: #000;
  transition: all 0.3s ease;
}

.faqqq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color:   #2b95c3;
  box-shadow: none;
}

.faqqq .accordion-button::after {
  filter: invert(35%) sepia(85%) saturate(3000%) hue-rotate(210deg);
  transition: transform 0.3s ease;
}

.faqqq .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  filter: invert(100%);
}

.faqqq .accordion-body {
  background: #f8f9fa;
  color: #333;
  padding: 1.2rem 1.5rem;
  border-top: 1px solid #dee2e6;
  font-size: 1rem;
}



.faqqq .accordion-collapse.show .accordion-body {
  animation: fadeInDown 0.4s ease;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* new code */
  .box-wrap {
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    background-color: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    padding: 10px;
    border-radius: 10px;
}
.butn {
    text-align: center;
    background-image: url(../images/icn/Untitled-3.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 100%;
    background-position: center;
    vertical-align: bottom;
    background-size: 70% 100%;
    padding: 16px;
}
.highlight {
    background: linear-gradient(#0C3181, #039AD8);
    font-family: headingh2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.visual_heading {
    text-align: center;
    position: relative;
}


.technologies-stack {
    background: #000;
    padding: 20px;
}




/* new css heer  */


.tab-wrapper {
	background: #fff;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
}

.tab-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tab-nav [data-tab-target] {
	border: none;
	outline: none;
	
	color: #000; 
	padding: 10px;
	width: 100%;
	cursor: pointer;
	font-size: 1.3rem;
	transition: 200ms linear;
    border-radius: 20px;
    outline: 1px solid #094f9a;
    margin: 10px;
}




.tab-nav [data-tab-target].is-active {
background: linear-gradient(#0C3181, #039AD8);
	/* color: #add8e6; */
    color:  #fff;
}

.tab-content {
	padding: 10px;
}

.tab-content h4 {
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.tab-content p {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.15px;
}

.tab-content .tab-target {
	display: none;
}

.tab-content .tab-target.is-active {
	display: block;
	animation-name: fadeInUp;
	animation-duration: 400ms;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(2px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}



.box-html5{
    border: 0.6px dotted #0669ad;
    padding: 10px;
    border-radius: 10px;
}

.box-html5 svg{
    
    display: block;
    margin: auto;
}





.bs_industry {
    padding: 30px 0;
    background: #f1f1f1;
    border-radius: 40px 0 0 40px;
    margin-left: 20px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.bs_industry .short_cont {
    border-radius: 10px;
    padding: 0 15px;
}
.bs_industry .short_cont h3 {
    margin-top: 0;
    position: relative;
}

.bs_industry .short_cont h3 {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 28px;
    color: #0e3d52;
    line-height: 40px;
    font-weight: 600;
}


.bs_industry .indus_grid {
    display: grid
;
    gap: 10px;
}


.bs_industry .indus_grid, .sic_l {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}



.bs_industry .indus_grid .indus .dec {
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    display: flex
;
}


.bs_industry .indus_grid .indus .dec h3 {
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    background: #282828;
    padding: 8px 10px;
    border-radius: 6px;
}

.bs_industry .indus_grid {
    display: grid;
    gap: 10px;
}

.inddud{
    
    padding: 2rem;
    margin-top: 10px;
    background-color: #f9fbfb;
}



.imaahah{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  
    border: 5px solid #fff;
    border-radius: 15px;

    padding: 10px 10px;
    position: relative;
    background-color: #033155;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    color: #fff;
    text-align: center;
    transition: all 1s linear 0s;
}

.imaahah:hover{
   transform: scale(1.05);
}

.contneee h3{
    text-transform: capitalize;
}


.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f4f6f8;
  padding: 0px 0px !important;
  gap: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.stat-card {
     background: #2d87b5;
  border-radius: 10px;
  padding: 30px 20px;
  width: 220px;
      color: #fff;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
   /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}

.stat-card p{
    text-align: center !important;
    color: #fff !important;
}
/* end */


 blog section start here  */


.anchor{
    display: inline-block;
    color: #fff;
}

.wrap-8{
    /* background-image: url(https://demo.crm.org.in/hotel/front-end/hotelimages/pattern_bg_1.png),url("../images/banner5.png"); */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */

}

.box-wrap{
    border: 2px solid #ffff;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.box-wrap img{
    width:250px;
    height:250px;
    object-fit: cover;
    border-radius: 10px;
}

.box-wrap a{
    color: #000;
}
.box-wrap:hover a{
    text-decoration: none;
    
}

.heading{
    font-family: sans-serif;
    text-transform: capitalize;
    /* font-size: 15px; */
}

.box-wrap p{
    text-align: left;
  

}

.box-wrap:hover{
    box-shadow: 0 5px 8px 0 pink, 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}


.form-container {
    /* width: 444px; */
    width: 100%;
    margin: 30px auto;
    border: 1px solid #e7e8f1;
    border-radius: 21px;
    padding: 30px 15px;
    position: relative;
    /* background-color: #fff; */
    /* background-color: #373733; */
    /* box-shadow: 0px 8px 15px #b0b0b0; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    color: #fff;
    background: linear-gradient(45deg, rgba(6, 67, 93, 0.92), rgba(1, 26, 37, 0.98), rgba(1, 26, 37, 0.98));

  }


  .detail{
    /* border: 2px solid rgb(248, 246, 246); */
    /* background-image: url("../image/banr3.png"); */
    box-shadow: 2px 2px 2px 2px grey;
    padding: 1.8rem;
        /* background: rgb(130 243 255); */
            background: linear-gradient(135deg, rgb(240, 245, 255) 0%, rgb(227, 242, 253) 100%);


  
    /* margin-top: -10px; */
  }


  .detai11{
    /* border: 2px solid red; */
    margin-top: -23px;
  }
  .abc{
    /* border: 2px solid #fff; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    background: linear-gradient(135deg, rgb(240, 245, 255) 0%, rgb(227, 242, 253) 100%);

  }

  .banner2 img{
    border-radius: 20px;
  }

  .recent{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .title{
    margin: 5px 0;
    line-height: 17px;
  }

  .post1 img{
    /* position: relative; */
    border-radius: 50%;
    /* overflow: initial; */
    width: 120px;
    aspect-ratio: 1;
    object-fit: cover;
    /* height: 85px; */
  }

  .post-body{
    /* border: 2px solid green; */
    line-height: 1;
    margin-left: 10px;
  }

  .category{
    /* display: flex; */
    font-size: 1.4rem;
    font-weight: bolder;
    text-transform: capitalize;
    line-height: 1;

  }

 

.modal-dialog {
    width: 600px;
    margin: 30px auto;
    height: 10px !important;
}






.text-deatil ul li {
    /*list-style-position: inside;*/
    font-size: 21px;
    margin-top: 19px;
    font-weight: 600;
    text-align: left;
    margin-left: 17px;
    
    /* text-align: justify; */
}

.green ul{
    padding-left: 0rem !important;
}

.green li {
 
    list-style: none;
}

.green li img {
    width: 25px;
    aspect-ratio: 1;
    object-fit: cover;
}

.green li a {
    color: black;
    margin-left: 6px;
    font-family: sans-serif;
    text-decoration: none;
    text-transform: capitalize;
}



.tittle{
    color: #000;
}


.post-date{
    color: #000;
}

.green{
    color: #000;
}


.readmore{
    color: blue;
}



.sd h3{
    font-family: 'Frijole', cursive;
    font-size: 20px;
}

.ababb h3{
     font-family: 'Frijole', cursive;
}

@media screen and (max-width: 460px) {
    .tab-nav {
        overflow-x: scroll;
    }
    .technologies-stack h4{
        font-size: 30px !important;
    }

    .swiper-slide h5 {
        margin-left: 0px;
        font-size: 20px;
        margin-top: 20px;
        width: 100%;
        text-align: left;
        line-height: 30px;
        padding: 0px 0px 46px 7px !important;
    }

    .inddud{
        padding: 0rem !important;
    }

    .stat-card {
    background: #2d87b5;
    border-radius: 10px;
    padding: 12px 14px;
    width: 148px;
 
    color: #fff;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}

.our-client{
    margin-top:-30px;
}
}

