@charset "utf-8";
/***** Design By Manjeet 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Document */

body {
    background: #000028;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Roboto", serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}

/****sytle your  designe****/
.top-head {
    color: #fff;

    padding: 10px 0px;
}

.left-socail i {
    color: #fff;
    margin: 0px 5px;
}

.left-socail i:hover {
    color: #87ecf6;
}

.right-top-side {
    display: flex;
    justify-content: flex-end;
}

.right-top-side a {
    color: #fff;
    padding: 0px 10px;
    margin: 0px;
    text-align: end;
}

.right-top-side a:hover {
    color: #87ecf6;
}

header {
    background-color: #000;
}

.logo img {
    width: 178px;
}


/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}


.headerpart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 24px 16px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;
}

.headerf-0flex li a:hover {
    color: #00a1ff;
}

.header {
    display: flex;
    align-items: center;
}

.hide {
    display: none;
}

.hide:checked~.dropdoqwn {
    display: block;
}

.hide:checked~.dropdoqwn2 {
    display: block;
}

.hide:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 8px 15px;
    min-width: 220px;
    text-align: left;
    border-radius: 0px;
    color: #000;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #fff;
}

.dropdoqwn li a:hover {
    background-color: #000028;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;

}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}



.logo-m {
    display: none;
}

header .darkHeader {
    background-color: #000;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #000;
    padding: 0px 100px;
}

.darkHeader .logo img {
    width: 150px;
}

.phone_h {
    align-items: center;
    margin-left: 10px;
}

.phone_h a {
    display: block;
    color: #000000;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 600;
}

.phone_h span {
    display: inline-block;
    padding-left: 10px;
    color: #444;
    font-size: 12px;
}

.phone_h i {
    height: 37px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    padding-bottom: 5px;
}


.counter-Txt {
    font-size: 46px;
    font-weight: 800;
    color: #52ae01;
    margin-right: 22px;
}

.demo1 {
    display: flex;
    align-items: center;
}

.demo1 strong {
    font-size: 20px;
    position: relative;
    top: -7px;
    line-height: 25px;
}

.group_flex {
    display: flex;
}


.indexfrom {
    margin-top: -42px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff !important;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 600;

}

.nav-link {
    color: #fff;
    background: #52ae01 !important;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
    background: #52ae01 !important;
}

.tab-content>.active {
    display: block;
    padding: 20px 50px 30px;
    border-top: none;
    background: #fff;
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    border-radius: 0px 0px 6px 6px;
}

.contact-index a {
    background-color: #87ecf6;
    padding: 8px 22px 10px;
    color: #000000;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 40px;
}

.contact-index a:hover {
    background-color: #ffffff;
    color: #000000;
    transition: 0.6s linear;

}


/***banner***/
.banner-pabnnel {
    background: url(../images/finl-baneer.jpg);
    background-position: center;
    background-size: cover;
    backdrop-filter: blur(4px);
    padding: 194px 0;
    background-repeat: no-repeat;
    background-size: 100%;


}

.ws_controls {
    display: none;
}

.banner-cont {
    padding-top: 250px;
}

.banner-cont h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.banner-top-images img:nth-child(1) {
    position: absolute;
    top: 301px;
    left: 43px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.banner-top-images img:nth-child(2) {
    position: absolute;
    top: 80px;
    left: 356px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.banner-top-images img:nth-child(3) {
    position: absolute;
    top: 80px;
    right: 356px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.banner-top-images img:nth-child(4) {
    position: absolute;
    top: 301px;
    right: 43px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.banner-top-images img:nth-child(5) {
    position: absolute;
    bottom: 172px;
    right: 356px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.banner-top-images img:nth-child(6) {
    position: absolute;
    bottom: 172px;
    left: 356px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.banner-cont span {
    color: #00a1ff;
    animation: typing 3s steps(20) infinite alternate-reverse;
    text-wrap: nowrap;
    display: inline-flex;
    width: 17ch;
    overflow: hidden;
}


@keyframes typing {
    from {
        width: 0ch;
    }


}


.banner-cont p {
    margin-top: 15px;
    color: #fff;
}

.for-top-features p {
    color: #fff;
}

.for-top-features i {
    color: #f3cece;
}

.enqiury-1 {
    margin-top: 23px;
}

.enqiury-1 a {
    background-color: #00a1ff;
    padding: 7px 22px;
    color: #ffffff;
    border-radius: 5px;
    margin: 0px;
    text-align: center;

}

.enqiury-1 a:hover {
    background-color: #fff;
    color: #000;
    transition: 0.6s linear;
}

.form-file {
    width: 100%;
    margin: 10px 0px;
    padding: 8px 10px;
}

.message-box {
    width: 100%;
    margin: 10px 0px;
    padding: 8px 10px;
}

.form-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;

}

.send-enquiry {
    background-color: #000;
    border: none;
    outline: none;
    padding: 7px 22px;
    color: #fff;
    border-radius: 5px;
}

.send-enquiry:hover {
    background-color: red;
    color: #fff;
    transition: 0.6s linear;
}


/*****services-pannel****/
.services-pannel {
    background-color: #000028;
    padding: 44px 0px;

}


.services-top h3 {
    color: #87ecf6;
    font-size: 50px;
    font-weight: 600;
}

.services-top p {
    color: #fff;
    margin-top: 10px;
}

.mobile-index {
    border: 1px solid#373754;
    padding: 40px;
    border-radius: 5px;
    margin-top: 35px;
    transition: 0.6s all;
}

.mobile-index:hover {
    border: 1px solid#fff;
}

.mobile-index img {
    transition: transform 0.9s ease;
}

.rotate-file:hover img {
    transform: rotate(360deg);
}

.rotate-file:hover img {
    transform: rotate(360deg);
}


.mobile-index h3 {
    color: #fff;
    float: right;
    margin-top: 15px;

    font-weight: 600;
}

.mobile-index p {
    color: #d1d0d0;
    margin-top: 27px;
    font-weight: 400;
    font-weight: 200;
    text-align: justify;
}

.mobile-index a {
    color: #fff;
    display: flex;
    justify-content: right;
}

.mobile-index a:hover {
    color: #87ecf6;
    transition: 0.6s linear;
}

.mobile-index i {
    margin-left: 8px;
}

.img-3 {
    width: 72px;
}

/***build-pannel***/
.build-pannel {
    margin-top: 40px;
    padding: 30px 0px;
    overflow-x: hidden;
}

.build-index h3 {
    color: #87ecf6;
    font-size: 50px;
    font-weight: 600;
}

.build-index span {
    color: #87ecf6;
}

.build-index p:nth-child(2) {
    color: #fff;
    font-size: 35px;
    margin-top: 15px;
}

.build-index p:nth-child(3) {
    color: #d1d0d0;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 200;
}

.build-index a {
    background-color: #fff;
    color: #000000;
    padding: 12px 0px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 27px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
}

.build-index a:hover {
    background-color: #87ecf6;
    transition: 0.6s linear;
}

.hii-icon {
    text-align: center;
}

.hii-icon img {
    animation: tilt-shaking 0.6s infinite;
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/***brading-pannel***/
.brading-pannel {
    margin-top: 40px;
    background-color: #fff;
    padding: 40px 0px;
    font-weight: 600;
}

.branding-left img {
    margin-top: 14px;
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
    height: 405px;
}

.design-formate h3 {

    color: #00828f;
    font-size: 50px;
    font-weight: 600;

}

.design-formate p {
    color: #222222;
    margin-top: 19px;
    font-size: 15px;
}

.digin-index {
    display: flex;
    align-items: center;
    margin-top: 18px;

}


.logo-cont p {
    margin-left: 15px;
    font-weight: 400;
    margin-top: 10px;
}

.digin-index img {
    background-color: #06066e;
    border-radius: 100%;
    padding: 10px;
}


.read-index-1 a {
    background-color: #000028;
    color: #fff;
    padding: 8px 22px 10px;
    margin-top: 39px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #525252;
}

.read-index-1 a:hover {
    background-color: #fff;
    border: 1px solid #525252;
    color: #000;
    transition: 0.6s linear;
}

/**factor-pannel***/

.factor-pannel {
    padding: 40px 0px;
    overflow-x: hidden;
}

.factor-top h3 {
    text-align: center;
    color: #87ecf6;
    font-size: 50px;
    font-weight: 600;

}


.factor-top p {
    margin-top: 15px;
    color: #d1d0d0;
    text-align: center;
}

.process-box {
    text-align: center;
    margin-top: 30px;
}

.process-box img {
    border: 1px solid#afa9a9;

    padding: 16px;

}

.process-box h3 {
    font-weight: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 16px;
}

.process-box p {
    margin-top: 16px;
    color: #d1d0d0;
    font-weight: 200;
}

.drive-index {
    display: flex;
    justify-items: end;
}

.drive-index p {
    color: #fff;
    margin-top: 117px;

}

.drive-index a {
    color: #4f43ff;
    font-weight: 800;

}

.drive-index a:hover {
    color: #cecece;
    transition: 0.6s linear;
}


/***teck-pannel****/
.teck-pannel {
    padding: 40px 0px 70px;
}

.teck-top h3 {
    text-align: center;
    color: #87ecf6;
    font-size: 50px;
    font-weight: 600;
}

.teck-top {
    margin-top: 15px;
}

.teck-top p {
    margin-top: 15px;
    color: #fff;
    text-align: center;
}

.have-tack h3 {
    color: #fff;
    font-size: 40px;
    margin-top: 15px;
}

.have-tack span {
    color: #87ecf6;
}

.tack-index {
    border: 1px solid#fff;
    border-radius: 28px;
    padding: 19px 46px;
    margin-top: 18px;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
}

.marquee:hover .marquee__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee__item p {
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    color: #d7d7d7;
    padding: 00px 20px;
    transition: .2s ease-in-out;
    margin: 0;
    background: linear-gradient(to right, #e7edff, #ff00aa, #ff5709);
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 70px;

}

.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 40s linear infinite;
    animation: marquee 40s linear infinite;
}


.marquee__item p:hover {
    color: rgba(255, 49, 49, 0);
    cursor: pointer;
    transform: scale(1.05);
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}





.marquee-2 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
}

.marquee-2:hover .marquee__item-2 {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee__item-2 p {
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    color: #d7d7d7;
    padding: 00px 20px;
    transition: .2s ease-in-out;
    margin: 0;
    background: linear-gradient(to right, #e7edff, #ff00aa, #ff5709);
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 70px;

}

.marquee__item-2 {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee-2 40s linear infinite;
    animation: marquee-2 40s linear infinite;
}


.marquee__item-2 p:hover {
    color: rgba(255, 49, 49, 0);
    cursor: pointer;
    transform: scale(1.05);
}


@-webkit-keyframes marquee-2 {
    100% {
        transform: translateX(0);

    }

    0% {
        transform: translateX(-100%);
    }


}

@keyframes marquee-2 {
    100% {
        transform: translateX(0);

    }

    0% {
        transform: translateX(-100%);
    }
}


/***cursore***/

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 2;
    pointer-events: none;
}

.cursor div {
    position: absolute;
    display: grid;
    place-items: center;
}

.cursor div div {
    border: 1px solid #fff;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
    box-shadow: 0 0 50px 5px #d7abff6e;
}

.cursor div:nth-child(1),
.cursor div:nth-child(2) {
    width: 100%;
    height: 100%;
}

.cursor div:nth-child(1) {
    transition: transform 0.2s ease-out;
}

.cursor div:nth-child(2) {
    transition: transform 0.1s ease-out;
}

.cursor div:nth-child(2) div {
    background: #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

/***cursore***/
/***industry-we-have***/
.industry-pannel {
    padding: 50px 0px;
}

.serve h3 {
    color: #87ecf6;
    font-size: 56px;
    font-weight: 600;
}

.serve p {
    color: #fff;
    margin-top: 15px;
    font-weight: 200;
    text-align: justify;
}



.serve a {
    background-color: #87ecf6;
    padding: 8px 22px 10px;
    color: #000000;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 6px;
    display: inline-flex;
}

.serve a:hover {
    background-color: #ffffff;
    color: #000000;
    transition: 0.6s linear;
}

.box-serve {
    position: relative;
}

.box-1 {
    margin-top: 40px;
}

.box-serve img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    max-height: 190px;
    border-radius: 5px;
    transition: 0.3s all;
}

.box-serve {
    overflow: hidden;
    border-radius: 5px;

}

.box-serveimg {
    transition: .4s linear;
}

.box-serve img:hover {
    transform: scale(1.2);
    border-radius: 5px;

}

.box-serve h3 {
    position: absolute;
    color: #000;
    bottom: 10px;
    background-color: #fff;
    padding: 8px 22px;
    font-size: 16px;
    text-align: center;
    left: 40px;
    right: 40px;
    border-radius: 5px;
}



/***who-we-pannal***/
.who-we-pannal {
    margin-top: 40px;
}

.left-who {
    text-align: center;
}

.left-who h3 {
    color: #87ecf6;
    font-size: 50px;
    font-weight: 600;
}

.left-who p:nth-child(2) {
    margin-top: 13px;
    color: #c9c5c5;
    font-size: 20px;
    font-weight: 500;

}

.left-who p:nth-child(3) {
    margin-top: 15px;

    color: #e4dfdf;
    font-size: 13px;
}

.discover-index a {
    background-color: #87ecf6;
    padding: 8px 22px 10px;
    color: #000000;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 20px;
}

.discover-index a:hover {
    background-color: #ffffff;
    color: #000000;
    transition: 0.6s linear;
}

.discover-index {
    display: flex;

}

.img-about-index img {
    object-fit: cover;
    border-radius: 10px;
    height: 463px;
}


.through h3 {
    color: #87ecf6;
    font-size: 40px;
    font-weight: 600;
    margin-top: 18px;
}

.through p {
    color: #fff;
    margin: 0px;
    font-weight: 200;
    margin-top: 10px;
    text-align: justify;
}

.mission-drop {
    border: 1px solid#fff;
    padding: 40px;
    border-radius: 10px;
}

.mission-drop h3 {
    color: #87ecf6;
    font-size: 28px;
    font-weight: 600;
    margin-top: 18px;

}

.mission-drop p {
    color: #fff;
    margin: 0px;
}


.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 277px;
    font-size: 27px;
    color: #626262;
    border-radius: 100%;
    padding: 0px 0px 13px 6px;
    background: #fff;
    box-shadow: 0 0px 6px 3px #c7c7c7;
}

.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 94px;
    top: 277px;
    font-size: 27px;
    color: #626262;
    border-radius: 100%;
    padding: 0px 0px 13px 6px;
    background: #fff;
    box-shadow: 0 0px 6px 3px #c7c7c7;
}

.owl-next i {
    font-size: 26px;
}

.owl-prev i {
    font-size: 26px;
}


/***contact-us****/

.contact-index-pannel {
    padding: 70px 0px;
    overflow-x: hidden;
}

.cont-index-top h3 {
    text-align: center;
    color: #87ecf6;
    font-size: 50px;
    font-weight: 600;


}

.cont-index-top p {
    margin-top: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.contact-form label {
    width: 100%;
    color: #fff;
    margin-top: 20px;
}

.contact-form input {
    width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    margin-top: 8px;
}

#country {
    width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    margin-top: 8px;
}

.massgae-box {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    padding: 6px 10px;
}

.inputbutton-1 {
    border: none;
    background-color: #87ecf6;
    padding: 6px 30px;
    color: #000000;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 20px;
}

.inputbutton-1:hover {
    background-color: #ffffff;
    color: #000000;
    transition: 0.6s linear;
}

.contact-index-details {
    border: 1px solid#fff;
    padding: 20px;
    margin-top: 26px;
    border-radius: 5px;

}

.contact-index-details h3 {
    color: #87ecf6;
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.contact-index-details p {
    margin-top: 10px;
    color: #fff;
    font-weight: 200;
}

.admin-email {
    margin-top: -12px !important;
}

.contact-socail a {
    color: #fff;
    font-size: 24px;
    border-radius: 100%;
    padding: 9px 16px;
    border: 1px solid #cecccc;
    margin-top: 20px;
    margin-top: 30px;
    margin-bottom: 19px;
    width: 60px;
    height: 60px;
}

.contact-socail a:hover {
    background-color: #87ecf6;
    color: #000;
    transition: 0.6s linear;
}

.contact-socail {
    display: flex;
    align-items: center;
    margin-top: 34px;
    justify-content: space-around;
    border-top: 1px solid #ffff;
}

/****clinte-riview***/
.clinte-pannel {
    padding: 20px 0px;
}

.clint-content h3 {
    color: #87ecf6;
    font-size: 50px;
    font-weight: 500;
}

.clint-content p {
    color: #fff;
    margin-top: 15px;
    font-weight: 200;
}

.clinte-img img {
    width: 100%;
    margin-top: 30px;
}

.main-clinte {
    border: 1px solid #fff;
    padding: 40px;
    border-radius: 5px;
    margin-top: 40px;
    position: relative;

}

.clinte-details p {
    color: #fff;
    text-align: justify;
}

.clinte-file-phot {
    display: flex;
    align-items: center;
}

.clinte-file-phot {
    padding-top: 13px;
}

.name-content {
    margin-left: 21px;
}

.name-content h3 {
    color: #87ecf6;
    font-size: 30px;
}

.name-content p {
    color: #bdbdbd;
    font-size: 15px;
    margin-top: 5px;

}

.main-clinte i {
    position: absolute;
    right: 0px;
    color: #fff;
    font-size: 98px;
    top: -81px;
}

#owl-example-2 .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 36px;
    top: 222px;
    font-size: 27px;
    color: #626262;
    border-radius: 100%;
    padding: 0px 0px 13px 6px;
    background: #fff;

}

#owl-example-2 .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 106px;
    top: 222px;
    font-size: 27px;
    color: #626262;
    border-radius: 100%;
    padding: 0px 0px 13px 6px;
    background: #fff;
    box-shadow: 0 0px 6px 3px #c7c7c7;
}

#owl-example-2 .owl-next i {
    font-size: 26px;
}

#owl-example-2 .owl-prev i {
    font-size: 26px;
}


/****footer***/
footer {
    border-top: 1px solid#fff;
    padding: 50px 0px 0px;
    background-color: #000;
}

.logo-bootom img {
    width: 190px;

}

.logo-bootom p {
    margin-top: 20px;
    color: #f1eeee;
    font-size: 15px;
    font-weight: 200;
    text-align: justify;

}

.quick-link h3 {
    color: #87ecf6;
    font-size: 30px;
    font-weight: 500;
    margin-top: 26px;
}


.quick-link ul {
    margin-top: 20px;
}

.quick-link li {
    color: #fff;
    margin-top: 10px;
}

.quick-link a {
    color: #fff;
    transition: 0.3s linear;
    font-weight: 200;
}

.quick-link a:hover {
    margin-left: 7px;
    color: #87ecf6;
}


.contact-footer h3 {
    color: #87ecf6;
    font-size: 30px;
    font-weight: 500;
    margin-top: 26px;
}


.contact-footer ul {
    margin-top: 20px;
}

.contact-footer li {
    color: #fff;
    margin-top: 10px;
}

.contact-footer a {
    color: #fff;
    transition: 0.3s linear;
    display: flex;
    font-weight: 200;
}

.contact-footer i {
    margin-right: 7px;
}

.contact-footer a:hover {
    margin-left: 7px;
    color: #87ecf6;
}

.copy-write {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-top: 20px;
    border-top: 1px solid#fff;
    padding-top: 22px;

}

.copy-write a {
    color: #fff;
}



.registration_input {
    margin-bottom: 10px;
    color: #000;
}

.registration_input i {
    background: #dee3f7;
    position: absolute;
    z-index: 9;
    font-size: 24px;
    color: #203fa1;
    line-height: 27px;
    width: 50px;
    text-align: center;
    border-radius: 3px 0px 0px 3px;
    border-right: 0px;
    padding: 11px;
    margin-top: 1px;
    margin-left: 1px;
}

.reglogininput {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #95a3d5;
    padding: 9px 15px 9px 65px;
    font-size: 20px;
    color: #fff;
    background: none;
    outline: none !important;
    font-weight: 300;
}

.reglogininput::placeholder {
    color: #8b95be;
}

.captchinput {
    width: 130px;
    border: none;
    outline: none;
    background: #283970;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
}

.captchcode a {
    display: inline-block !important;
}

.submitbutton {
    background: #87ecf6;
    font-size: 20px;
    color: #000;
    padding: 10px 25px;
    border-radius: 10px;
    border: 1px solid #fdde11;
    outline: none;
    border-bottom: 5px solid #61cdfe;
}

.modal-content {
    border: none;
    border-radius: 20px !important;

}

.request h5 {
    z-index: 44;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 25px;
    margin-top: 30px;
    line-height: 35px;
}

.request span {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #87ecf6;
    color: #000;
    font-size: 14px;
    padding: 5px 23px;
    border-radius: 5px;
}

.btn-close {
    position: absolute !important;
    right: 0 !important;
    padding: 0px 32px;
    font-size: 12px;
    color: #000;
    z-index: 9;
    top: 29px;
}

.reglogininput2 {
    color: #333;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 9px;
    font-weight: 300;
    border: 1px solid #bcc7eb;
}

.submitbutton2 {
    background: #87ecf6;
    font-size: 22px;
    color: #000;
    padding: 3px 84px;
    border-radius: 7px;
    border: 1px solid #87ecf6;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 21px;
}

.modal {
    top: 10%;
}

/****about-pages***/

.about-pages-pannel {
    background-image: url(../images/5.jpg);
    background-size: 100%;
    padding: 100px 0px;
}


.abouti-text h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.abouti-text p {
    color: #fff;
    margin-top: 5px;
    font-size: 18px;
}

.about-file-pages {
    padding: 50px 0px;
}

.about-image-pages img {
    margin-top: 15px;
}

.content-about-pages h3 {
    color: #87ecf6;
    font-size: 50px;
    font-weight: 500;
}

.content-about-pages p {
    color: #fff;
    margin-top: 5px;
    font-weight: 200;
}


.creative-about p {
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
}

/***about-details***/
.about-pages-details {
    background-image: url(../images/p2.png);
    background-size: 100%;
    padding: 50px 0px;
}

.leading h3 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.leading p:nth-child(2) {
    margin-top: 20px;
}

.details-seo a {
    transition: 0.3s linear;
}

.details-seo a:hover {
    margin-left: 5px;
}

.details-seo li {
    margin-top: 10px;
}

.details-seo a {
    color: #333333;
}

/***who-we-about-***/
/***who-we-pannal***/
.who-we-pannal-abt-page {
    padding: 60px 0px;
}

.left-who-abt-page h3 {
    color: #87ecf6;
    font-size: 50px;
    font-weight: 600;
}

.left-who-abt-page p:nth-child(2) {
    margin-top: 13px;
    color: #c9c5c5;
    font-size: 20px;
    font-weight: 500;

}

.left-who-abt-page p:nth-child(3) {
    margin-top: 15px;
    text-align: justify;
    color: #e4dfdf;
    font-size: 15px;
}


.img-about-index-abt-page {
    text-align: center;
}

.img-about-index-abt-page img {
    object-fit: cover;
    border-radius: 10px;
    height: 350px;
}


.mission-drop-abt-page {
    border: 1px solid#fff;
    padding: 40px;
    border-radius: 10px;
}

.mission-drop-abt-page h3 {
    color: #87ecf6;
    font-size: 28px;
    font-weight: 600;


}

.mission-drop-abt-page p {
    color: #fff;
    margin: 0px;
    margin-top: 18px;
    font-weight: 200;
text-align: justify;
}

/****contact-pannel-pages****/
.contact-pannale-pages {
    background: url(../images/test-1.png) no-repeat;
    padding: 100px 0px;
    background-size: 100%;

}

.contact-text h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.contact-text p {
    color: #fff;
    margin-top: 5px;
    font-size: 18px;
}

.contact-text span {
    color: #d3d0d0;
    margin: 0px;
    display: block;
    margin-top: -17px;
}

/***sevice-pages-pannel****/
.sevice-pages-pannel {
    padding: 50px 0px;
}

.sevice-pages-pannel h3 {
    color: #87ecf6;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.service-web-pages p {
    color: #fff;
    font-weight: 200;
}

.Dis-Planning h4 {
    font-weight: bold;
    color: #fff;
}

.Dis-Planning i {
    color: #87ecf6;
    margin-right: 8px;
}

.Dis-Planning p {
    color: #f0e3e3;
    margin: 0px;
    margin-top: 10px;
    display: flex;
    font-weight: 200;
}

.responsive-services {
    margin-top: 30px;
}

.responsive-services h4 {
    font-weight: bold;
    color: #fff;
}

.responsive-services p {
    color: #fff;
    margin: 0px;
    margin-top: 10px;
    display: flex;
    font-weight: 200;
}

.top-service-pages {
    margin-bottom: 50px;
}

/****services-details****/
.services-pages-pannel {
    padding: 50px 0px;
    background-color: #1d9bf033;
}

.services-pages-pannel-text {
    text-align: center;
}

.services-pages-pannel-text h3 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
}

.services-pages-pannel-text p {
    color: #dad3d3;
    margin-top: 15px;
}

.services-pannel {
    padding: 50px 0px;
    overflow-x: hidden;
}

.trusted h3 {
    color: #87ecf6;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.trusted-photo {
    text-align: center;
}

.trusted-photo img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.trusted-photo img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.service-details-text h5 {
    color: #fff;
    font-size: 30px;
}

.service-details-text p {
    color: #eee8e8;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 200;
    text-align: justify;
}

.offer-service h5 {
    color: #fff;
    font-size: 30px;
}

.offer-service p {
    color: #eee8e8;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 200;
    text-align: justify;
}

.offer-service {
    margin-top: 60px;
}

.trusted-photo-2 {
    text-align: center;
}

.trusted-photo-2 {
    margin-top: 60px;
}

.trusted-photo-2 img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.trusted-photo-2 img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.contact-services {
    background-color: #00004e;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.contact-services h3 {
    color: #fff;
    font-size: 40px;
}

.connect-now {
    display: flex;
    align-items: center;
    justify-content: end;

}

.connect-now a {
    background-color: #87ecf6;
    padding: 8px 22px 10px;
    color: #000000;
    border-radius: 5px;
    font-weight: 500;
}

.connect-now a:hover {
    background-color: #ffffff;
    color: #000000;
    transition: 0.6s linear;
}


/****services-pannel-pages****/
.service-pannale-pages {
    background: url(../images/banner-9.jpg) no-repeat;
    padding: 100px 0px;
    background-size: 100%;
}

.service-text h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.service-text p {
    color: #fff;
    margin-top: 5px;
    font-size: 18px;
}

.service-text span {
    color: #ffffff;
    margin: 0px;
    display: block;
    margin-top: -17px;
}


/***industry***/
.industries-pages-pannel {
    background-image: url(../images/about-bg.jpg);
    background-size: 100%;
    padding: 100px 0px;
}


.industries-text h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.industries-text p {
    color: #fff;
    margin-top: 5px;
    font-size: 18px;
}



.industrie-pages {
    padding: 50px 0px;
}

.idustry {
    text-align: center;
}

.idustry h3 {
    color: #87ecf6;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.idustry p {
    color: #fff;
    margin-top: 10px;
}

.innovation-pannel {
    margin-top: 40px;
}

.text-innovation p {
    color: #fff;
    font-weight: 200;
}

.text-innovation h3 {
    color: #87ecf6;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.industries-pic img {
    object-fit: cover;
    border-radius: 5px;
}

/****team-intro***/
.team-intro {
    margin: 40px 0px;
    border: 1px solid #666363;
    padding: 30px;
    border-radius: 5px;
    transition: 0.6s linear;
}

.team-intro:hover {
    border: 1px solid #ffffff;
    
}
.team-intro h3 {
    font-size: 40px;
    color: #87ecf6;
}
.team-intro p {
   margin: 0px;
   font-weight: 200;
   color: #fff;
   text-align: justify;
   margin-top: 15px;
   display: flex;
}
.team-intro i{
  margin-right: 5px;
}
.team-intro h4 {
   font-size: 25px;
    color: #fff;  
    margin-top: 25px;
}