.benifits-section{
    /* background-image: url("../images/service/web-design/banner-shap.jpg"); */
    /* background: -webkit-linear-gradient(left, #fec28d 0, #ffb598 100%); */
    background: linear-gradient(to right, #050748 0, #050748 100%);
 
}
@media screen and (max-width:768px) {
    .benefit-img-holder .img-container{
        display: none !important;
    }
    p.stylish-title {
        font-size: 40px !important;
       margin-bottom: 20px;
    }
    .benifits-section{
        text-align: center !important;
    }
    .img-holder1 img{
        display: none;
    }
    .benefit-img-holder img {
        display: none !important;
    }
    .benefits-container p {
        text-align: center !important;
    }
    .benefits-container h5 {
        text-align: center !important;
    }
    .benefits-container1 p {
        text-align: center !important;
    }
    .benefits-container1 h5 {
        text-align: center !important;
    }
    .design-process .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 50px 0 0 0 !important;
    }
   .design-process .carousel-indicators{
    overflow-x: scroll;
   }
   .design-process .carousel-indicators::-webkit-scrollbar {
    height: 5px;
}
.slider-content h4{
    
    font-size: 25px;
    line-height: 50px;
}
.slider-content p{
    justify-content: center;
}
.design-process .carousel-indicators li{
    margin-bottom: 10px;
    padding: 3px 20px !important;
    display: flex;
    align-items: center;
}

/* mobile view website design */

.dt-content h1 {
    font-size: 39px !important;
    margin: 0;
}
section.design-thinking .dt-content h5 { 
    border: 1px solid #ff6a00;
    color: white;
    background-color: #ff741c;
    padding: 6px 12px;
    border-radius: 8px;
    margin: 20px 0 !important;
    display: inline-block;
}
.dt-content1 {
    padding: 20px 0 !important;
}
.dt-img-holder {
    padding: 22px 11px !important;
}
.parallex-content h1{
    display: none;
}
/* end website design */

/* responsive design */
.bfs h1 {
    font-size: 30px !important;
    line-height: 45px !important;
}
.bfs1 p {
    font-size: 17px !important;
    line-height: 32px !important;
}
.bfs2 {
    margin-top: 50px !important;
}
.bfs2 p {
    font-size: 17px !important;
    line-height: 32px !important;
}
.rwc1{
    margin-bottom: 53px !important;

}
/* end responsoive design */
/* custom design */
.custom-process ul {
    display: block !important;
}
.custom-process ul li::after{
   border:none !important;
}
.custom-process ul li {
    color: white;
    font-size: 20px !important;
    padding: 18px 20px !important;
    margin: 15px !important;
    position: relative !important;
    text-align: center !important;
    max-width: 100% !important;
}
.custom-web-design .cwd-container {
    padding: 20px 0 !important;
}
.custom-web-design  p{
    text-align: justify !important;
}
/* end custom design */
/* app dev */
.ads::before{
    display: none !important;
}
.ui-process1::after{
    border: transparent !important;
}
.ui-process2::after{
    border: transparent !important;
}
.ui-ux-process {
    padding: 0 20px;
    margin: 20px 0 ;
}
.ui-process2 .section-wrap1 .top-head1 {
    border: 5px solid #242632;
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    top: -18px !important;
    left: 50%;
    transform: translateX(-50%);
    background: #f68534;
}
.ui-process .section-wrap .top-head {
    border: 5px solid #242632;
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    top: -9px !important;
    left: 50%;
    transform: translateX(-50%);
    background: #f68534;
}
.ui-process1::before {
   display: none !important;
}
.ui-process2::before {
    display: none !important;
 }
/* end app dev */
  }

  @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .ads::before{
        display: none !important;
    }

    /* android ui-ux */
    .ui-process1::after{
        border-left: 0 !important;
        border-right:0 !important;
        border-bottom:0 !important;
    }
    .ui-process2::after {
        content: '';
        border-left: 0 !important;
        border-right: 0px !important;
        border-top: 0px !important;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 248px;
        height: 201px;
        border-radius: 15px 15px 0 0;
    }
    .ui-process2 .section-wrap1 .top-head1 {
        border: 5px solid #242632;
        display: inline-block;
        width: 55px;
        height: 55px;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 439px !important;
        transform: translateX(-50%);
        background: #f68534;
    }
    .ui-process .section-wrap .top-head {
        border: 5px solid #242632;
        display: inline-block;
        width: 55px;
        height: 55px;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        border-radius: 50%;
        position: absolute;
        top: 0 !important;
        left: 50%;
        transform: translateX(-50%);
        background: #f68534;
    }
    .ui-ux-process {
        padding: 0 20px;
        margin: 30px 0 ;
    }
    /* android ui-ux end */
    
}

section.benifits-section {
    padding: 100px 0;
}
.content-holder p {
    color: white;
}
.advantage-list li{
    font-size: 20px;
    line-height: 28px;
}
.advantage-list li i{
    color: #f15c22;
    padding-right: 8px;
}
.benefits-container p { 
    text-align: justify;

}
.benefits-container{
    padding: 15px 0;
}
.benefit-img-holder{
    height: 100%;
    display: flex;
    align-items: center;
}
.benefits-container p {
    color: white;
    font-size: 15px;
    line-height: 20px;
    text-align: right;
}
.benefits-container h5{
    color: white;
    text-align: right;
}
.benefits-container1 p {
    color: white;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}
.benefits-container1 h5{
    color: white;
    text-align: left;
}
.benefits-container1{
    padding: 15px 0;
}
/*.benifits-section h2{*/
/*    color: white !important;*/
/*}*/
.benefit-img-holder img{
    text-align: center;
}
.stylish-title {
    font-size: 70px;
    line-height: 1.2;
    font-weight: bold;
    color: #050748 !important;
    margin-bottom: 70px;
}
.animation-header {
    padding: 100px 0;
}
.animation-header .txt-rotate{
    color: #f15c22;

}
.animation-header-container{
    padding: 20px 0;
}
.web-design-slider{
    background-color: #050748;
    padding: 100px 0;

}
.content-holder h2{
    color: white;
    margin-bottom: 20px;
}
.content-holder p {
    margin-bottom: 20px;
}
.content-holder1 {
    border: 1px solid;
    background-color: white;
    border-left: 5px solid #f15c22;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(71, 70, 70, 0.5);
    margin: 20px 0;
}
.content-holder1 h2{
    font-family: "Federo",Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
}
.img-holder1{
    text-align: center;
}
.design-process {
    background-color: white;
}
.design-process .carousel-indicators {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    padding: 50px 0 0 0;
   
}
/* .design-process .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    height: 5px;
    margin-right: 30px;
    margin-left: 30px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
} */
.design-process .carousel-indicators li {
    width: max-content;
    height: auto;
    /* margin: 0 10px; */
    text-indent: 0px;
    font-size: 13px;
    cursor: pointer;
    color: #f15c22;
    opacity: 1;
    transition: opacity .6s ease;
    background-color: transparent;
    border: 1px solid #f15c22;
    padding: 12px 22px;
    letter-spacing: 0.5px;
    background: transparent;
    -webkit-box-shadow: 0 10px 15px 0 rgb(241 92 34 / 24%);
    box-shadow: 0 10px 15px 0 rgb(241 92 34 / 24%);
    border-radius: 100px;
}
.design-process .carousel-indicators li:hover,.design-process .carousel-indicators li.active{
    color: white;
    background: linear-gradient(to right, #ffbd84 0, #f15c22 100%);
}

.slider-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.graphic-design .slider-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 0 0 0;
}
a.carousel-control-prev .fa {
    background: -webkit-linear-gradient(#ffbd84, #f15c22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 40px;
    
}
a.carousel-control-next .fa {
    background: -webkit-linear-gradient(#ffbd84, #f15c22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
   
}
.slider-content h4{
    
        font-size: 35px;
        line-height: 50px;
}
section.animation-header h4 {
    color: #010748;
}
section.animation-header p {
    color: #777;
}
.web-design-slider .content-holder1 p {
    color: #777;
}

/* website Design */
.parallax {
    background-image: url("../images/service/web-design/design-driven.webp");
    /* min-height: 500px;  */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.656);
    z-index: 0;
    cursor: pointer;
  }

  .parallex-content {
    bottom: 0%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 0;
}
.parallex-content h1{
    background: -webkit-linear-gradient(#ffbd84, #f15c22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
z-index: 0;
/* transform: translate3d(0px, -5194.45px, 0px);
    will-change: transform; */
}
.ddc h2{
    color: white;
}
.ddc p{
    color: white;
}
.ddc{
    margin-bottom: 50px;
}
section.parallax .ddc img {
    margin: 12px 0px;
    filter: invert(1);
}
.dt-content h5 {
    border: 1px solid #ff6a00;
    color: white;
    background-color: #ff741c;
    padding: 6px 12px;
    border-radius: 8px;
    margin: 32px 0;
    display: inline-block;
}
.dt-content p{
    margin-bottom: 12px;
}
.dt-content h1{
    font-size: 4rem;
    margin: 20px 0 5px 0;
}
.design-thinking1{
    padding: 20px 0;
}
.custom-services .dt-content1{
    padding: 30px 0;
}
.custom-services .dt-content1 h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #000748;
}
.custom-services .dt-content1 p{
    color: #000748;
}
.dt-holder{
    display: flex;
}
.dt-img-holder {
    /* display: flex; */
    padding: 22px 30px;
    
}
.design-agile .dt-img-holder img{
    filter: brightness(0) invert(1);

}
.design-agile{
    background-color: #050748;    position: relative;
}
section.design-agile h1 {
    color: white;
}
.design-agile .design-thinking1 .dt-holder h5{
    color: white;
}
.design-agile .design-thinking1 .dt-holder p{
    color: white;
}
.design-agile .dt-content p {
    color: white;
}
section.design-thinking h1 {
    color: #010748;
}
section.design-thinking p {
    color: #777;
}
/* end website design */

/* responsive */
section.rwc h1 {
    color: #010748;
}
section .rwc .rwc1 h5{
    color: #000748;
}
section .rwc .rwc1 p {
    color: #333;
}

.rwc1 {
    text-align: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding-top: 50px;
}
.rwc1:hover::before {
    opacity: 1;
    -webkit-transform: rotate(0)scale(1);
    -ms-transform: rotate(0)scale(1);
    transform: rotate(0)scale(1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.rwc1:before {
    content: '';
    background: linear-gradient(to right, #ceb8f48b 0, #bad9f294 100%);
    width: 410px;
    height: 300px;
    position: absolute;
    left: -10px;
    top: 20px;
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg)scale(0);
    -ms-transform: rotate(180deg)scale(0);
    transform: rotate(180deg)scale(0);
    opacity: 0;
    z-index: -1;
}
.rd{
    background-color: #050748;
}
.rd h1
{
    color: white;
    text-align: center;
}
.rd .rd1 h4 {
    color: white;
    margin-bottom: 20px;
}
.rd1 li {
    padding: 10px 0;
    color: white;
    font-size: 17px;
    font-weight: 200;
    line-height: 22px;
}
.rd1 li i{
    margin-right: 10px;
    color: #f68534;
    font-size: 20px;
}
.bfs h1 {
    font-size: 70px;
    line-height: 90px;
}
.bfs1 p{
    font-size: 30px;
    line-height: 50px;

}
.bfs2 p{
    font-size: 30px;
    line-height: 50px;
}
.bfs2{
    margin-top: 210px;
}
.bfs-img-holder{
    padding: 31px;
    -webkit-animation: 2s infinite arrowanim;
}
.rwc1 p {
    color: #010748;
}
section.bfs .bfs1 h1 {
    color: #010748;
}
section.bfs p {
    color: #777;
}
/* end responsive */

/* custom design */
.parallax1 {
    background-image: url("../images/service/web-design/design-driven.webp");
    /* min-height: 500px;  */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.656);
    z-index: 0;
    cursor: pointer;
  }
.parallax1 h1{
    color: white;
    z-index: 1;
    margin-bottom: 50px;
}
.custom-process h4{
    color: white;
}
section.custom-services h1 {
    color: #010748;
}
.custom-process ul{
    display: flex;
    align-content: space-around;
    justify-content: center;
}
.custom-process ul li{
    color: white;
    font-size: 20px;
    padding: 10px 15px;
    margin: 20px;
    position: relative !important;
    max-width: 206px;
}
.custom-process ul li::after{
    display: inline-block;
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 4rem;
    left: 166px;
    top: 37%;
    transform: translatey(-50%);
}
.custom-process ul li:nth-last-child{
    border: none;
}
.custom-services h6{
    margin: 10px 0 50px 0;
    color: #f15c22;
    text-align: center;
}
.dt-holder:hover{
    box-shadow: 0 10px 15px 0 rgba(102, 101, 100, 0.24);
}
.dt-holder{
    padding: 20px;
}
.custom-web-design{
    background-color: #050748;
}
.custom-web-design h2{
    color: white;
    margin-bottom: 50px;
}
.custom-web-design p{
    color: white;
    margin-bottom: 20px;
}
.custom-web-design .cwd-container{
    padding: 50px 0;
}
/* end custom design */

/* graphic Design */
.graphic-design h2 {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-bottom: 16px;
}
.graphic-design .creative-design h4 {
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
}
.graphic-design .creative-design h6 {
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
    line-height: 2;
    margin-bottom: 20px;
}
.graphic-design .creative-design p{
    color: #ccc;
  text-align: center;
}
.dd-img-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ff4f00;
    border-radius: 50%;
    padding: 18px 0;
    position: relative;
}
/* .dd-img-holder{
    padding: 8px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px #3838389e;
    background: #fff;
} */
.deliver-design2{
    display: flex;
}
.deliver-design1{
    display: flex;
}
.deliver-design1 p{
    color: #050748;
}
/* end graphic design */

/* app development */
.app-dev-content .stylish-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    color: #050748 !important;
    margin-bottom: 70px;
    text-align: left;
}
.app-dev-content1 p{
    color: #696a8e;
    padding: 20px;

}
.app-dev-content1{
    text-align: center;
  margin: 20px 0;
}
.app-dev-content1 img{
    margin: 10px 0 20px 0;
}
.app-dev-content1:hover{
    box-shadow: 0 44px 98px 0 rgb(0 0 0 / 12%);
    border-bottom-style: solid;
    background: rgba(255, 255, 255, 0.05);
    border-bottom-color: #0076be;
}
.app-dev-content1{
    padding: 10px;
    margin-bottom: 20px;
    transition: all .15s ease;
}
.app-dev-step{
    background: url("../images/service/web-design/hire-developer.webp");
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   
}
.app-dev-step h2 {
    color: white;
   margin-bottom: 20px;
}
.ads h4{
    color: white;
    margin-bottom: 0;
}

.ads h6{
    color: #f68534;
}

.ads {
        padding: 50px 0 0 0;
    }
    .ads::before{
        display: block;
        width: 60%;
        height: 1px;
        position: absolute;
        content: '';
        border-bottom: 1px solid rgb(255 112 25 / 47%);
        top: 86px;
        left: 66%;
    }
    .ads2 {
        width: 60px;
        height: 60px;
        background: #ff7c1fdc;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ads1 {
        width: 70px;
        height: 70px;
        background: #ff7c1fa9;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ads3 {
        width: 50px;
        height: 50px;
        background: #ff7715;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ads0 {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 45px;
    }
    .ads:hover .ads1{
        width: 90px;
        height: 90px;
        background: #ff7c1fa9;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;

    }

    section.app-dev-step.pad-tb p {
        color: white;
    }
    .app-content1 h3, p{
        margin-bottom: 20px;
    }
    .app-content .dt-holder {
        padding: 0px;
    }
    .app-content .app-content1 p {
        color: #777 !important;
        margin-bottom: 77px;
    }
    .app-content .dt-content2 p{
        color: #777;
    }

    .app-content .app-content1 h3 {
        margin-bottom: 77px;
    }

/* end app development */

/* android app */
.app-dev-process .app-dev-content1 li i{
    color: #f15c22;
    margin-right: 10px;
}
 .app-dev-process .app-dev-content1 {
    padding: 20px;
}
.app-dev-process .app-dev-content1:hover {
    box-shadow: 0 44px 98px 0 rgb(0 0 0 / 12%);
    border-bottom-style: solid;
    background: rgba(252, 252, 252, 0.05);
    border-bottom-color: white;
}
.app-dev-process .app-dev-content1 {
    text-align: start;
}
.app-dev-process{
    background-color: #010748;
}
.app-dev-content .app-dev-process h2, h1{
    color: white;
}
section.app-dev-process h2 {
    color: white;
}
.app-dev-process p, li{
    color: rgb(209, 204, 204);
}
/* end android app */
/* android ui/ux */
.ui-process{
    background: #010748;
}
section.ui-process .ui-ux-process h4 {
    color: white;
}
section.ui-process .ui-ux-process p {
    color: white;
}
section.ui-advantage p {
    color: white;
}
.ui-advantage1 p{
    color: #777 !important;
}
.app-dev-process .app-dev-content1 h5 {
    color: white;
}
.slider-content h4 {
    color: #000748;
}
.slider-content p {
    color: #333;
}
.features-abt-android .features p {
    color: #866a8e;
}
.ui-process1 img{
    filter: brightness(1) invert(1);
}
.ui-process2 img{
    filter: brightness(1) invert(1);
}
.ui-process1{
    border: 2px solid white;
    padding: 35px 15px 5px;
    border-radius: 20px;
}
/* .ui-process .ui-process1 h4, p {
    color: white;
}
.ui-process .ui-process2 h4, p {
    color: white;
} */
.ui-process2{
    border: 2px solid white;
    padding: 5px 15px 35px;
    border-radius: 20px;
}
.ui-process .section-wrap .top-head{
    border: 5px solid #242632;
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #f68534;
}
.ui-process2 .section-wrap1 .top-head1{
    border: 5px solid #242632;
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    top: 390px;
    left: 50%;
    transform: translateX(-50%);
    background: #f68534;
}
.ui-ux-process{
    padding: 0 20px;
}
.ui-process1::after{
    content: '';
    border-left: 4px solid #f68534;
    border-right: 4px solid #f68534;
    border-bottom: 4px solid #f68534;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 26px;
    height: 172px;
    border-radius: 0 0 15px 15px;
}
.ui-process2::after{
    content: '';
    border-left: 4px solid #f68534;
    border-right: 4px solid #f68534;
    border-top: 4px solid #f68534;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 248px;
    height: 201px;
    border-radius: 15px 15px 0 0;
}
.ui-process1::before{
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: -31px;
    top: 47%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #f68534;
}
.ui-process2::before{
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: -31px;
    top: 47%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #f68534;
}
.ui-process h1{
    margin-bottom: 50px;
}
.ui-image-conatainer img {
    transform: scalex(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    float: none;
}
.ui-image-animation{
    background: url("../images/service/web-design/ellipse_0zs3q5ittMa.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    animation: ellipseRotate 10s linear infinite;
    width: 100%;
    height: 100%;
}
.ellipseRotate{
    animation: rotation  2s;
}
.linear{
    animation-timing-function: linear;
}
.infinite{
    animation-iteration-count: infinite;
}
@keyframes ellipseRotate{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(359deg);
    }
}
.ui-image-conatainer img {
    max-width: 60%;
    max-height: 60%;
}
.ui-image-conatainer {
    width: 450px;
    height: 450px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
.ui-advantage{
    background-color: #010748;
}
.ui-advantage1{
    background-color: white;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    height: 245px;
}
.ui-advantage1::after{
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 5px 0 0 0;
    border-style: solid;
    top: 0;
    border-color: #f68534;
    left: 0;
    -webkit-transition: height, width, .4s ease;
    transition: height, width, .4s ease;
}
.ui-advantage1::before{
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 5px 0 0 0;
    border-style: solid;
    top: 0;
    border-color: #f68534;
    left: 0;
    -webkit-transition: height, width, .4s ease;
    transition: height, width, .4s ease;
}
.ui-advantage1::before{
    top: 0%;
    left: 0%;
    bottom: unset;
    right: unset;
    border-width: 3px 0 0 3px;
    border-radius: 0 0 5px 0;
}
.ui-advantage1::after{
        top: unset;
        left: unset;
        bottom: 0;
        right: 0;
        border-width: 0 3px 3px 0;
        border-radius: 0 0 5px 0;
}
.ui-advantage1:hover:after, .ui-advantage1:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.ui-advantage1 h5{
    color: #010748;
}
.ui-advantage1 p{
    color: #333;
}
.ui-advantage .ui-image-holder1{
    border: 3px solid #010748;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.ui-advantage .ui-image-holder{
    display: flex!important;
    align-items: flex-start;
    justify-content: space-around;
}
.ui-advantage1:hover .ui-image-holder1{
    border-color: #f68534;
    background: linear-gradient(to right, #ffbd84 0, #f15c22 100%);
}
.line{
    width: 190px;
    height: 3px;
    background-color: #f68534;
    margin: auto;
}
.line::after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #010748;
    position: absolute;
    left: 50%;
    border: 3px solid #f68534;
    margin-left: -12px;
    margin-top: -12px;
    /* margin: auto; */
}
/* end ui/ux */

/* graphic design */
.creative-design {
    background-color: #010748;
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.creative-design1{
    background-color: #ff7300;
    height: 100%;
}
.creative-design1 .carousel-inner{
    padding: 100px 60px !important;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.gd1 figure.snip1190 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}
.gd1 figure.snip1190 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gd1 figure.snip1190 img {
  opacity: 0.8;
  width: 100%;
}
.gd1 figure.snip1190 figcaption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gd1 figure.snip1190 h2 {
  font-weight: 400;
  font-size: 25px;
  left: 0;
  right: 0;
  color: white !important;
  letter-spacing: -1px;
  margin: 0 auto;
  position: absolute;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.gd1 figure.snip1190 h2 span {
  font-weight: 800;
  color: white !important;
}
.gd1 figure.snip1190 p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  opacity: 0;
  font-size: 14px;
  -webkit-transform: translateY(-20%) scale(0.7);
  transform: translateY(-20%) scale(0.7);
}
.gd1 figure.snip1190 .square {
  height: 78px;
  width: 78px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gd1 figure.snip1190 .square:before,
.gd1 figure.snip1190 .square:after,
.gd1 figure.snip1190 .square div:before,
.gd1 figure.snip1190 .square div:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gd1 figure.snip1190 .square:before,
.gd1 figure.snip1190 .square:after {
  width: 65%;
  height: 2px;
}
.gd1 figure.snip1190 .square div:before,
.gd1 figure.snip1190 .square div:after {
  width: 2px;
  height: 65%;
}
.gd1 figure.snip1190 .square:before,
.gd1 figure.snip1190 .square div:before {
  left: 0;
  top: 0;
}
.gd1 figure.snip1190 .square:after,
.gd1 figure.snip1190 .square div:after {
  bottom: 0;
  right: 0;
}
.gd1 figure.snip1190 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.gd1 figure.snip1190:hover img,
.gd1 figure.snip1190.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gd1 figure.snip1190:hover h2,
.gd1 figure.snip1190.hover h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  line-height: 30px;
}
.gd1 figure.snip1190:hover p,
.gd1 figure.snip1190.hover p {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}
.gd1 figure.snip1190:hover .square:before,
.gd1 figure.snip1190.hover .square:before {
  width: 38%;
}
.gd1 figure.snip1190:hover .square div:before,
.gd1 figure.snip1190.hover .square div:before {
  height: 38%;
}
.gd1 figure.snip1190:hover .square:after,
.gd1 figure.snip1190.hover .square:after {
  width: 55%;
}
.gd1 figure.snip1190:hover .square div:after,
.gd1 figure.snip1190.hover .square div:after {
  height: 55%;
}
/* Demo purposes only */


@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
.gd2 figure.snip0016 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: left;
}
.gd2 figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gd2 figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.gd2 figure.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}
.gd2 figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.gd2 figure.snip0016 h2,
.gd2 figure.snip0016 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.gd2 figure.snip0016 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.gd2 figure.snip0016 h2 span {
  font-weight: 800;
}
.gd2 figure.snip0016 p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.gd2 figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
.gd2 figure.snip0016:hover img {
  opacity: 0.3;
}
.gd2 figure.snip0016:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.gd2 figure.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.gd2 figure.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.gd3 .gd3-content {
    background-color: #000748;
    text-align: center;
    height: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.gd3 .gd3-content h2, .gd3 .gd3-content p {
    color: white !important;
    margin-right: 140px;
}
.gd3 .gd3-content1{
    background-color: whitesmoke;
    padding: 50px 0;
}
.gd3 .container-fluid, .graphic-design .container-fluid {
    width: 100%;
    padding-right: 0 !important;
    padding-left:0 !important;
    /* margin-right:  0 !important;
    margin-left: 0 !important; */
}
.gd3 .gd3-content1 img{
    margin-left: -100px;
}
@media screen and (max-width:768px) {
    .gd3 .gd3-content1 img{
        margin-left: 0 !important;
    } 
    .gd3 .container-fluid {
        width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right:  auto !important;
        margin-left: auto !important;
    } 
    .gd3 .gd3-content h2, .gd3 .gd3-content p {
        color: white !important;
        text-align: center;
        margin-right: 0 !important;
    }
    .gd3 .gd3-content {
        background-color: #000748;
        text-align: center;
        height: 100%;
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .gd4 .gd3-content2 img {
        margin-left: 1px !important;
    }
    .gd4 .gd3-content3 h2, .gd4 .gd3-content3 p {
        margin-left: 0px !important;
    }
    .gd4 .gd3-content3{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        z-index: -1;
      
    }
    .m-reverse{
        display: flex;
        flex-direction: column-reverse !important;
    }
    
    
}
.gd4 .gd3-content2 {
    background-color: whitesmoke;
    padding: 50px 0 !important;
    position: relative;
    z-index: 10;
}
    .gd4 .gd3-content3{
        background-color: #000748;
        text-align: center;
        height: 100%;
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        z-index: -1;
      
    }
    .gd4 .gd3-content3 h2, .gd4 .gd3-content3 p{
        color: white;
        margin-left: 140px;
    }
    .gd4 .gd3-content2 img {
       margin-left: 100px; 
    }
    .gd4 .gd3-content4{
        position: relative;
        z-index: 10;
    }
   




/* graphic design end */
.graphic-design .slider-content p {
    color: #fff;
}
.graphic-design .creative-design1 h6{
    margin: 10px;
}


