@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');
/*-----universal-css-----*/

*::-moz-selection {
    background: #98d4fa none repeat scroll 0 0;
    color: var(--default-color);
}

:root {
    --base-color: #fff;
    --default-color:#000;
    --base-blue-color:#0373bd;
    --orenge-color:#f15928;
    --text-color:#727272;
    --deep-blue-color:#09589e;
    
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #1c3659;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #1c3659;
}

::-moz-placeholder {
    opacity: 1;
    color: #1c3659;
}

:-moz-placeholder {
    opacity: 1;
    color: #1c3659;
}

body {
    background:var(--base-color);
    color: var(--text-color);
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 26px;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--default-color);
}
h1 {
    color: var(--default-color);
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
}
h2 {
    color: var(--default-color);
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
}
h2 span{
    color: #8a29a8;
}
h3 {
    color: var(--default-color);
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}
h4 {
    color: #010101;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 0.65px;
}
h5 {
    color: var(--default-color);
    font-size: 14px;
    line-height: 1;
}

a {
    text-decoration: none;
    transition: all 300ms ease 0s;
    cursor: pointer;
}
a:focus, a:hover {
    outline: medium none;
    text-decoration: none;
}
button{
    cursor: pointer;
    outline: none;
    background: #301195;
    font-weight: 500;
    font-size: 14px;
    border: none;
    color: var(--base-color);
    padding: 8px 30px;
    border-radius: 7px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
    -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
button:focus{
    outline: none;
}
button:hover{
    background: #ff6803;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 5px #838383;
}
p {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    
	
}
img{
    max-width: 100%;
    vertical-align: middle;
}

ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}

.margin10{
    margin-top: 10px;
}
.margin20{
    margin-top: 20px;
}
.margin30{
    margin-top: 30px;
}
.margin40{
    margin-top: 40px;
}
.margin50{
    margin-top: 50px;
}
.margin60{
    margin-top: 60px;
}

.container{
    max-width: 1300px;
}
header{
    padding: 0;
}
.fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index:12;
    background-color: var(--base-color);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.11);
}
.shrink {
    background-color: var(--base-color);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.11);
}
@keyframes mymove {
    from {
      top: -50px;
    }
    to {
      top: 0px;
    }
  }

  .shrink .right-menuprt .navprt ul li a{
        padding: 1.5em 2.5em;
  }

.mid-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.right-menuprt{
    display: flex;
    align-items: center;
}
.right-menuprt .navprt ul{
    display: flex;
}
.right-menuprt .navprt ul li{
    position: static;
}
.right-menuprt .navprt ul li a{
    padding: 1.5em 2.5em;
    font-size: 15px;
    font-weight: 600;
    color: var(--default-color);
    position: relative;
    display: block;
}
.right-menuprt .navprt ul li a:hover{
    color: #ff863f;
}
.right-menuprt .navprt ul li a.active{
    color: #ff863f;
}

.right-menuprt .navprt ul li.submenu a:after{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--default-color);
    content: "";
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}


.right-menuprt .navprt .dropdown-submenu {
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    background: var(--base-color);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    transform: translateY(-2em);
    border-radius: 10px;
 }
.right-menuprt .navprt .dropdown-submenu.megamenu{
    width: 80%;
    left: 50%;
    transform: translate(-50%, -2em);
    right: 0;
} 

.right-menuprt .navprt .dropdown-submenu.shown{
    visibility: visible; /* shows sub-menu */
    opacity: 1;
    z-index: 1;
   
}
.service-field{
    padding: 25px 0px 25px 15px;
}
.menuserviceprt{
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}
.menuserviceprt p{
    width: 73%;
    border-left: 3px solid #ccc;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
}
.menuserviceprt .heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    padding-top: 6px;
    color: var(--default-color);
    letter-spacing: 0.65px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 10px;
}
.serviceList{
    display: flex;
    margin-top: 20px;
}
.menuwrap h3{
    align-items: center;
    font-size: 16px;
    color: var(--default-color);
    font-weight: 600;
    display: flex;
}
.menuwrap h3 img{
    margin-right: 5px;
}
.menuwrap h3 a{
    padding:0!important;
}
.menuwrap h3 a:after{
    display: none;
}
.menuwrap{
    margin-right: 10px;
}
.menuwrap ul{
    display: flex;
    flex-direction: column;
}
.menuwrap ul li{
    position: relative!important;
    padding-left: 37px;
}
.menuwrap ul li:before{
    background: url('/images/icon/arrow.png')  no-repeat;
    width:15px;
    height: 8px;
    content: "";
    position: absolute;
    left: 11px;
    top: 14px;
}
.menuwrap ul li a{
    padding: 5px 0!important;
    font-size: 13px!important;
    color: #444444;
}
.menuwrap ul li a:after{
    display: none;
}
.menuimg{
    display: flex;
    align-items: flex-end;
}
.searchprt{
    width: 400px;
    background: var(--base-color);
    border-top: 3px solid #98d4fa; 
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    top: 100%!important;
    margin: 0;
}
.searchprt:before {
    position: absolute;
    right: 25px;
    top: -8px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #98d4fa;
    content: " ";
}


.inner-search{
    padding: 15px;
}
.searcharea input[type="text"]{
    width: 80%;
    background: #eee;
    border:1px solid #ccc;
    outline: none;
    padding: 6px 10px;
}
.searcharea{
    display: flex;
}
.searcharea form{
    display: flex;
    width:100%;
}
.searcharea button{
    border-radius: 0;
}


.leftcontprt{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.tXtcont{
  padding: 180px 0 0;
}
.bannercont{
  width: 60%;
}
.bannercont h1{
  line-height: 50px;
  padding-right: 30%;
  letter-spacing: 1px;
  color: var(--base-color);
}
.bannercont p{
  padding-top: 20px;
  padding-right: 30%;
  color: var(--base-color);
}

.typewriter{
    display:inline-block;
    margin-top: 30px;
	}
.typewriter h5{
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid var(--base-color); /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  /* letter-spacing: .1em; */
  animation:
  typing 3.5s steps(40, end),
  blink-caret .75s step-end infinite;
  font-family: 'Nunito', sans-serif;
  color: var(--base-color);
  font-size:30px;
  font-weight:bold;
  padding-bottom: 10px;
}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: var(--base-color); }
}

.searchpanel{
    border:2px solid #fff;
    border-radius: 10px;
    width: 60%;
    padding: 5px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.searchpanel input:not([type="button"]){
    background: none;
    border: none;
    outline: none;
    padding-left: 5px;
    font-size: 14px;
}
.searchpanel button{
    font-weight: 500;
    font-size: 14px;
    border: none;
    color: var(--base-color);
    padding: 5px 10px;
    border-radius: 7px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.searchpanel button:hover{
    background: #ff6803;
}

.bannerprt{
  position: relative;
}
.bannerprt:before{
    background: url("/images/banner-shape-img.png") no-repeat 0 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 339px;
    height: 635px;
    z-index: 2;
    
}
.bannerprt:after{
    background: url("/images/banner-bg.png") no-repeat 0 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    width: 1480px;
    height: 652px;
    background-size: 100%;
}

.rightbookimg{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    height:652px;
    background: #f4f5f8;
}
.rightbookimg .item {
    position: relative;
    z-index: 1;
    
}
.rightbookimg .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
.rightbookimg .slick-slider{
    width:720px;
}
.rightbookimg .item{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rightbookimg .item img {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    
}

.shape1{
    position: absolute;
    top: 20%;
    left: 80px;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: .4;

}
@keyframes rotate3d {
    0% {     
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg); 
    }
    100% { 
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}


 .shape2{
    position: absolute;
    top: 15%;
    left: 25%;
    -webkit-animation: animationFramesOne 20s linear infinite;
    animation: animationFramesOne 20s linear infinite;
}

@keyframes animationFramesOne {
            0% {     
                -webkit-transform: translate(0) rotate(0deg);
            }
            20% { 
                -webkit-transform: translate(73px,-1px) rotate(36deg);
             }
             40% {
                -webkit-transform: translate(141px,72px) rotate(72deg);
            }
            60% {
                -webkit-transform: translate(83px,122px) rotate(108deg);
            }
            80% {
                -webkit-transform: translate(-40px,72px) rotate(144deg);
            }
            100% {
                -webkit-transform: translate(0) rotate(0deg);
            }
}          

.shape3{
    position: absolute;
    bottom: 44%;
    left: 14%;
    animation: animationFramesOne 17s infinite linear;
}

          @keyframes animationFramesOne {
            0% {
                transform: translate(0px,0px) rotate(0deg);
            }
           
            20% {
                transform: translate(73px,-1px) rotate(36deg);
            }
            40% {
                transform: translate(141px,72px) rotate(72deg);
            }
            60% {
                transform: translate(83px,122px) rotate(108deg);
            }
            80% {
                transform: translate(-40px,72px) rotate(144deg);
            }
            100% {
                transform: translate(0px,0px) rotate(0deg);
            }
        }

.shape4{
    position: absolute;
    top: 52%;
    left: 31%;
    animation: animationFramesOne 15s infinite linear;
}
.practice-area{
    position: relative;
    padding-bottom: 50px;
    z-index: 11;
}  
.practice-area h2 span, .work-process h2 span, .blog-section h2 span, .choose-companyprt h2 span, .web-devprocess h2 span{
    color: var(--base-blue-color);
}      
.practice-area h4{
    color: #0288dd;
    font-weight: 600;
} 

.practice-area:after{
    background: url("/images/practice-areashape.png") 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 162px;
    height: 300px;
    z-index: -1;
}  
.toppara{
    padding: 1em 12.2em;
    margin-bottom: 50px;
    font-size: 16px;
}   

.iconpanel{
    position: relative;
    justify-content: center;
}

.iconpanel:before{
    background: url("/images/dotted-img.png") 0 0 no-repeat;
    width: 183px;
    height: 247px;
    position: absolute;
    left:-20px;
    content: "";
    bottom: -80px;
    z-index: -1;
}

.icon-box{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 20px 30px;
    transition: all 0.6s linear;
    border-radius: 10px;
    margin: 5px;
}
.icon-box h3{
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
}
.icon-box p{
    font-size: 14px;
    min-height: 130px;
}
.icon-box.pinkbg{
    background: url("/images/pinkboxbg.png") bottom right no-repeat var(--base-color);
    background-size: 100%;
}
.icon-box.violetbg{
    background: url("/images/voiletboxbg.png") bottom right no-repeat var(--base-color);
    background-size: 100%;
}
.icon-box.bluebg{
    background: url("/images/blueboxbg.png") bottom right no-repeat var(--base-color);
    background-size: 100%;
}

.icon-box:hover{
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
}  
.learnbtn{
    color: var(--orenge-color);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.65px;
} 
.learnbtn img{
    margin-left: 10px;
} 

.learnbtn:hover{
    text-decoration: underline;
    color: var(--orenge-color);
}

.choose-companyprt{
    background: url("/images/compbg.png") 0 0 no-repeat;
    background-size:100% 100%;
    width: 100%;
    padding-top: 30px;
    position: relative;
}

.explorebox{
        border-radius: 10px;
        background: url("/images/half-circle.png") bottom right no-repeat var(--base-color);
        padding: 40px 50px 50px 60px;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
        position: relative;
        transition: all 0.6s linear;
        min-height: 270px;
}
.explorebox h3{
    font-weight: 600;
}
.explorebox p{
    margin: 0;
    padding-top: 10px;
}
.explorebox:hover{
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
}

 .explore-icon{
    position: absolute;
    left:-30px;
    top: 20px;
    width: 70px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.12);
 }
 .explore-icon.pinkbg{
     background: #fde7e9;
 }
 .explore-icon.softbluebg{
     background: #d7f8ff;
 }
 .explore-icon.softyellow{
     background: #fff1d7;
 }
 .explore-icon.softvioletbg{
     background: #f0d8fe;
 }

 .choose-companyprt .col-md-6{
    margin-bottom: 30px;
    padding: 0 30px;
 }

 .aboutprt{
    margin-top: 60px;
    align-items: center;
 }
 .aboutprt h4{
     color: #0288dd;
    font-weight: 600;
 }
 .countingprt ul{
     display: flex;
     justify-content: space-between;
 }
 .countingprt ul li span{
     font-size: 35px;
     color: var(--default-color);
     font-weight: 600;
 }
.countingprt ul li p{
    font-weight: 500;
    font-size: 14px;
}
.work-process{
    padding:50px 0;
    position: relative;
}

.work-process:after{
    position: absolute;
    right: 0;
    top: -290px;
    content: "";
    background: url("/images/left-designbg.png") 0 0 no-repeat;
    height: 899px;
    width: 517px;
    z-index: -1;
}



.tab-item {
    display: none;
}
.tab-item.active {
    display: block;
}

.hover-tab-menu {
    position: relative;
    overflow: hidden;
}

.hover-tab-menu .tab-menu {
    position: relative;
    z-index: 1;
}

.hover-tab-menu .tab-menu li {
    align-items: center;
    padding: 0;
    margin-bottom: 126px;
    cursor: grab;
}

.hover-tab-menu .tab-menu li .menu-thumb {
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #bad0fb;
    width: 65px;
    height: 65px;
}

.hover-tab-menu .tab-menu li .menu-thumb span {
    line-height: 53px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    background-color: #e3ecfd;
    width: 53px;
    display: inline-block;
    color: #33406a;
}

.hover-tab-menu .tab-menu li .menu-content {
    width: calc(100% - 140px);
    padding-left: 29px;
}



.hover-tab-menu .tab-menu li.active .menu-thumb span {
    background: #324fb0;
    color: var(--base-color);
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
}

.hover-tab-menu .tab-menu li:nth-child(2) {
    -webkit-transform: translateX(95px);
    -ms-transform: translateX(95px);
    transform: translateX(95px);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hover-tab-menu .tab-menu li:nth-child(2) {
        -webkit-transform: translateX(75px);
        -ms-transform: translateX(75px);
        transform: translateX(75px);
    }

    .hover-tab-menu .tab-menu li:nth-child(2) .menu-content {
        max-width: 320px;
    }
}

@media (max-width: 991px) {
    .hover-tab-menu .tab-menu li:nth-child(2) {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 991px) {
    .hover-tab-menu .tab-menu li {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .hover-tab-menu .tab-menu li {
        margin-bottom: 40px;
    }

    .hover-tab-menu .tab-menu li .menu-thumb {
        width: 50px;
        height: 50px;
    }

    .hover-tab-menu .tab-menu li .menu-thumb span {
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        font-size: 24px;
    }

    .hover-tab-menu .tab-menu li .menu-content {
        padding-left: 15px;
        width: calc(100% - 50px);
    }

    .hover-tab-menu .tab-menu li .menu-content .title {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600;
    }
}

.hover-tab-menu .tab-menu li:nth-child(1) .menu-thumb {
    position: relative;
}

.hover-tab-menu .tab-menu li:nth-child(1) .menu-thumb:after {
    bottom: 75%;
    right: 63%;
    background: var(--base-color);
    width: 50px;
    height: 50px;
    z-index: -1;
}

.hover-tab-menu .tab-menu li:nth-child(3) .menu-thumb {
    position: relative;
}

.hover-tab-menu .tab-menu li:nth-child(3) .menu-thumb:after {
    top: 60%;
    right: 70%;
    background: var(--base-color);
    width: 50px;
    height: 50px;
    z-index: -1;
}

.hover-tab-menu .tab-menu li:last-child {
    margin: 3px;
}

.hover-tab-menu::after, .hover-tab-menu::before {
    width: 600px;
    height: 600px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -37px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hover-tab-menu::after, .hover-tab-menu::before {
        width: 680px;
        height: 680px;
        top: -77px;
    }
}

@media (max-width: 991px) {
    .hover-tab-menu::after, .hover-tab-menu::before {
        display: none;
    }
}

.hover-tab-menu::before {
    right: 78%;
    border: 9px solid #e3ebfc;
}

.hover-tab-menu:after {
    border: 2px dashed #324fb0;
    right: calc(78% + 4px);
    animation: rotate2 2s linear infinite;
}

.hover-tab-area .tab-area {
    width: 540px;
    height: 540px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(38, 78, 213, 0.102);
    overflow: hidden;
}

.hover-tab-area .tab-area::after, .hover-tab-area .tab-area::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(38, 78, 213, 0.102);
}

.hover-tab-area .tab-area::before {
    width: 468px;
    height: 468px;
}

.hover-tab-area .tab-area::after {
    width: 386px;
    height: 386px;
}

.hover-tab-area .tab-area * {
    position: relative;
    z-index: 1;
}

.hover-tab-area .tab-area .tab-item {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hover-tab-area .tab-area .tab-item img {
    max-height: 300px;
    max-width: 300px;
    z-index: 99;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.hover-tab-area .tab-area .tab-item.active img {
    visibility: visible;
    opacity: 1;
}

.hover-tab-area .tab-area .tab-item.first {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.hover-tab-area .tab-area .tab-item.second {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.hover-tab-area .tab-area .tab-item.third {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}


@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(3600deg);
        -ms-transform: rotate(3600deg);
        transform: rotate(3600deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(3600deg);
        -ms-transform: rotate(3600deg);
        transform: rotate(3600deg);
    }
}

@-o-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(3600deg);
        -ms-transform: rotate(3600deg);
        transform: rotate(3600deg);
    }
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}




@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}




@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}




.hover-tab-menu .tab-menu li:nth-child(1) .menu-thumb:after, 
.hover-tab-menu .tab-menu li:nth-child(3) .menu-thumb:after, 
.hover-tab-menu::after, 
.hover-tab-menu::before, 
.hover-tab-area .tab-area .tab-item
{
    position: absolute;
    content: '';
}

.hover-tab-menu .tab-menu li{
    display: flex;
    flex-wrap: wrap;
}

.hover-tab-area .tab-area::after, 
.hover-tab-area .tab-area::before, 
.hover-tab-area .tab-area .tab-item img{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}
.tab-menu .menu-content h3{
    font-weight: 600;
    font-size: 1.1rem;
}

.testimonialprt{
    padding: 80px 0 80px 0;
    background: url('/images/testimonial-bg.png') center left no-repeat;
    position: relative;
}

.testimonialprt h4 {
    color: #0288dd;
    font-weight: 600;
}

.testimonial .slick-slide{
    padding: 0 15px;
}
.testimonial .slick-list{
    padding: 70px 0 0 0;
}

.itempannel{
    background: #f6f5fb;
    border-radius:10px;
    padding: 80px 15px 15px 15px;
    text-align: center;
    position: relative;
}
.itempannel h3{
    font-weight: 600;
    font-size: 20px;
    color: var(--default-color);
}
.itempannel h5{
    font-weight: 500;
    font-size: 12px;
    color: #676666;
}
.itempannel p{
    font-size: 13px;
    line-height:20px;
    padding-top: 25px;
    position: relative;
}
.itempannel p:before{
    content: "\f10e";
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    left:50%;
    transform: translate(-50%);
    color: #9b9999;
    top:6px;
}

.testi-img{
    position: absolute;
    background: #301195;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    left:50%;
    transform: translateX(-50%);
    top:-60px;
}
.testi-img img{
    width: 115px;
    height: 115px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
}
.testimonial .slick-dots li button{
    padding: 0;
    box-shadow: none;
}



.blog-section{
    padding:40px 0;
}
.blogbox{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
    border-radius: 10px;
    transition: all .6s linear;
}

.blogbox:hover{
    box-shadow: 0 0 7px 0 rgba(0,0,0,.25);
    transform: translateY(-2px);
}
.topimgPrt{
    height: 200px;
    overflow: hidden;
    position: relative;
   
}
.topimgPrt img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.downbox{
    padding: 20px 20px;
    position: relative;
    
}
.downbox small{
    font-size: 13px;
    letter-spacing: 1px;
    color: #3a3a3a;
}
.downbox h3{
    font-size: 18px;
    font-weight: 600;
    color: var(--default-color);
    padding: 15px 0 0px 0;
    line-height: 25px;
}


.blog-section h4{
    color: #0288dd;
    font-weight: 600;
}
.datearea{
    background: #301195;
    border-radius: 5px;
    padding: 15px 20px;
    position: absolute;
    top: -40px;
    right: 10px;
    color: var(--base-color);
    text-align: center;
    line-height: 20px;
}
.datearea span{
    display: block;
}

.partner-part{
    padding:20px 0 50px 0;
}

.dropbg{
    background: url('/images/drop-bg.jpg') 0 0 no-repeat;
    background-size:cover;
    padding:80px 0 0 0;
}

.sendmessageprt{
    color: var(--base-color);
    padding-bottom: 80px;
}
.sendmessageprt h4{
    margin-bottom: 10px;
}
.sendmessageprt h2{
    margin-bottom: 30px;
}
.sendmessageprt h4, .sendmessageprt h2{
    color: var(--base-color);
    font-weight: 400;
}
.sendmessageprt h2 span{
    color: var(--base-color);
    font-weight: 700;
}

.form-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-section .form-group{
    width:48%;
    margin-bottom: 10px;
}
.form-section .form-group input[type="text"]{
    width: 100%;
    border: 1px solid var(--base-color);
    background: none;
    height: 45px;
    padding: 10px;
    outline: none;
    color: var(--base-color);
    border-radius: 10px;
}
.form-section .form-group textarea{
    width: 100%;
    border: 1px solid var(--base-color);
    background: none;
    height: 100px;
    padding: 10px;
    resize:none;
    outline: none;
    color: var(--base-color);
    border-radius: 10px;
}
.full-width{
    width:100%!important;
}


.form-section .form-group input::-webkit-input-placeholder {
    opacity: 1;
    color: var(--base-color);
}

.form-section .form-group input:-ms-input-placeholder {
    opacity: 1;
    color: var(--base-color);
}

.form-section .form-group input::-moz-placeholder {
    opacity: 1;
    color: var(--base-color);
}

.form-section .form-group input:-moz-placeholder {
    opacity: 1;
    color: var(--base-color);
}



.form-section .form-group textarea::-webkit-input-placeholder {
    opacity: 1;
    color: var(--base-color);
}

.form-section .form-group textarea:-ms-input-placeholder {
    opacity: 1;
    color: var(--base-color);
}

.form-section .form-group textarea::-moz-placeholder {
    opacity: 1;
    color: var(--base-color);
}

.form-section .form-group textarea:-moz-placeholder {
    opacity: 1;
    color: var(--base-color);
}

.upperer-footer{
    padding:50px 0 30px 0;
}
.footercont h3{
    font-weight: 600;
}
.footercont p{
    padding-top: 20px;
    font-size: 13px;
    line-height: 20px;
}
.social{
    display: flex;
}
.social li{
    margin-right: 10px;
}
.social li a i{
    background: #525252;
    border-radius: 100%;
    width:38px;
    height: 38px;
    color: var(--base-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social li a i:hover{
    background: var(--default-color);
}
.footercont ul{
    padding-top:16px;
}
.footercont ul li{
    line-height: 30px;
}
.footercont ul li a{
    color: var(--text-color);
    font-size: 14px;
}
.footercont ul li a:hover{
    color: var(--orenge-color);
}

.footercont span{
    color: var(--text-color);
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
    line-height: 22px;
    font-size: 14px;
}
.footercont span i{
    padding-top: 5px;
    padding-right: 10px;
}

.downfooter{
    padding:5px 0 20px 0;
    text-align: center;
    color: #bbbbbb;
    font-size: 12px;
}

.sidetogglebtn{
    display: none;
}

 body.bodyactive .overlaywrap {
    opacity: 1;
    visibility: visible;
}
.overlaywrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.7);
    z-index: 99;
    opacity: 0;
    transition: all .5s ease-in-out;
    visibility: hidden;
    top: 0;
}

.sidemenuclose{
    background: var(--default-color);
    border: none;
    outline: none;
    margin-right: 20px;
    border-radius: 5px;
    color: var(--base-color);
    width: 30px;
    height: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    display: none;
    padding: 0;
}
.logoprt{
    display: flex;
    align-items: center;
}

.arrowup{ position:fixed; right:0px; bottom:40px; z-index: 10;}
.arrowup i{ width:40px; height:40px;
     background:#71abfd;
     -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
      color:var(--base-color);
      line-height:40px;
      text-align:center; font-size:20px;}

.stuck{
    width:380px; 
    position:fixed;
    top:25%;
    cursor:pointer; 
    z-index:99; 
    display:flex;
}
.stuck-right {
    right:-335px;
}
.stuck-button-site-back{
    text-orientation: upright;
    writing-mode: vertical-rl;
    background: #5327b5;
    color: var(--base-color);
    font-weight: 600;
    padding: 20px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 47px;
    margin-top: 30px;
}

.stuck-panel .stuck_form{
    padding: 20px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.1);
    background: var(--base-color);

}
.stuck-panel .stuck_form button{
    margin-top: 20px;
}
.stuck_form h2{
    text-align: center;
}
.stuck-panel .stuck_form input:not(submit){
    width:100%;
    margin-bottom: 20px;
    font-size: 14px;
    height: 45px;
    border: none;
}
.stuck-panel .stuck_form textarea{
    resize:none;
    font-size: 14px;
}
.form-control{
    border-radius: 10px;
    background: #f6f6f6;
    border: none;
}
.stuck-panel{
    width:100%;
}

.service-banner1{
    background: url("/images/service-banner1.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    padding:147px 0;
    
    
}
.service-banner2{
    background: url("/images/service-banner2.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    padding:147px 0;
    
}
.contact{
    background: url("/images/contact.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    padding:147px 0;
}
.inner-banner{
    position: relative;
    
}

.inner-banner ul li a{
    padding:0 5px;
    color: #525252;
}
.inner-banner ul li a.active{
    color: #000;
    font-weight: 600;
}

.shape11{
    position: absolute;
    top: 20%;
    left: 30px;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: .4;
    
}

@keyframes rotate3d {
    0% {     
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg); 
    }
    100% { 
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
     }
  }


.shape12 {
    top: 66%;
    left: 26%;
    position: absolute;
}

  .rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    0% {     
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% { 
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
     }
  }



  .shape13{
    position: absolute;
    top: 15%;
    left: 25%;
    -webkit-animation: animationFramesOne 20s linear infinite;
    animation: animationFramesOne 20s linear infinite;
  }

  @keyframes animationFramesOne {
    0% {     
        -webkit-transform: translate(0) rotate(0deg);
    }
    20% { 
        -webkit-transform: translate(73px,-1px) rotate(36deg);
     }
     40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0) rotate(0deg);
    }
  }

  .shape14 {
    right: 3%;
    top: 40%;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: 1;
    position: absolute;
}
@keyframes movebounce {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.serviceTopblog{
    background: url("/images/about-shape.png") 0 0 no-repeat;
    background-size: 100% 100%;
    
}
.serviceblog{
    padding:80px 0;
}
.serviceblog h4{
    color: #0288dd;
    font-weight: 600;
}
.padding-righttxt{
    padding-right: 200px;
}


.contact-usprt{
    text-align: center;
    position: relative;
 }
.contact-usprt:after{
    background:url('/images/contbg.png') 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 100px;
    z-index: -1;
}
.contact-usprt:before{
    background:url('/images/practice-areashape.png') 0 0 no-repeat;
    position: absolute;
    top:-50px;
    right: 0;
    content: "";
    width: 162px;
    height: 300px;
    z-index: -1;
}

.contact-usprt h2{
    text-align: center;
    margin-bottom: 20px;
}
.contact-usprt button{
    padding: 12px 40px;
    margin-top: 15px;
}

.imgprt{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.imgprt .imgCenter{
    margin-top: 150px;
}
.tree{
    position: absolute;
    right: 0;
    bottom: 0;
}

.imgprt .imgLeft{
    margin-top: 50px;
}
.imgprt .imgRight{
    margin-left: 30px;
}


.animation1{
    animation-name: woman-animation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: woman-animation;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
}

@keyframes woman-animation {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }
}

.why-choose{
    padding:100px 0;
    background: #eee;
}
.why-choose h4{
    color: #0288dd;
    font-weight: 600;
}


.accordion .card {
    border: none;
    padding:10px;
    margin-bottom: 10px;
}
.card-head{
    padding: 1rem 1.25rem;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    position: relative;
}
.card-head:before{
    background:url('/images/icon/accordianicon.png') 0 0 no-repeat;
    width:21px;
    height: 21px;
    position: absolute;
    left: 15px;
    top: 17px;
    content: "";
}

.accordion .card h2 {
      background: url("https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png") no-repeat calc(100% - 10px) center;
      background-size: 12px;
      cursor: pointer;
      font-size: 16px;
      padding-left: 30px;
      font-weight: 600;
}
.accordion .card h2.collapsed {
      background-image: url("https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png");
}  

.testimonial-bigprt{
    background:url('/images/testimonial-bigbg.png') 0 0 no-repeat;
    background-size: cover;
    padding: 200px 0 100px;
}


.middle-testiprt{
    width:70%;
    margin: 0 auto;
}
.testimidslider{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.testiimg{
    border-radius: 30px;
    width:178px;
    height: 178px;
    position: relative;
    margin: 20px;
}
.testiimg img{
    width:100%;
    height: 100%;
    border-radius: 30px;
    
}
.quoteicon{
    position: absolute;
    bottom: -20px;
    left: 20px;
}
.quoteicon img{
    width:auto;
}
.testimidslider p{
    
    color: #000;
    font-size: 20px;
    font-style: italic;
    line-height: 34px;
    text-align: center;
    padding-top: 20px;
}
.testimidslider span{
    color: #d9534f;
    font-size: 20px;
}
.testimidslider span small{
    color: #676767;
    font-size: 16px;
    padding-left:20px;
}
.slick-dots li button{
    box-shadow: none;
}
.padding-lefttxt{
    padding-left: 150px;
}
.servicecontprt{
   background: url("/images/contact-bg2.jpg") 0 0 no-repeat;
   height: 594px;
   padding-top: 100px;
   background-size: 100%;
   background-position: center;
}
.servicecontprt h2 {
    text-align: center;
    margin-bottom: 20px;
}

.contactbg{
    padding: 80px 0;
}
.leftcontTxtprt input:not(submit){
    height: 60px;
}
.leftcontTxtprt textarea{
    resize: none;
}
.contInfo{
    display: flex;
    flex-direction: column;
    padding-left:30px;
}
.contInfo span{
    display: block;
    margin-top: 30px;
    font-size: 20px;
}
.contInfo span i{
    color: #000;
    margin-right: 10px;
}
.about-banner{
    background: #f8f9fa url("/images/hero-bg.png") 0 0 no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 200px 0 438px;
}
.about-banner h2{
    font-size: 60px;
}
.welcomeprt{
    background: #f8f9fa;
    padding:120px 0 80px 0;
}
.welcomeprt h4{
    color: #0288dd;
    font-weight: 600;
}
.aboutList ul li{
    display: flex;
    margin-bottom: 20px;
}
.nextaboutList ul li{
    display: flex;
    margin-bottom: 10px;
}

.aboutList ul li .menu-thumb {
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #bad0fb;
    width: 55px;
    height: 55px;
    margin-right: 20px;
}
.aboutList ul li .menu-thumb span {
    background: #324fb0;
    color: var(--base-color);
    line-height: 43px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    width: 43px;
    display: inline-block;
    
   
}
.rightTxtprt{
    width:calc(100% - 85px);
}

.progressbar {
  display: inline-block;
  width: 100px;
  margin: 15px 20px;
}

.circle {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.circle canvas {
  vertical-align: middle;
}

.circle div {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}
.circle p{
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
}
.progressrow{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.progressbar:nth-child(1){
    margin-left: 0;
}
.archshape{
    position: absolute;
    left: 0;
    bottom: -11px;
    z-index: 2;
    width: 100%;
    text-align: center;
    background: url("/images/arch.svg") 0 0 no-repeat;
    background-size: cover;
    height: 300px;
    right: 0;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    color: #0373bd;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: #0373bd;
}


/* SERVICE page css */

.service_banner{
    background-position: 0 0;
    position: relative;
    background: linear-gradient(to bottom, rgba(135,95,253,1) 0%, rgba(143,90,241,1) 23%, rgba(165,72,194,1) 62%, rgba(128,29,158,1) 100%);
    padding: 80px 0;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 3rem;
    letter-spacing: 1px;
    margin-top: 65px;
}
.web-devprocess{
    padding: 70px 0;
}
.process{
    margin-top:70px;
}
.process .row{
    justify-content: center;
}
.process .explore-icon{
    left: -7px;
    top: 20px;
    width: 65px;
    height: 65px;
}
.process .explorebox{
    padding: 40px 50px 50px 80px;
    margin-bottom: 60px;
}

.pointer{
    position: absolute;
    background: rgba(53, 91, 191, .1);
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    top: -40px;
    transform: translate(-50%);
}
.pointer strong{
    width: 45px;
    height: 45px;
    background-color: #355bbf;
    border-radius: 50%;
    margin: auto;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
}
.cloud_deployment{
    padding: 70px 0;
    background: #eee;
}

.cloud_panel{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cloud_item{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 40px 40px;
    transition: all 0.6s linear;
    border-radius: 10px;
    margin: 10px;
    width: 48%;
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.cloud_item h3{
    font-size: 20px;
    font-weight: 600;
}
.cloud_item p{
    font-size: 14px;
    margin-bottom: 0;
}
.cloud_item:hover{
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
} 
.item_img{
    background: #eee;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ccc;
}
.txtprt{
    width: calc(100% - 130px);
}
.tech_support{
    padding: 70px 0;
}





.support{
    margin-top: 70px;
}

.support .tab-item {
    display: none;
}
.support .tab-item.active {
    display: block;
}

.tech_support .techhover-tab-menu {
    position: relative;
    overflow: hidden;
}

.tech_support .techhover-tab-menu .tab-menu {
    position: relative;
    z-index: 1;
}

.tech_support .techhover-tab-menu .tab-menu li {
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
}
.tech_support .techhover-tab-menu .tab-menu li.active .menu-content h3, .tech_support .techhover-tab-menu .tab-menu li:hover .menu-content h3{
    color: #355bbf;
    
}
.tech_support .techhover-tab-menu .tab-menu li .menu-content{
    position: relative;
}
.tech_support .techhover-tab-menu .tab-menu li.active .menu-content:after{
    position: absolute;
    background: url("/images/icon/arrow-right.svg") 0 0 no-repeat;
    content: "";
    width: 70px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tech_support .techhover-tab-menu .tab-menu li:hover .menu-content:after{
    position: absolute;
    background: url("/images/icon/arrow-right.svg") 0 0 no-repeat;
    content: "";
    width: 70px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tech_support .techhover-tab-menu .tab-menu li .menu-thumb {
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #bad0fb;
    width: 42px;
    height: 42px;
}

.tech_support .techhover-tab-menu .tab-menu li .menu-thumb span {
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    background-color: #e3ecfd;
    width: 30px;
    display: inline-block;
    color: #33406a;
}

.tech_support .techhover-tab-menu .tab-menu li .menu-content {
    width: calc(100% - 140px);
    padding-left: 29px;
}



.tech_support .techhover-tab-menu .tab-menu li.active .menu-thumb span {
    background: #324fb0;
    color: var(--base-color);
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
}
.tech_support .techhover-tab-menu .tab-menu li:hover .menu-thumb span {
    background: #324fb0;
    color: var(--base-color);
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
}



@media (max-width: 991px) {
    .tech_support .techhover-tab-menu .tab-menu li {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .tech_support .techhover-tab-menu .tab-menu li {
        margin-bottom: 40px;
    }

    .tech_support .techhover-tab-menu .tab-menu li .menu-thumb {
        width: 50px;
        height: 50px;
    }

    .tech_support .techhover-tab-menu .tab-menu li .menu-thumb span {
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        font-size: 24px;
    }

    .tech_support .techhover-tab-menu .tab-menu li .menu-content {
        padding-left: 15px;
        width: calc(100% - 50px);
    }

    .tech_support .techhover-tab-menu .tab-menu li .menu-content .title {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600;
    }
}

.tab_box{
    background: #853ed0;
    padding: 40px;
    min-height: 400px;
}
.tab_Item h3{
    color: #fff;
    font-size: 2rem;
}
.tab_Item ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px;
}
.tab_Item ul li{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 20px;
    border: 3px solid #4974e7;
}
.imgsec{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    background: #fff;
}
.imgsec img{
    width: auto;
    height: auto;
    padding: 5px;
}
.qa_sec{
    padding: 70px 0;
    background: #eee;
}
.tools_area{
    margin-top: 20px;
}
.tools_area ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}



.tools_area ul li {
    padding: 10px;
    display: flex;
    align-items: center;
    place-content: center;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    cursor: pointer;
    --border-angle: 0turn;
    --main-bg: conic-gradient(
        from var(--border-angle),
        #213,
        #112 5%,
        #112 60%,
        #213 95%
      );
    
    border: solid 3px transparent;
    border-radius:10px;
    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
    
    background: 

      var(--main-bg) padding-box,
    
      var(--gradient-border) border-box, 
      var(--main-bg) border-box;
    
    background-position: center center;
  
    animation: bg-spin 3s linear infinite;
 }

  @keyframes bg-spin {
    to {
      --border-angle: 1turn;
    }
  }
  .tools_area ul li:hover {
    animation-play-state: paused;
  }
  
  @property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }

  .serviceprt{
    padding-top: 70px;
  }
  .leftcontTxtprt .form-group{
    margin-bottom: 15px;
  }
  .footercont li a.active{
    color: #ff863f;
}
.mobile-process{
    padding: 100px 0;
}
.app_devprt{
    margin-top: 30px;
}
.app_devprt ul{
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.app_devprt ul li{
    position: relative;
    border: 2px solid blue;
    padding: 15px 15px 15px 24px;
    width: 22%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.app_devprt ul li h3{
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
.pointerpoint{
    position: absolute;
    left: -21px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #000;
}
