@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: Montserrat-Regular;
    src: url(../font/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../font/Montserrat-Bold.ttf);
}



/* -------------------marquee--------------- */
marquee>h2>a{
    color: #2e8f08;
    font-weight: 900;
    font-size: 25px;
    transition: .2s linear;
}
marquee>h2>a:hover{
    color: #4eec10;
    font-weight: 700;
    
}
marquee>h2>a:hover .box{
   display: block;
}
marquee .box{
 display: flex;
column-gap: 20px;
}
marquee .box span{
 color: white;
 background-color: #2f8b0a;
 padding: 0 5px;
}
marquee .box h6{
    font-weight: 700;
}

marquee .intern-btn{
    border: 1px solid #0851b1;
    position: absolute;
    top: 20%;
    font-size: 16px !important;
    padding: 3px 7px ;
    background-color: rgb(66, 75, 207);
    color: #fff;
    border-radius: 10px;
    animation: btn 1s infinite;
}

@keyframes btn{
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.2);
        background-color: rgb(46, 57, 206);
    }
}


html {
    scroll-behavior: smooth;
}

* {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 23px;
    color: #0a0a0a;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    font-family: Montserrat-Regular;
    font-family: "Roboto", sans-serif;
}

@media (min-width:1200px) {
    .container {
        max-width: 1230px !important;
    }
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.font-regular {
    font-family: Montserrat-Regular;
}

.font-bold {
    font-family: Montserrat-Bold;
}

.fas,
.fa {
    font-family: 'FontAwesome';
}

/* component css */

a {
    text-decoration: none !important;
    transition: all .5s ease;
}

a:hover {
    /* color: #bba717 !important; */
    color: #009DF8 !important;
}

.btn:focus,
button:focus,
input,
select,
textarea {
    box-shadow: none !important;
}

.border-1 {
    border: 1px solid #e6e6e6;
}

.text-justify {
    text-align: justify;
}

.br-50 {
    border-radius: 50%;
}

.br-5 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

.br-15 {
    border-radius: 15px;
}

.br-30 {
    border-radius: 30px;
}

.ul-list li {
    list-style: none;
}

.btn-all {
    padding: 12px 20px;
    transition: all 2s ease;
}

.btn-all:hover {
    font-family: Montserrat-Bold;
    color: #0a0a0a !important;
}
.img-animate {
    transition: all .5s ease !important;
    transform: scale(0.9) !important;
}

.img-animate:hover,
.choose-us:hover .img-animate {
    transform: scale(1) !important;
}


/* button and ul tag  css */

.ul-dot li,
.ul-tick li {
    position: relative;
}

.ul-dot li::before {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    left: -10px;
    top: 0;
}

.ul-tick li::before {
    content: '';
    position: absolute;
    background: url(../images/tick.png) no-repeat;
    left: -25px;
    top: 8px;
    width: 100%;
    height: 100%;
}

.view-all {
    background: #d4eeff;
    border: 2px solid #0186d9;
    padding: 13px 45px 13px 65px;
    border-radius: 30px;
}

.arrow-icon i {
    transition: transform .5s ease;
}

.arrow-icon:hover i {
    transform: translateX(8px);
}

.modal-enquiry .btn-close {
    float: right;
    right: 0;
    /* background-color: #e3cc0a; */
    background-color: #009DF8;
    opacity: 1;
    border-radius: 0px 3px 0px 10px;
    padding: 8px;
}

/* font size */

.fs-13 {
    font-size: 13px;
}

.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-30 {
    font-size: 28px;
}

.fs-45 {
    font-size: 45px;
}

.fs-50 {
    font-size: 50px;
}

/* line height */

.lh-0 {
    line-height: 0;
}

.lh-30 {
    line-height: 30px;
}

.lh-40 {
    line-height: 35px;
}

.lh-50 {
    line-height: 50px;
}

.lh-55 {
    line-height: 55px;
}

/* Color */

.cl-white {
    color: #fff;
}

.cl-black {
    color: #0a0a0a;
}

.cl-yellow {
    color: #009DF8;
    /* color: #e1cd0c; */
}

/* Background Color */

.bgs-yellow {
    /* background-color: #e3cc0a; */
    background-color: #30a7eb;
    color: #ffff;
}

.bgs-orange {
    /* background-color: #eee9cc; */
    background-color: #aed8f0ae;
}

.bgs-oranges {
    /* background-color: #f0e7b0; */
    background-color: #aed8f0ae;
}

.bgs-grey {
    background-color: #e5e5e5;
}

.bgs-greys {
    background-color: #f0f0f0;
}

.bgs-service {
    background-color: #f1f1f1;
}

.bgs-service1 {
    background-color: #d7e0e5;
}

.bgs-service2 {
    background-color: #f0f1f3;
}

.bgs-service3 {
    background-color: #86bad8de;
    /* background-color: #f8efae; */
}

/* heading tag */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a0a0a;
}

h2 {
    font-size: 28px !important;
    line-height: 35px !important;
}

h4 {
    font-size: 25px !important;
    line-height: 35px !important;
}

h5 {
    font-size: 20px !important;
    line-height: 30px !important;
}

/* header css */

.section_header h6 {
    font-size: 13px;
    line-height: 16px;
}

.section_header p,
.section_header a {
    font-size: 11px;
    line-height: 16px;
}

.section_header.footer h6 {
    font-size: 15px;
    line-height: 22px;
}

.section_header.footer p,
.section_header.footer a {
    font-size: 14px;
}

.section_header .header-content {
    position: relative;
}

.section_header-menu {
    position: sticky;
    top: 0;
    z-index: 1;
}

.section_header-menu a.nav-menu,
.section_header-menu  {
    color: white !important;
    font-size: 14px;
    transition: all .2s ease;
    
}
.dropdown-item {
    color: black !important;
}

.section_header-menu a.nav-menu:hover {
    color: black !important;
}

.section_header-menu .dropdown-item:hover {
    color: #6fb4dcbe !important;
    /* color: #e3cc0a !important; */
}

.section_header-menu .fa-angle-down {
    font-size: 18px !important;
    vertical-align: middle;
    padding-left: 4px;
}

.section_header-menu a.nav-menu {
    padding: 10px 0 !important;
}

.section_header-menu .dropdown-item {
    padding: 2px 15px;
}

.section_header-menu .dropdown-menu {
    background-color: #fff !important;
    padding: 0;
    /* border: 1px solid #e3cc0a; */
    border: 1px solid #009DF8;
}

.section_header-menu .ul-dropdown li,
.section_header-menu .dropdown-menu li {
    border-bottom: 1px solid #009DF8;
    /* border-bottom: 1px solid #e3cc0a; */
}

.section_header-menu .ul-dropdown li:last-child,
.section_header-menu .dropdown-menu li:last-child {
    border-bottom: unset;
}

.section_header-menu .dropdown-item:focus,
.section_header-menu .dropdown-item:hover {
    background-color: transparent;
    color: #0a0a0a;
}

/* Home css */

.section_home-banner {
    /* background: url(../image/bg-home-banner.png) no-repeat; */
    background: linear-gradient(to bottom, rgba(131, 145, 166, 0.8) 0%, rgba(53, 98, 146, 0.8) 49%, rgba(92, 168, 200, 0.8) 99%), url(../image/shineweb.webp)100%;
    background-size: cover;
}

.about-company {
    /* border-bottom: 2px solid #e3cc0a; */
    border-bottom: 2px solid #009DF8;
}

.services {
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    position: relative;
    transition: all .5s ease;
    min-height: 310px;
}

.services:hover {
    transform: scale(1);
}

.services1 {
    background-color: #ffe9e3;
}

.services2 {
    background-color: #d9e5f1;
}

.services3 {
    background-color: #f0e7b0;
}

.services4 {
    background-color: #e4f2ff;
}

.services5 {
    background-color: #e3d6e0;
}

.services a {
    padding: 7px 18px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s ease;
}

.services a:hover {
    font-family: Montserrat-Bold;
    color: #fff !important;
}

.services1 a {
    background-color: #e95440;
}

.services2 a {
    background-color: #2180d0;
}

.services3 a {
    /* background-color: #e3cc0a; */
    background-color: #009DF8;
}

.services4 a {
    background-color: #308aad;
}

.services5 a {
    background-color: #8b3381;
}

.blog {
    box-shadow: 0px 0px 7px 0px #e1e1e1;
    padding: 10px 10px 25px 10px;
    height: 100%;
}

.client-man {
    margin-top: -35px;
    border-radius: 50%;
}

.form-control,
.form-control::placeholder {
    font-size: 14px !important;
    color: #0a0a0a !important;
    resize: none;
    margin-bottom: 5px;
}

.ul-feature {
    padding-left: 0 !important;
}

.ul-feature li {
    padding-bottom: 15px;
    position: relative;
}

.get-in-touch {
    padding: 10px 30px;
    font-size: 18px;
}

/* digital css */

.section_digital-work .digital-work {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
}

.section_digital-work .digital-work.work1 {
    /* border: 12px solid #9bc702; */
    border: 12px solid #54b7db;
}

.section_digital-work .digital-work.work2 {
    border: 12px solid #ff723d;
}

.section_digital-work .digital-work.work3 {
    /* border: 12px solid #ffc500; */
    border: 12px solid #009DF8;
}

.section_digital-work .digital-work.work4 {
    border: 12px solid #03b4e6;
}

/* Contact us css */

.section_contact .section_header p,
.section_contact .section_header a {
    font-size: 15px;
    line-height: 25px;
}

.whatsapp-icon,
.phone-icon {
    position: fixed;
    bottom: 30px;
    left: 40px;
    z-index: 5;
}

.phone-icon {
    bottom: 80px;
}

body {
    overflow-x: hidden !important;
}
.section_about{
    background:  linear-gradient(to right, #e0eafc, #cfdef3);
}
.section_service-banner.banner {
    background: linear-gradient(to bottom, rgba(131, 145, 166, 0.8) 0%, rgba(53, 98, 146, 0.8) 49%, rgba(92, 168, 200, 0.8) 99%), url(../image/about.webp)100%;
    background-size: cover;
    min-height: 340px;
    display: flex;
    align-items: center;
}

/* Media Query */

@media (min-width:1200px) {
    .section_home-proces {
        background: url('../image/step-bg.jpg') no-repeat !important;
        min-height: 600px !important;
        background-position: 50% 75% !important;
    }

    .services {
        transform: scale(0.9);
    }

    .secton_home-why .why-choose-us .col-lg-2 {
        width: 20%;
    }

    .section_header h6 {
        font-size: 15px;
        line-height: 22px;
    }

    .section_header p,
    .section_header a {
        font-size: 14px;
    }
}

@media (max-width:1199px) {}

@media (min-width:992px) {
    .section_home-proces {
        background: url('../image/steps-bg.jpg') no-repeat;
        display: flex;
        align-items: center;
        min-height: 350px;
        background-size: cover;
        background-position: center;
    }

    ul li .ul-dropdown1 {
        background: #fff;
        visibility: hidden;
        opacity: 0;
        min-width: 5rem;
        position: absolute;
        transition: all 0.5s ease;
        margin-top: 0px;
        display: none;
        padding: 2px 0;
    }

    ul li .ul-dropdown2 {
        background: #fff;
        visibility: hidden;
        opacity: 0;
        min-width: 5rem;
        position: absolute;
        transition: all 0.5s ease;
        margin-top: 0px;
        display: none;
        padding: 2px 0;
    }

    ul li:hover>.ul-dropdown1,
    ul li .ul-dropdown1:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    ul li:hover>.ul-dropdown2,
    ul li .ul-dropdown2:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .ul-dropdown {
        list-style: none;
    }

    li {
        position: relative;
    }
}

@media (max-width:991px) {
    .section_header-menu a.nav-menu {
        padding: 5px 0 !important;
    }
}

@media (min-width:768px) {}

@media (max-width:767px) {}

@media (min-width:576px) {
    .section_header .header-content:not(:last-child)::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 30px;
        background: #000000;
        right: -25px;
    }

    .ul-feature {
        column-count: 2;
    }
}

@media (max-width:575px) {

    h1,
    .fs-45,
    .fs-50 {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    h2,
    .fs-30 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .section_service-banner.banner .fs-45 {
        font-size: 25px !important;
    }

    .section_service-banner.banner .fs-19 {
        font-size: 16px !important;
    }

    .whatsapp-icon,
    .phone-icon {
        bottom: 15px;
        left: 15px;
    }

    .phone-icon {
        bottom: 70px;
    }
}

.section_home404-banner h1 {
    font-size: 4em;
    font-weight: bolder;
}

/*.section_home404-banner h3 a {*/

/*    background: #e3cc0a;*/

/*    padding: 12px;*/

/*    color: #000;*/

/*    border-radius: 10px;*/

/*}*/

/*.section_home404-banner h3 a:hover{*/

/*    color: #fff !important;*/

/*}*/

.section_about p{
     text-align: center;
     font-size: 15px;
    

}
.vision{
    background: #fff;
}
.vision .container .row {
    /* line-height: 40px; */
    padding: 40px;
}

/* project css */


.section_home-project {
    /* background:linear-gradient; */
    background: linear-gradient(to bottom, rgba(131, 145, 166, 0.8) 0%, rgba(53, 98, 146, 0.8) 49%, rgba(92, 168, 200, 0.8) 99%), url(../image/bg-project.jpg)100%;
}
.section_home-project .text:hover{
    transform: scale(1.1)!important;
}
.section_home-project h5{
    font-size: 15px!important;
    color: gray!important;
}


/* 
.card-wrapper .card{
    margin: 1.5em;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 1px 1px  rgb(219, 215, 215);
    position: relative;

}
.card:before{
    content: "";
    width: 0%;
    height: 4px;
    background-color: blue;
    position: absolute;
    bottom: 0;
    transition: .5s;
}
.card:hover::before{

        width: 100%;

}
.card:hover{

      transform: scale(1.1) !important;

}
.card-wrapper .card-body h5{
    font-size: 15px !important;
    color: grey;
}
 

.image-wrapper img{
    max-width: 100%;
    min-width: 100%;
}
@media screen and (max-width: 786px){
    .card:not(:last-child){
        display: none;
    } */

.section_home-client{
    background: linear-gradient(to bottom, rgba(210, 212, 215, 0.8) 0%, rgba(197, 221, 246, 0.8) 49%, rgba(155, 225, 255, 0.8) 99%);
}

.section_home-client .text:hover{
    transform: scale(1.1)!important;
}

.section_home-about{
    background:  linear-gradient(to right, #c9d6ff, #e2e2e2);
}
.section_home-service{
    background: linear-gradient(to bottom, rgba(160, 161, 162, 0.8) 0%, rgba(186, 217, 251, 0.8) 49%, rgba(130, 214, 251, 0.8) 99%);

}
