/* /////////////////////////////////main service /////////*/
#main-service{
    background-color: #063257;
    height: 100%;
    position: relative;
}
.service-main-st{
    height: 75px;
    margin-bottom: 25px;
}
.service-main-st p{
    font-size: 16px;
}
/* /////////////////////////////////main service end /////////*/





























/* <!-- ///////////////////////////////////Software Development head/////////////////// --> */


#soft-head{

}
.soft-head-main{

}
.soft-head-content{
    margin-bottom: 12px;
    text-align: center;
}
.soft-head-sp1{
    font-size: 35px;
    font-weight: 500;
}
.soft-head-sp2{
    font-size: 22px;
}


/* <!-- ///////////////////////////////////Software Development head end/////////////////// --> */


/* <!-- ///////////////////////////////////Software Development body/////////////////// --> */


#soft-body{
    
    position: relative;
    z-index: 1;
}
.soft-body-main{

}
.soft-body-con{
    padding-left: 20px;
}
.soft-body-con h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.soft-body-con ul{
    margin-bottom: 0;
}
.soft-body-con ul li{
    list-style: none;
    position: relative;
    margin-bottom: 3px;
    font-size: 16px;
}
.soft-body-con ul li::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f48029;
    left: -20px;
    top: 6px;
}
.soft-body-img{
    background-image: url(../assets/Service/11.png);
    height: 100%;
    background-position: center;
    background-size: contain;
}
/* <!-- ///////////////////////////////////Software Development body end/////////////////// --> */
/* <!-- ///////////////////////////////////Software Development Plan/////////////////// --> */


#soft-plan{
    position: relative;
    /* background-color: #063257; */
}
.soft-plan-main{

}
.soft-plan-section{
    margin: 50px 0px;
}
.soft-plan1{
    /* background-color: #03254a; */
    padding: 15px 10px;
    border-radius: 15px;
    box-shadow: 5px 5px 10px #00142ad4;
    text-align: center;
    height: 100%;
}
.soft-plan1 h3{ 
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}
.soft-plan1 p{
    font-size: 15px;
    margin-bottom: 0;
}
.soft-plan-contact{

}
.soft-contact-main{
    text-align: center;
}
.soft-contact-main h4{
    font-weight: 600;
    margin-bottom: 10px;
}
.soft-contact-main h5{
    font-size: 23px;
    margin-bottom: 25px;
}
.soft-contact-button{

}
.soft-contact-button button{
    width: 250px;
    border-radius: 10px;
    height: 58px;
    /* background-color: #03254a; */
    border: none;
    box-shadow: 5px 5px 10px #00142ad4;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 20px;

}
/* .soft-contact-button button:hover{
    transition: 1s;
    background-color: transparent;
    box-shadow: none;
} */




/* <!-- ///////////////////////////////////Software Development Plan end/////////////////// --> */



/* ////////////////////AD/////////////////////////////// */


.soft-app-img{
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#app-dev{
    background-color: #063257;
    height: 100%;
    position: relative;
}
.app-dev-main{

}
.app-dev-con{

}
.app-dev-con h3{
    margin-bottom: 6px;
}
.app-dev-con h3 label{
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 0;
}
.app-dev-con h3 span{
    display: block;
    font-size: 45px;
    font-weight: 600;
}
.app-dev-con h2{
    font-size: 40px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 10px;
}
.app-dev-con p{
    margin-bottom: 0px;
}
.app-dev-tile{
    background: #03254a;
    padding: 15px 15px;
    margin: 7px 7px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #f48029;
    /* border-top: 2px solid #f48029; */
}
.app-dev-tile h3{
    font-size: 17px;
    font-weight: 500;
}
.app-dev-tile p{
    font-size: 15px;
}
.app-process-scard{
    margin: 10px 0px;
}
.app-process-scard h4{

}
.app-process-scard h4 span{
    display: inline-block;
    width: 30px;
}
.app-process-scard ul{
    margin-bottom: 0;
    padding-left: 35px;
}
.app-process-scard ul li{
    list-style: disc;
}
.app-process-sub{
    margin-top: 30px;
}
#app-service{
    background-color: #063257;
    height: 100%;
    position: relative;
}
.app-service-main{

}
.app-service-sub{
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
}
.app-service-sub::before{
    position: absolute;
    height: 100%;
    width: 3px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-color: white;
    content: "";
    opacity: 0.5;
}
.app-service-sub p{
    width: 50%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    margin-top: 5px;
    position: relative;
}
.app-service-sub p span{
    width: 200px;
    display: block;
    margin: 0 auto;
    background: #03254a;
    padding: 4px 0px;
}
.app-service1 span::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 25px solid #b5050500;
    border-right: 25px solid transparent;
    border-top: 26px solid #03254a;
    left: 0;
    transform: rotate(
90deg);
}
.app-service1 span::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    background: #8298ab;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
.app-service2 span::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 25px solid #b5050500;
    border-right: 25px solid transparent;
    border-top: 26px solid #03254a;
    right: 0;
    transform: rotate( 
270deg);



}
.app-service2 span::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    background: #8298ab;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
.app-service1{

}
.app-service2{
    margin-right: 0;
    margin-left: auto;
}
.app-service1::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #f48029;
    right: -3.5px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;

}
.app-service2::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #f48029;
    left: -3.5px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}
.app-service-head{
    text-align: center;
    margin: 20px 0px;
    /* background: #03254a; */
    
    
    
}
.app-service-head span{
    background: #03254a;
    border: 2px solid #f48029;
    padding: 4px 25px;
    border-radius: 10px;
    font-size: 22px;
}
/* ////////////////////AD End/////////////////////////////// */

/* ////////////////////WDD /////////////////////////////// */
.web-plan1{
    background-color: #03254a ;
    padding: 15px 10px;
    border-radius: 15px;
    box-shadow: 5px 5px 10px #00142ad4;
    text-align: center;
    height: 190px;
    margin-bottom: 25px;
}
.web-plan1 h3{ 
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}
.web-plan1 p{
    font-size: 15px;
    margin-bottom: 0;
}
/* ////////////////////WDD End/////////////////////////////// */


/* <!-- ////////////////EC //////////////////////// --> */
#ecom-body{
    position: relative;
    /* background-color: #063257; */
}
#ecom-web{

}
.ecom-web-head{
    margin-bottom: 15px;
}
.ecom-web-head h3{
    text-align: center;
    font-size: 35px;
}


.ecom-web-cont{
    padding-top: 25px;
}
.ecom-parts{
    padding: 15px 10px;
    border-radius: 15px;
    /* height: 100%; */
    margin-bottom: 15px;
}
.ecom-parts h3{ 
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: left;
}
.ecom-parts p{
    font-size: 15px;
    margin-bottom: 0;
}


/* <!-- ////////////////EC END//////////////////////// --> */

/* <!-- ////////////////UI //////////////////////// --> */
.ui-design{
    padding: 10px 10px;
    height: 120px;
    margin-bottom: 20px;

}
.ui-design h3{
    font-size: 20px;
}
.ui-design h3 span{
    
}
.ui-design p{
    font-size: 14px;
}

/* <!-- ////////////////UI END//////////////////////// --> */

/* <!-- ////////////////SEO //////////////////////// --> */


.seo-plan1{
    /* background-color: #03254a; */
    padding: 15px 10px;
    border-radius: 15px;
    box-shadow: 5px 5px 10px #00142ad4;
    text-align: center;
    margin-bottom: 20px;
    /* height: 100%; */
}
.seo-plan1 h3{ 
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 10px;
}
.seo-plan1 p{
    font-size: 15px;
    margin-bottom: 0;
}
.seo-mar{
    margin-bottom: 20px;
}

/* <!-- ////////////////SEO END//////////////////////// --> */

/* <!-- ////////////////SS //////////////////////// --> */

.startup-part{
    /* background-color: #03254a; */
    padding: 15px 10px;
    border-radius: 15px;
    box-shadow: 5px 5px 10px #00142ad4;
    text-align: center;
    margin-bottom: 20px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    border: 2px solid transparent;
    transform: rotate(45deg);
    transition: 0.5s;
}
.startup-part:hover{
    border: 2px solid #f48029;
    transition: 0.5s;
}
.startup-part h3{ 
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}
.startup-part p{
    font-size: 15px;
    margin-bottom: 0;
}
.startup-sub{
    transform: rotate(315deg);
}
/* <!-- ////////////////SS END//////////////////////// --> */

/* <!-- ////////////////DAD //////////////////////// --> */

.data-con{
    font-size: 20px !important;
}

/* <!-- ////////////////DAD END//////////////////////// --> */