@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');/* font-family: 'Work Sans', sans-serif; */
/* font-family: 'Raleway', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
/* font-family: 'Alfa Slab One', serif; */

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

html{
    font-size: 15px;
}

body{
    font-family: 'Raleway', sans-serif;
    /* color: #666666; */
    color: #000000;
    word-break: break-word;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Alfa Slab One', serif;
}

:root {
    --gradient-bg-color: linear-gradient(120deg, #7b2eb7, #8c33a8, #a53993, #bf3f7d, #d4456a);
}

.container-fluid, ul{
    margin: 0;
    padding: 0;
}

.container{
    max-width: 1250px;
}

a{
    text-decoration: none;
}

/* Css Starts Here */

/* Top Header Css starts */
.top-header{
    padding: 12px 0;
    background: var(--gradient-bg-color);
    color: #fff;
}

.top-header .offcAdd{
    font-size: 14px;
}

.top-header .contact-media a{
    color: #fff;
    margin: 0 6px;
    color: rgba(255, 255, 255, 0.81);
    transition: all 0.2s linear;
}

.top-header .contact-media a:hover{
    color: #fff;
}

.top-header .contact-media a i{
    font-size: 18px;
}

.top-header .mobileNo h4{
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
}
/* Top Header Css end */

/* Top Menu Css starts */
.top-menu{
    padding: 15px 0;
}

.menu-logo img{
    width: 6rem;
}

.main-menu > ul{
    list-style: none;
    display: flex;
}

.main-menu > ul li{
    margin: 0 20px;
    position: relative;
}

.main-menu > ul li a{
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.main-menu > ul li.active-li a{
    color: #7F40B1;
}

.main-menu > ul li a:hover{
    color: #7F40B1;
}

.unb-btn{
    color: #ffffff;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    padding-right: 35px;
    padding-left: 35px;
    transition: all 300ms ease-in;
    height: 49px;
    display: inline-block;
}

.unb-btn:hover{
    background: #fff;
    color: #7F40B1;
}

.btnBgDark{
    background-color: #7F40B1;
    border-color: #7F40B1;
}

.btnBgDark:hover {
    color: #7F40B1;
    background: none;
}

.main-menu .unb-btnBgDark{
    margin-left: 2rem;
}

.main-menu ul li a i.chevron-down{
    font-size: 10px;
    position: relative;
    top: -2px;
    margin-left: 2px;
}

.main-menu > ul > li {
    padding: 12px 0;
}

.dropdown-ul{
    position: absolute;
    top: 55px;
    left: 0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
    background-color: #fff;
    width: 300px;
    z-index: 9999;
    padding: 15px 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
}

.menu-dropdown:hover .dropdown-ul{
    top: 40px;
    visibility: visible;
    opacity: 1;
}

.menu-dropdown:hover > a{
    color: #7F40B1;
}

.dropdown-ul ul li{
    list-style: none;
    
    margin: 0 25px;
}

.dropdown-ul ul li:last-child a{
    border-color: transparent;
}

.dropdown-ul ul li:last-child a:hover{
    border-color: #7F40B1;
}

.dropdown-ul ul li a{
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #d7dce0;
    color: #2c3840;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
}

.dropdown-ul ul li a:hover{
    border-color: #7F40B1;
}

.toggle-menu-btn{
    display: inline-block;
    cursor: pointer;
    order: 1;
    position: relative;
    z-index: 1000;
    top: -4px;
}

.main-menu .unb-btn{
    order: 2;
}

.toggle-menu-btn i{
    position: relative;
    display: inline-block;
    width: 18px;
    height: 3px;
    font-size: 14px;
    text-indent: -75px;
    background: #252525;
    transition: all .2s ease-out;
}

.toggle-menu-btn i::before, .toggle-menu-btn i::after {
    content: '';
    width: 18px;
    height: 3px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.toggle-menu-btn i::before {
    top: -7px;
}

.toggle-menu-btn i::after {
    bottom: -7px;
}

.active-menu .toggle-menu-btn i {
    background: #fff;
}

.active-menu .toggle-menu-btn i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.active-menu .toggle-menu-btn i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

/* Top Menu Css end */

/* Banner css starts here */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-div{
    background: var(--gradient-bg-color);
    color: #fff !important;
    position: relative;
}

.banner-bgDotted img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    transform: perspective(600px) rotateY(180deg);
}

.banner-imgContainer img{
    width: 100%;
    position: relative;
}

.banner-txtContainer{
    width: 50%;
    z-index: 3;
    text-align: left;
}

.banner-imgContainer{
    width: 50%;
    z-index: 2;
}

.banner-txtContainer h1{
    font-size: 5rem;
}

.banner-txtContainer p{
    font-size: 23px;
    margin: 4rem 0;
}

.banner .swiper-button-prev{
    left: 3rem;
}

.banner .swiper-button-next{
    right: 3rem;
}

.banner .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.banner .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    color: #fff;
}

.bannerDiv{
    height: 100vh;
}

.bannerDiv .banner{
    height: 100%;
}
/* Banner css ends */

/* Service Section Css Starts */
.service-box{
    padding: 5rem 3.5rem 0 3.5rem;
    box-shadow: 0px -15px 24px 0px rgba(9,4,41,0.05);
    margin-top: -80px;
    z-index: 99;
    position: relative;
    background-color: #fff;
}

.unb-common-text{
    text-align: center;
    padding-top: 20px;
    margin-bottom: 25px;
}

.unb-common-text .title{
    font-family: "Alfa Slab One";
    color: #000000;
    font-size: 40px;
    line-height: 52px;
    padding-right: 20px;
    position: relative;
    display: inline;
}

.unb-common-text .title .cap-ltr{
    color: rgba(0, 0, 0, 0.03);
    font-size: 300px;
    font-weight: 700;
    z-index: -1;
    position: absolute;
    left: 0;
    transform: translateX(calc(-100% + 50px));
}

.unb-common-text .title:before {
    background-color: rgba(127, 64, 177, 0.20);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: 4px;
}

.unb-common-text .title:after {
    background-color: #7F40B1;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-top: 20px;
    margin-right: -4px;
    bottom: 24px !important;
}

.unb-common-text .title:before, .unb-common-text .title:after {
    position: absolute;
    content: '';
    display: block;
    bottom: 8px;
    right: 4px;
    transition: all 400ms;
}

.unb-common-text p:nth-child(2){
    margin-top: 15px;
}

.unb-common-text p{
    /* margin-bottom: 50px; */
    margin-bottom: 30px;
    font-size: 16px;
}

.service-item {
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    text-align: center;
    position: relative;
    padding: 28px 35px 72px 35px;
    justify-content: center;
}

.service-item .service-icon{
    display: block;
}

.service-item .service-icon i{
    font-size: 40px;
    color: #7F40B1;
}

.service-item .title{
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    text-transform: none;
    margin: 15px 0;
}

.service-item .sdes-box{
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 26px;
}

.service-item .sdes-box p{
    margin: 0;
}

.btn-dark-border{
    border-color: #7F40B1;
    color: #7F40B1;
}

.btn-dark-border:hover{
    background-color: #7F40B1;
    color: #fff;
}

.service-item .unb-btn{
    padding: 0 20px 0 20px !important;
    line-height: 44px;
    height: 43.6px;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.service-box .row > div{
    padding: 0 25px;
    margin-bottom: 35px;
}
/* Service Section end */

/* Schedule section css starts */
.schedule-div{
    margin-top: 3rem;
    padding: 3rem 0;
    background: #f5f5f5;
}

.sch-box .sch-left-content h1{
    font-size: 43px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 10px;
}

.sch-box .sch-left-content p {
    font-size: 16px;
    margin: 15px 0 35px 0;
}

.sch-input-box{
    width: 73%;
}

textarea, input{
    outline: 0;
}

input:focus, textarea:focus{
    outline: 0;
}

.unb-input{
    margin-bottom: 15px; 
}

.unb-input input{
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding: 0 12px;
    border: 1px solid #cccccc;
    transition: all 0.2s linear;
}

.unb-textarea{
    font-size: 14px;
    margin-bottom: 15px;
}

.unb-textarea textarea{
    width: 100%;
    min-height: 7rem;
    border-radius: 0;
    border: 1px solid #cccccc;
    transition: all 0.2s linear;
    padding: 12px !important;
}

.unb-textarea textarea:focus, .unb-input input:focus{
    border-color: #7F40B1;
}
.sch-input-box .unb-btn{
    display: block;
}
/* Schedule section end */

/* How is it going section css starts */
.str-box{
    padding: 7rem 0 3rem 0;
    margin-bottom: 3rem;
}

.str-content {
    background: transparent url("/img/chart2.png") center top/auto no-repeat scroll;
    margin-bottom: 40px;
}

.str-item {
    padding: 0 1.5rem;
    width: 20%;
}

.str-item .str-info{
    position: relative;
    text-align: center;
}

.str-icon{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: #7F40B1;
    position: relative;
}

.str-icon img{
    max-height: 46px;
    max-width: 46px;
    margin-top: calc((70px - 46px)/2);
}

.str-count{
    width: 100%;
    position: absolute;
    top: -32px;
    right: -39px;
    height: 42px;
    z-index: -1;
}

.str-count-1{
    background: transparent url("/img/01.png") 80% top/auto no-repeat scroll;
}

.str-count-2{
    background: transparent url("/img/02.png") 80% top/auto no-repeat scroll;
}

.str-count-3{
    background: transparent url("/img/03.png") 80% top/auto no-repeat scroll;
}

.str-count-4{
    background: transparent url("/img/04.png") 80% top/auto no-repeat scroll;
}

.str-count-5{
    background: transparent url("/img/05.png") 80% top/auto no-repeat scroll;
}

.str-info .str-title{
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 16px;
}

.str-info .str-des{
    line-height: 25px;
    font-size: 16px;
}

.str-odd{
    margin-top: 37px;
}

.str-even{
    margin-top: 118px;
}
/* How is it going section css end */

/* contact sections starts */
.contact-div{
    background: linear-gradient(120deg, #7b2eb7, rgba(246, 77, 77, 0)), #f64d4d url("/img/circles160.png") center center/cover no-repeat scroll;
    padding-top: 70px;
    padding-bottom: 140px;
    position: relative;
    z-index: 3;
    color: #fff;
}

.contact-title {
    font-size: 40px;
}

.con-item{
    padding: 0 2rem;
}

.con-item .icon{
    margin-right: 12px;
    font-size: 16px;
}

.con-social a{
    background-color: rgba(255, 255, 255, 0.30);
    text-align: center;
    width: 45px;
    height: 45px;
    border: 0px solid #ffffff;
    border-radius: 50px;
    margin-right: 6px;
    display: inline-grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.81);
    font-size: 20px;
    transition: all 0.3s linear;
}

.con-social a:hover{
    background-color: #fff;
    color: #7F40B1;
}
/* Contact Section end */

/* Still Have Ques css starts */
.query-box{
    padding: 5rem 3.5rem 3rem 3.5rem;
    margin-bottom: 2rem;
    box-shadow: 0px -15px 24px 0px rgba(9,4,41,0.05);
    margin-top: -80px;
    z-index: 999;
    position: relative;
    background-color: #fff;
}

.query-content{
    width: 80%;
    margin: 0 auto;
}

.unbPhSelInput{
    position: relative;
}

.unbPhSelInput .dropdown{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    user-select: none;
}

.unbPhSelInput .dropdown ul span{
    display: inline-block;
    min-width: 2rem;
    width: max-content;
}

.unbPhSelInput input{
    padding-left: 52px;
}

.unbPhSelInput .dropdown ul{
    padding: 0;
    min-width: 13rem;
    width: max-content;
    max-height: 208px;
    overflow: auto;
}

.unbPhSelInput .dropdown ul li{
    padding: 3px 12px;
}

.unbPhSelInput .dropdown ul li:hover{
    background-color: #dfdfdfa4;
    
}

.unbPhSelInput .dropdown ul li:first-child{
    padding-top: 10px;
}
.unbPhSelInput .dropdown ul li:last-child{
    padding-bottom: 10px;
}
/* Still Have Ques css end */

/* Footer css starts */
.footer-1 {
    background: linear-gradient(rgba(34, 34, 34, 0.70), rgba(34, 34, 34, 0.70)), #222222 url("/img/circles160.png") right 125px/65% no-repeat scroll;
    padding-bottom: 30px;
    color: #949494 !important;
}

.footer-1 .footer-ul{
    padding: 40px 15px 25px 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}

.footer-1 .footer-ul ul li{
    list-style: none;
}

.footer-1 .footer-ul ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 35px;
    display: inline-block;
    transition: all 0.2s linear;

}

.footer-1 .footer-ul ul li a:hover{
    color: #7F40B1;
}

.footer-title{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 27px;
    margin-bottom: 10px;
    display: block;
}

.footer-text{
    padding: 0 15px;
}

.footer-about-des{
    line-height: 24px;
}

.footer-contact-info > span{
    display: block;
    margin-bottom: 14px;
}

.footer-sub-title{
    color: #ffffff;
    font-weight: 700;
    margin-right: 10px;
}

.footer-contact-info > span a{
    color: #949494 !important;
}

.footer-newsletter .footer-sub-title{
    margin-bottom: 14px;
    display: inline-block;
}

.footer-input a{
    width: 90px;
    display: inline-block;
    padding: 0;
    height: 100%;
}

.footer-input a:hover{
    background-color: rgba(255, 255, 255, 0);
}

.footer-input input{
    width: calc(100% - 90px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #cccccc;
}

.footer-2{
    background: #313131;
    padding: 20px 0;
}

.footer-2-text{
    padding: 0 15px;
}

.footer-2 .reserved{
    font-size: 14px;
    font-weight: 500;
    color: #949494;
}

.footer-2-link a{
    color: #949494;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}

.footer-2-link a.mid-border{
    padding: 0 20px;
    border-left: 2px solid #949494;
    border-right: 2px solid #949494;
    margin: 0 20px;
}
/* Footer css end */

/* About Us Page Starts */
.digi-box{
    padding: 4rem 0 2rem 0;
    box-shadow: none !important;
}

.ad-content-box{
    box-shadow: none !important;
}

.digi-box .dgUnbText1 p{
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.digi-box .service-item {
    padding: 28px 35px 6px 35px;
}

.ab-schDiv{
    padding: 5rem 0 !important;
}

.digi-box .unb-common-text p {
    margin-bottom: 20px;
}

.dgUnbText2 {
    margin-bottom: 3rem;
}
/* About Us Page end */

/* Contact Page Starts */
.contact-content{
    padding: 4rem 0;
}

.contact-content .unb-common-text{
    text-align: left;
}

.con-add-box .icon i{
    color: #7F40B1;
    font-size: 17px;
    margin-right: 7px;
}

.con-add-box .icon{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.con-add-box .text{
    display: block;
    margin: 10px 0 20px 0;
    padding-right: 2rem;
}

.contact-content .left-box-border{
    border-right: 1px solid #dddddd;
}
.contact-content .left-box{
    padding-right: 30px;
}

.contact-content .right-box{
    padding-left: 30px;
}

.contact-content .right-box .query-content{
    width: 100%;
}
/* Contact Page end */

/* Web Development page starts */
.cmn-topsec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cmn-topsec .text{
    width: 63%;
    padding-right: 50px;
}

.cmn-topsec .imgContainer{
    width: 37%;
}

.cmn-topsec .imgContainer img{
    width: 100%;
}

.wd-banner .text p{
    margin: 10px 0 25px 0;
    line-height: 24px;
    font-size: 16px;
}

.wd-service-item .sdes-box{
    margin-bottom: 0;
}

.wd-service-box .row > div{
    padding: 0 !important;
    margin-bottom: 0;
}

.wd-service-item{
    padding: 40px 35px !important;
    border-right: 0;
}

.wd-service-item.border-right{
    border-right: 1px solid #cccccc;
}

.wd-service-item .service-icon i {
    font-size: 32px;
}

.wb-query-box .unb-common-text p{
    margin-bottom: 30px;
}

.wd-mid-sec .text{
    background: #f5f5f5;
    padding: 70px 12%;
}

.wd-mid-sec .img-sec1{
    width: 100%;
    height: 100%;
    background: transparent url("/img/partner.jpg") center center/cover no-repeat scroll;
}

.wd-mid-sec .img-sec2{
    width: 100%;
    height: 100%;
    background: transparent url("/img/test.jpg") left bottom/cover no-repeat scroll;
}

.wd-mid-sec .order-img{
    order: 1;
}

.wd-mid-sec .order-text{
    order: 2;
}

.wd-mid-sec .row > div {
    padding: 0;
}

.wd-mid-sec .unb-common-text{
    text-align: left;
}

.wd-mid-sec .unb-common-text .title{
    font-size: 30px;
    line-height: 45px;
}

.wd-mid-sec .unb-common-text p:nth-child(2){
    margin-top: 32px;
}

.wd-mid-sec .unb-common-text p{
    margin-bottom: 27px;
}

.wd-mid-sec{
    overflow: hidden;
}

.wd-mid-sec .unb-common-text .title:before{
    bottom: 4px;
}

.wd-mid-sec .unb-common-text .title:after{
    bottom: 20px !important;
} 

.fp-query-content .unb-common-text .title{
    font-size: 30px;
}

.fp-query-content .unb-common-text p{
    margin-top: 5px;
    margin-bottom: 30px;
}

.wd-fq-con{
    margin: 2rem auto;
}

.wb-fp-con{
    margin: 4rem auto 2rem auto;
}

/* Technology we use css starts */
.techno-con{
    margin: 7rem 0 3rem 0;
}

.techno-con .unb-common-text{
    margin-bottom: 40px;
}

.tec-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 22px 0;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}

.tec-item{
    width: 33.33%;
    margin: 10px 0;
}

.tec-item svg{
    height: 60px;
    display: block;
    margin: 0 auto 5px auto;
}

.tec-item span{
    display: block;
    text-align: center;
    font-weight: 600;
}

.tech-stage{
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #666666;
}

.unb-common-text .title .sml-ltr {
    font-size: 150px !important;
    transform: translateX(calc(-100% + 20px)) !important;
}



/* Web Development page end */

/* App Development page starts */
.ad-top .text{
    /* margin: 2rem 0 4rem 0; */
    font-size: 16px;
}

.tstl-content .tstl-item{
    border: 1px solid #e2e2e2;
    height: 100%;
    padding: 4rem 2rem 2rem 2rem;
    text-align: center;
    position: relative;
    margin: 0 10px;
}

.tstl-content .tstl-item img{
    border-radius: 50%;
    width: 5.6rem;
    position: absolute;
    left: calc(50% - 2.8rem);
    top: -2.8rem;
}

.tstl-content .tstl-item p{
    margin-bottom: 0;
}

.tstl-content .tstl-item .name{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.tstl-content .tstl-item .co-name{
    /* color: #666666; */
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.tstl-content .tstl-item p{
    /* color: #666666; */
    font-size: 16px;
    line-height: 25px;
}

.tstl-client .row > div{
    margin-bottom: 5rem;
}

.tstl-content{
    margin: 5rem 0 1rem 0;
}

.reqModal .modal-dialog{
    max-width: 48rem;
}

.reqModal-content .unb-common-text .title{
    font-size: 30px;
}

.reqModal-content .unb-common-text p{
    margin-bottom: 30px;
    margin-top: 0;
}

.reqModal-content{
    padding: 0 1rem;
}

.reqModal-content .unb-common-text {
    padding-top: 0;
}

.reqModal .unb-btn {
    line-height: 45px;
    padding-right: 20px;
    padding-left: 20px;
    height: 45px;
    margin-right: 1rem;
}

.reqModal .modal-header, .reqModal .modal-footer{
    border: 0;
}

.reqModal .modal-body{
    padding: 0 15px;
}

.reqModal .modal-footer{
    padding-bottom: 1.5rem;
}
/* App Development page end */

/* GDPR Page Starts */
.dropdown-ul.gdpr-dropdown{
    width: 185px;
}

.gdpr-text .unb-common-text p {
    margin-bottom: 20px;
}

.gdpr-text .unb-common-text .title {
    font-size: 30px;
    line-height: 40px;
}

.gdpr-text .unb-common-text section{
    margin: 20px 0 60px 0;
}

.tou-text .unb-common-text p{
    text-align: left;
    margin: 20px 0 25px 0 !important;
}

.tou-text .unb-common-text ul{
    padding-left: 40px;
    margin-bottom: 40px;
}

.tou-text .unb-common-text ul li p{
    margin: 15px 0 20px 0 !important;
}

/* GDPR page End */

/* Service Page Starts */
.ss-box{
    box-shadow: none;
    padding: 0;
    z-index: 0;
    background: none;
    margin-top: 0;
    margin-bottom: 9rem;
}

.ss-img-container{
    width: 80%;
    margin: 0 auto;
    margin-top: -180px;
    text-align: right;
}

.ss-img-container img{
    width: 100%;
}

.ss-contactDiv{
    padding-bottom: 120px;
    padding-top: 80px;
}

.ss-contactDiv .sch-left-content h1{
    color: #fff;
    font-size: 57px;
    line-height: 75px;
    margin-bottom: 28px;
}

.input_error{
    border-color: #a94442 !important;
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
}

.input_error::placeholder{
    color: #B94A48 !important;
}

.txt_error{
    color: #a94442;
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
}
/* Service Page End */

/* Hire Developer Page starts */
.hd-toptext .text > p{
    font-size: 18px;
    margin-bottom: 10px;
}

.hd-toptext .text ul{
    padding-left: 16px;
}

.hd-toptext .text ul li p{
    margin-bottom: 12px;
}

.hire-heading {
    max-width: 850px;
    margin: 2rem auto;
}

.hire-heading .title{
    font-size: 27px;
    line-height: 43px;
}

.hd-services .service-item{
    margin-bottom: 20px;
    padding: 20px 20px 50px 20px;
}

.hd-services .service-item .service-icon svg{
    height: 70px;
}

.hd-services .row > div {
    padding: 0 15px;
    margin-bottom: 35px;
}

.hd-services .service-item .title {
    margin: 13px 0 8px 0;
}

.recruit-box .unb-common-text .title {
    font-size: 33px;
}

.recruit-box {
    margin-bottom: 3rem;
}

.hire-heading.unb-common-text .title:before{
    bottom: 2px;
}

.hire-heading.unb-common-text .title:after {
    bottom: 19px !important;
}

.hd-toptext .hd-txt {
    order: 1;
}

.hd-toptext .hd-img {
    order: 2;
}

.hd-toptext .unb-common-text p {
    margin-bottom: 30px;
    font-size: 15px;
}
/* Hire Developers Css ends */

/* Travel Portal Page Css Starts */
.tp-heading {
    margin-bottom: 2rem;
}

.tp-service .sdes-box p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 53px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: break-spaces;
}

.tp-mid-sec{
    margin: 2rem 0 3rem 0;
}


.tp-mid-sec .text {
    background: #f5f5f5;
    padding: 30px 9%;
}

.tp-mid-sec .unb-common-text p {
    margin: 23px 0 !important;
}

.tp-mid-sec .unb-common-text p:last-child {
    margin-bottom: 0 !important;
}

.tp-mid-sec .unb-common-text {
    padding-top: 0;
}

.tp-mid-sec .unb-common-text .title {
    font-size: 25px;
    line-height: 40px;
}

.tp-ad-top .unb-common-text {
    margin-bottom: 30px;
}
/* Travel Portal Page Css end */

/* Digital Marketing Page Css Starts */
.dm-s-heading h2{
    font-size: 21px;
}

.dm-icons{
    margin: 5px 0;
}

.dm-icons i{
    color: #7F40B1;
    font-size: 22px;
    margin-right: 10px;
}

.dms-btn {
    margin-top: 1.5rem;
    line-height: 38px;
    padding-right: 20px;
    padding-left: 20px;
    height: 40px;
}

.dms-box > .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0;
}

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

.dms-img img{
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

.rowOdd .dms-txt{
    order: 1;
}

.rowOdd .dms-image{
    order: 2;
}

.rowEven .dms-txt{
    order: 2;
}

.rowEven .dms-image{
    order: 1;
}
/* Digital Marketing Page Css end */

/* eCommerce Page Starts */

.ecom-sec{
    margin: 3rem auto 4rem auto;
}

.ecom-sec .unb-common-text .title {
    font-size: 28px;
}
/* eCommerce Page end */

/* SiteMap Page Starts */

.sitemap-links{
    padding: 3rem 0;
}

.sitemap-links a{
    color: #000;
    display: block;
    font-weight: 600;
    margin: 10px 0;
}

.sitemap-links a:hover{
    color: #8c33a8;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.sitemap-links ul{
    padding-left: 40px;
}

.sitemap-links .heading{
    pointer-events: none;
}
/* SiteMap Page end */

.ad-unb-txt{
    margin-bottom: 2.5rem;
}

.top-menu-box{
    border-bottom: 1px solid #dddddd;
}

.serBox-mtop{
    margin-top: 2rem;
}

/* FAQ Starts */
.accordian-div{
    margin: 6rem 0 3rem 0;
}

.accordion-button:focus{
    box-shadow: none !important;
}

.accordion-button{
    font-size: 17px;
    font-weight: 500;
}

.accordion-button:not(.collapsed), .accordion-button:hover {
    background-color: rgba(0, 0, 0, 0.03) !important;
}
/* FAQ end */


/* Travel Solution page css starts */
.heading-title{
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.unb-textbox ul{
    padding-left: 16px;
    text-align: left;
    margin-bottom: 16px;
}

.unb-textbox ul li{
    margin-bottom: 12px;
}

.unb-textbox p{
    margin: 10px 0 25px 0;
    line-height: 24px;
    font-size: 16px;
}

.unb-textbox p {
    margin-bottom: 20px;
    font-size: 16px;
}
























/* Media Queries starts here */
@media only screen and (max-width:1250px){
    .container {
        max-width: 93%;
    }
}

@media only screen and (max-width:1200px){
    .banner-txtContainer h1 {
        font-size: 4rem;
    }
    .banner-txtContainer p {
        font-size: 20px;
        margin: 3rem 0;
    }
    .service-item .unb-btn{
        width: 122px;
        padding: 0 !important;
    }
    .service-item{
        padding: 28px 20px 72px 20px;
    }
    .service-box .row > div {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .sch-img-container img{
        width: 90%;
    }

    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 30px;
    }

    .banner .swiper-button-prev {
        left: 10px;
    }

    .banner .swiper-button-next {
        right: 10px;
    }

    .con-item {
        padding: 0 1rem;
    }

    .con-social a {
        width: 40px;
        height: 40px;
        margin-right: 5px;
        font-size: 18px;
    }

    .relP-content .relP-item .hover-box{
        padding: 0 1rem;
    }
}

@media only screen and (max-width:992px){
    .main-menu > ul li {
        margin: 0 11px;
    }

    .unb-btn {
        padding-right: 20px;
        padding-left: 20px;
    }

    .banner-imgContainer{
        display: none;
    }

    .banner-txtContainer{
        width: 83%;
        text-align: center;
        margin: 0 auto;
    }

    .con-item{
        padding: 0;
        margin-bottom: 1rem;
    }

    .str-info .str-title {
        font-size: 16px;
        line-height: 23px;
        margin-top: 15px;
        margin-bottom: 11px;
    }

    .str-info .str-des {
        font-size: 14.5px;
    }

    .contact-title{
        margin-bottom: 1rem;
    }

    .str-item {
        padding: 0 10px;
    }

    .digi-box .dgUnbText1 p{
        max-width: 100%;
    }

    .contact-content .left-box-border{
        border-right: 0
    }
    .contact-content .left-box{
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .contact-content .right-box{
        padding-left: 0;
    }

    .wd-mid-sec .img-sec2, .wd-mid-sec .img-sec1{
        height: 250px;
    }

    .wd-mid-sec .order-img{
        order: 2;
    }
    
    .wd-mid-sec .order-text{
        order: 1;
    }
    
    .wd-service-box .row > div:nth-child(2) .service-item{
        border-right: 1px solid #cccccc;
    }

    .relP-content .relP-item{
        width: 50%;
    }

    .ad-top .img-con{
        width: 60%;
        margin: 0 auto;
    }

    .ad-top .img-con img{
        width: 100%;
    }

    .ss-img-container {
        margin-top: 0;
    }

    .ss-box {
        margin-bottom: 2rem;
    }

    .hd-toptext .hd-txt {
        order: 2;
    }
    
    .hd-toptext .hd-img {
        order: 1;
    }

    .recruit-box .query-content {
        width: 100%;
    }

    .recruit-box .unb-common-text .title {
        font-size: 25px;
        line-height: 38px;
    }

    .hire-heading .title {
        font-size: 23px !important;
        line-height: 35px !important;
    }

    .recruit-box .unb-common-text .title:before{
        bottom: 0;
    }

    .recruit-box .unb-common-text .title:after {
        bottom: 16px !important;
    }

    .rowOdd .dms-txt{
        order: 2;
    }
    
    .rowOdd .dms-image{
        order: 1;
    }
    
    .ad-top .text{
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width:768px){
    .toggle-menu-btn{
        display: block !important;
    }

    .top-header{
        display: none;
    }

    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 28px;
    }

    .toggle-menu-btn{
        order: 2;
    }
    
    .main-menu .unb-btn{
        order: 1;
        margin-right: 1.5rem;
        line-height: 38px;
        padding-right: 20px;
        padding-left: 20px;
        height: 40px;
    }

    .main-menu-ul{
        display: none !important;
        transform: translateX(100%);
    }

    .active-menu .main-menu-ul{
        transform: translateX(0);
        display: block !important;
        position: absolute;
        top: 82.53px;
        z-index: 999;
        width: 400px;
        right: 0;
        height: 100%;
        background-color: #fff;
        overflow: hidden;
        flex-direction: column;
        border-top: 1px solid #ccc;
    }

    .main-menu > ul > li {
        border-bottom: 1px solid #7e40b13b;
        margin: 0;
        padding: 12px 15px;
    }

    .dropdown-ul {
        position: initial;
        box-shadow: none;
        background-color: #f7f7f7;
        width: 100% !important;
        z-index: 99;
        padding: 0;
        margin-top: 5px;
        display: none;
    }

    .dropdown-ul-mobile .dropdown-ul {
        display: block;
    }

    .menu-logo img {
        width: 5rem;
    }

    .service-box {
        box-shadow: none;
        margin-top: 30px;
        padding: 0;
    }

    .container{
        width: 96%;
        max-width: 96%;
    }

    .query-content{
        width: 100%;
    }

    .str-item{
        width: 100%;
        margin-bottom: 3rem;
    }

    .str-odd, .str-even{
        margin-top: 0;
    }

    .sch-input-box {
        width: 100%;
        margin-bottom: 3rem;
    }

    .query-box {
        padding: 2rem 0 3rem 0;
        box-shadow: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    .contact-div {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .str-box {
        padding: 2rem 0 0rem 0;
        margin-bottom: 0;
    }

    .str-content {
        margin-bottom: 0;
        margin-top: 60px;
    }

    .banner-txtContainer h1 {
        font-size: 3rem;
    }

    .unb-common-text .title {
        font-size: 28px;
        line-height: 46px;
    }

    .schedule-div {
        margin-top: 2rem;
    }

    .sch-box .sch-left-content h1 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 0;
    }

    .sch-box .sch-left-content p {
        font-size: 15px;
        margin: 10px 0 20px 0;
    }
    
    .unb-common-text p {
        margin-bottom: 38px;
    }    

    .footer-1 .footer-ul ul li a {
        margin-right: 30px;
    }
   
    .footer-1 .footer-ul {
        padding: 25px 15px 15px 0px;
        border-bottom: 1px solid #fff;
        margin-bottom: 25px;
    }

    .footer-text {
        padding: 0;
    }

    .footer-2-link a {
        font-size: 12px;
    }

    .footer-2-link a.mid-border {
        padding: 0 10px;
        border-left: 1px solid #949494;
        border-right: 1px solid #949494;
        margin: 0 10px;
    }

    .contact-title {
        font-size: 34px;
    }

    .footer-2-text{
        padding: 0;
    }

    .wd-service-item{
        border: 1px solid #cccccc !important;
    }

    .wd-service-box .row > div:nth-child(2) .service-item{
        border-right: 0;
    }

    .cmn-topsec .text {
        width: 100%;
        padding-right: 0;
    }

    .cmn-topsec .imgContainer {
        width: 90%;
        margin: 1rem auto 0 auto;
    }

    .wd-banner {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .wd-service-box{
        padding-bottom: 0 !important;
    }

    .wb-query-box {
        padding: 1rem 0 5rem 0;
    }

    .wd-mid-sec .text {
        padding: 50px 6%;
    }

    .ss-img-container {
        width: 45%;
        text-align: center;
    }
}

@media only screen and (max-width: 600px){
    .footer-2 .reserved {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 480px){
    .active-menu .main-menu-ul{
        width: 100%;
    }

    .menu-logo img {
        width: 4rem;
    }

    .top-menu {
        padding: 10px 0;
    }

    .active-menu .main-menu-ul{
        top: 62.03px;
    }

    .main-menu .unb-btn {
        margin-right: 1.2rem;
        line-height: 36px;
        padding-right: 10px;
        padding-left: 10px;
        height: 37px;
        font-size: 13px;
    }

    .footer-1 .footer-ul ul li a {
        margin-right: 14px;
        font-size: 13px;
    }

    .wd-service-box {
        padding: 1rem !important;
    }

    .relP-content .relP-item{
        width: 100%;
    }

    .unb-common-text .title .cap-ltr {
        transform: translateX(-45%);
    }

    .accordion-button{
        font-size: 15px;
    }
}
/* Media Queries end */