* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

/* .navbar {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
    position: sticky;
    top: 0;
    z-index: 2;
}

.nav-link {
    color: #000;
    margin: 0 10px;
    font-size: 23px;
} */
#act {
    color: rgb(235, 106, 20);
}

#act:hover {
    color: rgb(235, 106, 20);
}

/* .nav-link:hover {
    color: #000;
}

nav ul li {
    display: inline-block;
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    position: relative;
    color: #fff;
}

nav ul li a::after {
    content: '';
    display: flex;
    width: 0;
    height: 3px;
    background: #1186ee;
    position: relative;
    bottom: 3px;
    left: 0;
    transition: .3s;
}

nav ul li a:hover::after {
    width: 100%;
    color: #000;
} */
/* 
.logo {
    text-decoration: none;
    color: #1186ee;
    font-size: 30px;
    font-weight: 600;
}

.logo:hover {
    color: #1186ee;
}

.logo span {
    color: rgb(235, 106, 20); */
/* } */

.bg {
    background-color: #fff;
}

/* portfolio-start */
.slick-next::before,
.slick-prev::before {
    font-size: 36px;
    line-height: 1;
    opacity: .75;
    color: #fe7901;
}

.prtf-pd .slick-list {
    margin-left: 16px;
}

.prtf-pd {
    padding: 0 100px;
}

.card {
    margin: 30px 10px;
    height: 250px;
    background: #fff;
    border: none;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .7);
}

.tit {
    background-image: url(../images-shivy/image.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}

.crow {
    margin: 0 90px;
}

.client {
    height: 420px;
    background: #fff;
    margin: 15px 15px;
    box-shadow: 0 15px 10px 0 rgba(0, 0, 0, .7);
    overflow: hidden;
}

.index1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client .up {
    width: 400px;
    height: 100px;
    background: #07393C;
    position: relative;
    top: 0;
}

/* footer {
    color: #000;
    width: 100%;
    height: 50px;
    position: static;
    bottom: 0;
    left: 0;
    text-align: center;
} */

.but {
    height: 75px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text {
    margin: auto;
    font-size: 30px;
}

.index-but {
    padding: 10px 30px;
    margin: auto;
    background: transparent;
    color: #1186ee;
    position: relative;
    font-size: 25px;
    border: 2px solid #1186ee;
    border-radius: 30px;
}

.index::after {
    content: '';
    width: 0;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    background-color: #1186ee;
    color: #fff;
    height: 100vh;
    transition: .3s ease;
}

.index:hover::after {
    width: 100%;
}

h4 {
    text-align: center;
}

.upp {
    width: 100%;
    height: 75px;
    background: #08aced;
    border-radius: 0 0 55px 0;
    display: flex;
    align-items: center;
}

.upp h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 35px;
}

.upp img {
    width: 70px;
    border-radius: 50%;
    margin: 2px 25px;
    display: inline-block;
}

.down {
    width: 50%;
    height: 75px;
    background: #08aced;

}

.cur {
    width: 100%;
    height: 75px;
    background: #fff;
    border-radius: 55px 0 0 0;
}

.client p {
    font-size: 35px;
    text-align: center;
    position: relative;
    top: 50px;
}

/* portfolio-end */

/* index2-start */
/* .row {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.cl {
    width: 450px;
    height: 450px;
    background: #07393C;
    border-radius: 30px;
    margin: 100px 110px;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .5s ease-out;
}

.cl:hover {
    transform: rotate(5deg);
}

.im {
    width: 450px;
    height: 450px;
    border-radius: 30px;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(image.jpg);
    background-size: cover;
    background-position: center;
    transition: .5s ease-out;
}

.im:hover {
    transform: rotate(-5ldeg);
}

/* index2-end */

/* services-start */
#our-ser {
    text-align: center;
    font-size: 50px;
    letter-spacing: 1px;
    font-weight: 700;
    padding-top: 50px;
}

#our-ser span {
    color: #1186ee;
}

.srv-card {
    margin: 30px;
    background-color: #fff;
    border-radius: 60px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    padding: 20px 0;
    text-align: center;
    border: 1px solid #c3c3c3;
}
.srv-bt:hover{
   background-color: #1186ee!important;
   color: #fff !important;
}

.srv-card img {
    width: 35%;
    height: 82px;
}


.srv-card p {
    text-align: center !important;
    margin-top: 45px;
    font-size: 35px;
    padding: 0 33px;
}

.srv-card .srv-bt {
    background: #ffffff;
    color: #07aced;
    font-size: 25px;
    border: 2px solid;
    border-radius: 41px;
    padding: 5px 10px;
    border-color: #07aced;
   
    margin: 20px 0;
}

/* 
.row {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.but {
    width: 100%;
    margin: 30px 0;
    padding: 10px;
    align-items: center;
}

.text {
    margin: 0 auto;
    font-size: 30px;
}

.but .but-bt {
    margin-right: 100px;
    padding: 10px 30px;
    background: #1186ee;
    color: #fff;
    font-size: 25px;
    border-radius: 30px;
}

/* services-end */

/* contact-us-start */

.upper-heading h2 {
    font-size: 42px;
    font-weight: 800;
}

.upper-heading h2 span {
    color: #1186ee;
}

.upper-heading {
    text-align: center;
    padding: 20px 0;
 
}

.all-card {
    background-color: #fff;
    margin: 10px 50px;
 
    border: none;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
}

.left-card {
    background-color: #095597;
    height: 480px;
    border-radius: 10px;
    position: relative;
}

.round {
    height: 200px;
    width: 200px;
    background-color: rgb(249, 195, 155);
    border: none;
    border-radius: 250px 0 10px 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.circle {
    width: 100px;
    height: 100px;
    background-color: #1186ee;
    border-radius: 50%;
    position: relative;
    top: 40px;
    left: -10px;
}

.lft-txt {
    color: #fff;
    padding: 20px 30px;

}

.lft-txt h3 {
    font-size: 30px;
    font-weight: 700;
}

.lft-txt p {
    font-size: 19px;
}

.ico {
    margin-top: 25px;
}

.ico a {
    color: #fff;
    font-size: 25px;
    padding: 0 0px 0 0;
    text-decoration: none;
}

.ico a span {
    margin-left: 10px;
    font-size: 20px;
}

.ico-items a i {
    font-size: 15px;
}

.ico-items {
    margin-bottom: 5px;
}

.btm-ico {
    position: relative;
    top: 150px;
    text-align: center;
}

.btm-ico a {
    color: #fff;
    font-size: 30px;
    padding: 5px;
    border-radius: 15px;
    transition: .3s;
    text-align: center;
}

.btm-ico a:hover {
    background-color: #fff;
    color: #fff;
}

.right-card {
    /* background-color: #1186ee; */
    padding: 0 20px;

}

.int input {
    background-color: transparent;
    width: 100%;
    padding: 3px 10px;
    display: flex;
    border: rgb(130, 128, 128) 1px solid;
    border-width: 0 0 2px 0;
    margin: 10px auto;
}

.frst-nm {
    margin-top: 10px;
}

.hh {
    margin: 0;
    color: rgb(53, 53, 53);
}

.dwn-inpt {
    display: flex;
    margin: 20px 0;
}

.dwn-inpt .fr {
    margin: 0 10px;
}

.dwn-inpt .fr label {
    margin: 0 5px;
}

.msg {
    padding: 11px 0px;
}

.msg input {
    background-color: transparent;
    width: 100%;
    padding: 3px 10px;
    display: flex;
    border: rgb(130, 128, 128) 1px solid;
    border-width: 0 0 2px 0;
    margin: 10px auto;
    color: #000;
}

.snd-bt {
    text-align: right;
    padding: 15px 20px 0 0;
}

.send {
    background-color: #07507b;
    color: #fff;
    padding: 10px 10px;
    border: none;
    border-radius: 10px;
    font-size: 20px;
}
.error{
    color: #ff0000;
    font-size: 13px;
}

/* contact-us-end */

/* features-start */

.back {
    width: 400px;
    height: 400px;
    background: #1186ee;
    border-radius: 30px;
    margin: 100px auto;
    transform: rotate(45deg);
    cursor: pointer;
}

.front {
    width: 400px;
    height: 400px;
    border-radius: 30px;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images-shivy/image.jpg);
    background-size: cover;
    background-position: center;
}

.up-heading {
    margin: 0 auto;
    text-align: center;
}

.up-heading h2 {
    font-size: 35px;
    font-weight: 600;
}

.up-heading p {
    font-size: 25px;
}

.p-ico a {
    text-decoration: none;
    color: #000;
    font-size: 35px;
}

.naam {
    /* text-align: center; */
    /* margin: 0 auto; */
    padding: 50px 0;
}

.iim {
    width: 500px;
    height: 200px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, .3);
}

/* features-end */

/* quotation-start */

.bgg {
    background-color: #095597;
}

.qtn-card {
    /* height: 550px; */
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    margin: 50px auto;
    border: none;
    border-radius: 25px;
    padding: 45px;
    width: 90%;
}

.qtn-text {
    text-align: center;
}

.qtn-emt .qtn-inp input {
    border: none;
    border-radius: 5px;
    background-color: rgba(210, 208, 208, 0.7);
    padding: 10px 10px;
    margin: 15px auto;
    width: 100%;
}

.qtn-num input {
    border: none;
    border-radius: 5px;
    background-color: rgba(210, 208, 208, 0.7);
    padding: 10px 10px;
    margin: 15px 0;
    width: 100%;
}

.qtn-eml input {
    border: none;
    border-radius: 5px;
    background-color: rgba(210, 208, 208, 0.7);
    padding: 10px 10px;
    margin: 15px 0;
    width: 100%;
}

.qtn-btn {
    text-align: center;
    padding-top: 25px;
}

.qtn-btn button {
    background-color: #095597;
    color: #fff;
    padding: 7px 25px;
    border: none;
    border-radius: 10px;
    font-size: 25px;
}

.logo img {
    width: 100%;
}

/* quotation-end */

/* our-srv-start */
.our-srv-all {
    margin-top: 70px;
    padding: 0px 33%;
}

.our-srv {
    width: 100%;
    background-color: #fff;
    border: 15px solid rgb(216, 216, 216);
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
    padding: 36% 0;
}

.mid-txt {
    text-align: center;
}

.mid-txt h1 {
    font-size: 60px;
    font-weight: 700;
}

.mid-txt h5 {
    font-size: 30px;
    font-weight: 600;
    color: #fe7901;
}

.rnd-cl1 {
    width: 45px;
    height: 45px;
    background-color: rgb(211, 52, 52);
    border: 8px solid #fff;
    border-radius: 50%;
    box-shadow:  0 0 7px 0 rgba(0, 0, 0, .3);
    position: relative;
    left: 46%;
    top: -545px;
}
.rnd-cl2 {
    width: 45px;
    height: 45px;
    background-color: rgb(211, 52, 52);
    border: 8px solid #fff;
    border-radius: 50%;
    box-shadow:  0 0 7px 0 rgba(0, 0, 0, .3);
    position: relative;
    left: 82%;
    top: -500px;
}
.rnd-cl3 {
    width: 45px;
    height: 45px;
    background-color: rgb(211, 52, 52);
    border: 8px solid #fff;
    border-radius: 50%;
    box-shadow:  0 0 7px 0 rgba(0, 0, 0, .3);
    position: relative;
    left: 95%;
    top: -376px;
}
.rnd-cl4 {
    width: 45px;
    height: 45px;
    background-color: rgb(211, 52, 52);
    border: 8px solid #fff;
    border-radius: 50%;
    box-shadow:  0 0 7px 0 rgba(0, 0, 0, .3);
    position: relative;
    left: 82%;
    top: -235px;
}
.rnd-cl5 {
    width: 45px;
    height: 45px;
    background-color: rgb(211, 52, 52);
    border: 8px solid #fff;
    border-radius: 50%;
    box-shadow:  0 0 7px 0 rgba(0, 0, 0, .3);
    position: relative;
    left: 46%;
    top: -190px;
}
.rnd-cl6 {
    width: 45px;
    height: 45px;
    background-color: rgb(211, 52, 52);
    border: 8px solid #fff;
    border-radius: 50%;
    box-shadow:  0 0 7px 0 rgba(0, 0, 0, .3);
    position: relative;
    left: 10%;
    top: -315px;
}
.rnd-cl7 {
    width: 45px;
    height: 45px;
    background-color: rgb(211, 52, 52);
    border: 8px solid #fff;
    border-radius: 50%;
    box-shadow:  0 0 7px 0 rgba(0, 0, 0, .3);
    position: relative;
    left: -2%;
    top: -556px;
}
.rnd-cl8 {
    width: 45px;
    height: 45px;
    background-color: rgb(211, 52, 52);
    border: 8px solid #fff;
    border-radius: 50%;
    box-shadow:  0 0 7px 0 rgba(0, 0, 0, .3);
    position: relative;
    left: 10%;
    top: -770px;
}

.cnt-mob .all-card{
    height: auto;
    margin: 0 0 25px 0;

}
.cnt-mob .dwn-inpt{
    display: block;
}
.cnt-mob label{
    font-size: 17px;
}
.cnt-mob .fr{
    margin-bottom: 5px;
}


@media (max-width:500px){
    .lft-txt h3 {
        font-size: 28px;
        font-weight: 700;
    }
    .lft-txt p{
        font-size: 17px;
    }
    .lft-txt span{
        font-size: 17px !important;
    }
    .left-card {
        background-color: #095597;
        height: 400px;
        border-radius: 10px;
        position: relative;
    }
    .upper-heading {
        padding: 20px 3px;
    }
    .upper-heading h4{
        font-size: 18px;
    }
}

/* our-srv-end */