
* {
    margin: 0;
    padding: 0
}
body {
    margin: 0;
    padding: 0;
    background: #000;
    font-weight: 300;
    color: #c6c6c6;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Sansita", Sans-serif;
}
::selection {
    background: #7d58a56b;
    color: #fff;
}
ul.pddl {
    padding-left: 25px;
}
p {
    font-size: 16px;
    font-weight: 400;
    color: #c6c6c6;
    font-family: Sans-serif;
}

@media (min-width: 1200px){
.container {
    max-width: 1280px;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    background: -webkit-linear-gradient(#3cade2, #6bc496);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

li {
    font-size: 15px;
    font-weight: 400;
    text-align: left
}

a {
    transition: all .3s ease-in
}

a:hover {
    text-decoration: none;
    transition: all .3s ease-in
}


.modal.left .modal-dialog {
    position:fixed;
    top: 10%;
    right: 0;
    margin: auto;
    width: 300px;
    height: 70%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal { z-index: 9999;}
#myModal {
    margin-top: 10%;
}

.mt-25 {
    margin-top: 25px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt70 {
    margin-top: 70px
}
.mt-90{
    margin-top: 90px !important;
}
.mdp{
    background: #8a8a8a00;box-shadow: inset 0px -12px 36px #6fc48959, inset -20px -20px 60px #3dabe042;padding: 20px; border-top-left-radius: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 30px;
}
.modal-header {
    border-bottom: 1px solid #53b8bd;
    background: #000000ed;
    padding: 5px 15px;
    border-top-left-radius: 20px;
    
}
.modal-content{
    background: #000000ed;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 25px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.pt70 {
    padding-top: 70px
}
.ptb25 {
    padding: 25px 0;
}



.ptb100 {
    padding: 100px 0 !important
}

.slider-pic {
    overflow: hidden
}


.img-fluid {
    width: 100%
}

.bg-shadow{
    background-color: #000;
      box-shadow: 4px 4px 16px rgb(62 170 223 / 16%), -4px -4px 16px rgb(114 103 175 / 26%);
    -webkit-box-shadow: 4px 4px 16px rgb(62 170 223 / 16%), -4px -4px 16px rgb(114 103 175 / 26%);
    -moz-box-shadow: 4px 4px 16px rgb(62 170 223 / 16%), -4px -4px 16px rgb(114 103 175 / 26%);
  
}

.slider-sec .carousel-indicators li {
    width: 17px;
    height: 17px;
    border-radius: 50%
}

.carousel-control-prev-icon,
.slider-sec .carousel-control-next-icon {
    background: #00000000 !important;
    width: 40px;
    height: 100%;
    line-height: 40px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 3%
}









.header {
    background: #0000006b;
    position: relative;
    padding: 0 0 14px;
    z-index: 3;
}

header .shrink {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background .5s ease, -webkit-transform .5s ease;
    transition: background .5s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, background .5s ease;
    transition: transform .5s ease, background .5s ease;
    transition: transform .5s ease, background .5s ease, -webkit-transform .5s ease;
    -webkit-transition: transform .5s ease, background .5s ease;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
    z-index: 999
}
.header.shrink {
    background-color: #000;
}
.header.shrink {
    background-color: #000;
}

.logo {
    position: absolute;
    z-index: 9;
    left: 20px;
    padding: 5px 0 0;
}

header .logo img {
    transition: all .3s ease-in;
    width: 150px;
}
.headding11 {
    font-size: 40px;
    margin-bottom: 45px;
    text-align: center;
    /* -webkit-box-reflect: below -10px linear-gradient(transparent, rgba(0,0,0,.2)); */
        background: -webkit-linear-gradient(#3cade2, #6bc496);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.area{
    position: absolute;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: linear-gradient(78deg,#3cade238 0,#72c4848c 100%);
    
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 3px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 100px;
    height: 5px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 100px;
    height: 2px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
.circles li:nth-child(11){
    left: 5%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}


@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.about-data {
    margin: 100px 0 0
}

.btnn {
    display: inline-block;
    width: auto
}

.btnn a {
    display: block;
    border: #2957a4 solid 1px;
    padding: 5px 10px;
    color: #2957a4
}

.btnn a:hover {
    display: block;
    background: #2957a4;
    border: #2957a4 solid 1px;
    padding: 5px 10px;
    color: #fff
}

span.font-add{
    font-weight: 800; font-size: 50px;
}
h2.comp.mb-3 {
    font-size: 36px;
    font-weight: 600;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
    background: -webkit-linear-gradient(#3cade2, #6bc496);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-data {
    margin-left: 10%
}

.our-services {
    position: relative;
    background: url(../images/form.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}



.services-we-inner {
    min-height: 325px;
    padding: 20px;
    border-radius: 20px;
    vertical-align: top;
    -webkit-transition: all 1.4s ease-in-out;
    -moz-transition: all 1.4s ease-in-out;
    -o-transition: all 1.4s ease-in-out;
    -ms-transition: all 1.4s ease-in-out;
    transition: all 1.4s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#top-service .services-we-inner {
   border: 2px solid #46a2da63;
   border-top-left-radius: 15px;
   border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 30px;
    
}
.services-we-inner:hover {
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    box-shadow: 0 3px 10px 0 #8cb1c963;
    background: linear-gradient(78deg,#b1e49e38 0,#a4e4a48c 100%);
     opacity: 1;
     box-shadow:4px 4px 16px #ffffff24, -4px -4px 16px #42a7dd12;
    -webkit-box-shadow: 4px 4px 16px #ffffff24, -4px -4px 16px #42a7dd12;
    -moz-box-shadow: 4px 4px 16px #ffffff24, -4px -4px 16px #42a7dd12;
    
}

.services-we-inner h4 {
    font-size: 26px;
    font-weight: 600;
    background: -webkit-linear-gradient(#3cade2, #6bc496);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-we-inner h5 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.services-we-inner a {
    color: #d5d5d5;
    font-size: 18px;
    list-style: none ;
    text-decoration: none;
}
.services-we-inner li:hover {
  animation-name: linkb;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  list-style: none;
}

.services-we-inner a:hover {
    color: #3cade2;
    list-style: none;
    background: -webkit-linear-gradient(#3cade2, #6bc496);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.services-we-inner img {
    width: 70px;
    padding: 5px;
}

.list-unstyled img{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    list-style: none;
}
.list-unstyled ul li{
  
    list-style: none;
}






.profile-link {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.profile-link a {
    display: inline-block;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.profile-link a:hover {
    display: inline-block;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #2957a4
}


.gray-color {
    font-weight: 500;
    color: grey;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    margin: 5px 0 5px
}

.picture-gallery {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: url(..assets/images/rrt1.jpg);
    background-attachment: fixed;
    z-index: 1
}

.item-gallery .item-gallery-pic {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.curent .item-gallery .item-gallery-pic:nth-child(2) {
    transition: all .3s ease-in;
    transform: scale(1.1)
}

.item-gallery .item-gallery-pic:nth-child(2) {
    transition: all .3s ease-in;
    transform: scale(1.1)
}


.item-gallery-pic {
    display: inline-block;
    margin: 10px;
    vertical-align: top
}

.item-gallery .item-gallery-pic:nth-child(2) {
    transition: all .3s ease-in;
    transform: scale(1.1)
}

.modal-dialog {
    /* max-width: 550px; */
    margin: 0 auto
}

.video-testimonial{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: url(assets/images/rrt1.jpg);
    background-attachment: fixed;
    z-index: 1;
}
.testimonial {
    background: #0000;
    padding: 10px 10px 3px 10px;
    margin: 15px 15px 13px;
    position: relative;
    border-radius: 20px;
     box-shadow: 4px 4px 16px rgb(62 170 223 / 16%), -4px -4px 16px rgb(114 103 175 / 26%);
    -webkit-box-shadow: 4px 4px 16px rgb(62 170 223 / 16%), -4px -4px 16px rgb(114 103 175 / 26%);
    -moz-box-shadow: 4px 4px 16px rgb(62 170 223 / 16%), -4px -4px 16px rgb(114 103 175 / 26%);
}
.testimonial iframe {
    width: 100%;
    height: 250px;
    border-radius: 12px;
}


.appointment-form-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}

.appointment-form-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: #000;
    content: ""
}

.appointment-form-section .content-column {
    position: relative;
    margin-bottom: 50px
}
.inner-column h6 a{ 
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}
.appointment-form-section .content-column h3 {
    width: 85%;
    font-size: 42px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.appointment-form-section .content-column .text {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 40px
}

.appointment-form-section .content-column .btn-box {
    position: relative;
    display: flex;
    margin-bottom: 50px
}

.appointment-form-section .content-column .theme-btn {
    position: relative;
    margin-right: 30px;
    min-width: 180px
}

.appointment-form-section .list-style-two {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0
}

.appointment-form-section .list-style-two li {
    width: 45%;
    color: #fff;
    list-style: none;
    margin: 0 25px 25px 0;
}
/* footer addrese responsive*/


    @media screen and (max-device-width: 480px){

    .appointment-form-section .list-style-two li {
        width: 65%;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        margin: 0 25px 25px 0;
        font-size: 12px;
        line-height: 30px;
        list-style: none;
        margin-left: 45px;
    }  
            
}


/* responsive webite key features*/
@media screen and (max-device-width: 480px){

    .appointment-form-section .website-key li {
        width: 100%;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        margin: 0 25px 25px 0;
        font-size: 12px;
        line-height: 30px;
        list-style: none;
        margin-left: 45px;
    }  
            
}
.appointment-form-section .website-key {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0
}

.appointment-form-section .website-key li {
    width: 20%;
    color: #fff;
    list-style: none;
    margin: 0 25px 25px 0;
}

.appointment-form-section .website {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0
}

.appointment-form-section .website li {
    width: 20%;
    color: #fff;
    list-style: none;
    margin: 0 25px 25px 0;
}

.inner-column hr {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    border-top: 1px solid rgb(255 255 255);
}

li.box {
    padding: 10px 45px;
    border-radius: 8px;
    background: #8a8a8a00;
    box-shadow: inset 0px -12px 36px #6fc48959, inset -20px -20px 60px #3dabe042;
}

li.box2 {
    padding: 10px 45px;
    border-radius: 8px;
    background: #8a8a8a00;
    box-shadow: inset 0px -12px 36px #6fc48959, inset -20px -20px 60px #e4e80942;
}
li.box i {
    position: absolute;
    background: linear-gradient(190deg,#3cade2 0,#72c484 100%);
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 9px;
    font-size: 22px;
    border-radius: 8px;
    margin-left: -55px;
    margin-top: 4px;
}
li.box:hover {
    animation-name: linkb;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
li.box2:hover {
    animation-name: linkb;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
li.box p {
    font-size: 14px;
    margin-bottom: 4px;
    text-transform: capitalize;
}
li.box2 p {
    font-size: 14px;
    margin-bottom: 4px;
    text-transform: capitalize;
}
li.box a {
    font-size: 15px;
    color: #3dace1;
    text-decoration: none;
}
li.box2 a {
    font-size: 15px;
    color: #3dace1;
    text-decoration: none;
}
.appointment-form {
    position: relative;
    background-color: #fff;
    padding: 60px 50px 50px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .28)
}

.appointment-form .row {
    margin: 0 -10px
}

.appointment-form .form-group {
    padding: 0 10px;
    margin-bottom: 20px
}


.appointment-form .sec-title {
    margin-bottom: 45px
}

.appointment-form .theme-btn {
    font-size: 18px;
    font-weight: 500
}

.default-form .form-group .icon {
    position: absolute;
    right: 13px;
    top: 1px;
    bottom: 1px;
    width: 48px;
    color: #999;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: 0;
    user-select: none;
    background: #fff;
    pointer-events: none
}

.appointment-form {
    position: relative;
    padding: 60px 50px 50px;
    border-radius: 20px;
    /* box-shadow: 4px 4px 16px rgb(101 193 161 / 7%), -4px -4px 16px rgb(70 178 210 / 35%);
    -webkit-box-shadow: 4px 4px 16px rgb(101 193 161 / 7%), -4px -4px 16px rgb(70 178 210 / 35%);
    -moz-box-shadow: 4px 4px 16px rgb(101 193 161 / 7%), -4px -4px 16px rgb(70 178 210 / 35%);*/
    background-image: url(../images/allbanner-bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background: #8a8a8a00;
    box-shadow: inset 0px -12px 36px #6fc48959, inset -20px -20px 60px #3dabe042;
}

.appointment-form h2{
    -webkit-box-reflect: below -10px linear-gradient(transparent, rgba(0,0,0,.2));
    background: -webkit-linear-gradient(#3cade2, #6bc496);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.default-form {
    position: relative
}


.appointment-form input,
select {
    position: relative;
    width: 100%;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 28px;
    padding: 15px 20px;
    height: 45px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #acacac;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.appointment-form textarea.form-control {
    border-radius: 8px;
    border: 0px;
}

.content-column .btnn a {
    display: block;
    border: #fff solid 1px;
    padding: 5px 10px;
    color: #fff
}

.content-column .btnn a:hover {
    display: block;
    background: #fff;
    border: #2957a4 solid 1px;
    padding: 5px 10px;
    color: #2957a4
}

.industries-serve {
    position: relative;
    background: url(assets/images/rrt1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}

.servicebox-col {
    width: 100%;
    background: #00000003;
  /* -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%); */
    padding: 15px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    transition: all .3s ease-in;
    min-height: 160px;
     border-radius: 10px;
     box-shadow: 4px 4px 16px rgb(62 170 223 / 16%), -4px -4px 16px rgb(114 103 175 / 26%);
    -webkit-box-shadow: 4px 4px 16px rgb(62 170 223 / 16%), -4px -4px 16px rgb(114 103 175 / 26%);
    -moz-box-shadow: 4px 4px 16px rgb(62 170 223 / 16%), -4px -4px 16px rgb(114 103 175 / 26%);

}

.servicebox-col h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    background: -webkit-linear-gradient(#3cade2, #6bc496);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.servicebox-col h4 {
    font-size: 50px;
    -webkit-box-reflect: below -10px linear-gradient(transparent, rgba(0,0,0,.2));
    background: -webkit-linear-gradient(#3cade2, #6bc496);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.servicebox-col:hover {
    box-shadow: 0 3px 10px 0 #151615;
    animation-name: linkb;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    box-shadow: 0 3px 10px 0 #46a2da63;
     opacity: 1;
	 background: url(assets/images/rrt1.jpg);
	 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.process-we {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background: url(../images/client.jpg);

    background-attachment: fixed;
    background-size: cover;
    z-index: 1;

}
.process-box:hover{
  animation-name: linkb;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}


.form-control {
    position: relative;
    width: 100%;
    display: block;
    color: #999;
    font-size: 15px;
    line-height: 28px;
    padding: 8px 20px;
    height: 40px;
    background-color: #fcfeff;
    border: 1px solid #acacac;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.form-group .submit-btn {
    padding: 8px 15px;
    border: none;
    color: #fff;
    background: #2957a4;
    width: 100%
}

.form-group select {
    user-select: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}






.appointment-btn a {
    display: block;
    background: #2957a4;
    border: #2957a4 solid 1px;
    color: #fff
}

.appointment-btn a:hover {
    background: 0 0;
    color: #2957a4
}

.appointment-popup-form .form-control {
    background: #fcfeff
}

textarea.form-control {
    resize: none
}

.form-group sup {
    color: #e30003
}


h4 {
    margin: 10px 0;
    color: #2957a4
}


.bordline {
    margin: 35px 0;
    width: 100%;
    height: 0;
    background: 0 0;
    border-bottom: solid 1px #2957a4
}

.callback {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: fixed;
    right: -37px;
    z-index: 9999;
    top: 45%;
    z-index: 1;
}

.callback a {
    color: #fff;
  background-image: -webkit-linear-gradient(154deg, #7d58a5 3%, #3cade2 34%, #fff 50%);
  background-image: linear-gradient(154deg, #7d58a5 3%, #3cade2 34%, #fff 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
   padding: 10px 25px !important;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 15px;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.callback a:hover {
     background-position: 100%;
  color: #3cade2;
  animation-name: linkb;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
    }

#callback h4 {
    padding: 0;
    margin: 0
}


.headding-bg .headding11 {
    position: relative
}

.headding-bg .headding11 img {
    position: absolute;
    right: 0;
    top: -25px
}

.department-page .blogs-1 {
    margin: 25px 0 0
}


.make-an-appointment {
    background: #f4f4f4;
    padding: 10px 15px
}

.make-an-appointment h4 {
    margin: 5px 0 0
}

.mobile {
    display: none
}

.events-sec {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background: url(assets/images/form.jpg);

    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}

.owl-theme .owl-controls .owl-page span{
    background: linear-gradient(180deg,#518cc970 0,#5da67a57 100%);
}
.owl-theme .owl-controls .owl-page span:hover{
    background:#3cade2;
    animation-name: linkb;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.linkb {
  color: #fff;
  background-image: -webkit-linear-gradient(30deg, #7d58a5 3%, #3cade2 34%, #fff 50%);
  background-image: linear-gradient(30deg, #7d58a5 3%, #3cade2 34%, #fff 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
   margin-right: 40px;
   padding: 10px 25px !important;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 15px;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.linkb:hover {
  background-position: 100%;
  color: #3cade2;
  animation-name: linkb;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
/* Wobble Vertical */
@keyframes linkb {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}


a.headding2{
    font-size: 20px !important;
    font-weight: 600 !important;
    
}
.newnav.dark li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 10px;
}
ul.d-f li a {
    color: #000 !important;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}

.newnav>ul>li>a {
    padding: 15px 5px
}

.topline {
    border-top: 1px solid #ddd
}

.brekk {
    display: none
}

.event-detais {
    padding: 40px 0;
    background: #efefef
}

.event-detais p strong {
    width: auto;
    position: absolute;
    left: 15px
}

.event-detais p {
    padding-left: 120px;
    text-align: left
}





#myModal p {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 0;
}

#myModal a {
    color: #000
}



.carousel-indicators {
    bottom: -20px;
}

.states-sect {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}

.states-sect .card-box2{
    min-width: 250px;
    max-width: 250px;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    padding: 45px 25px;
    border-radius: 20px;
    max-width: 100%;
    min-width: 100%;

    box-shadow: inset 0px -12px 36px #6fc48959, inset -20px -20px 60px #e4e80942;
} 
.states-sect .card-box {
    min-width: 250px;
    max-width: 250px;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    padding: 45px 25px;
    border-radius: 20px;
    max-width: 100%;
    min-width: 100%;
    /* background: linear-gradient(5deg, #3eabe05e 0%,#11091a17 100%);
    box-shadow: inset 0px -12px 36px #6ec48f96, inset -20px -20px 60px #7166af45; */
    box-shadow: inset 0px -12px 36px #6fc48959, inset -20px -20px 60px #3dabe042;
}
.states-sect .card-box:hover {
  animation-name: linkb;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.states-sect .card-box h3 {
    font-size: 20px;
    font-family:  "Sansita", Sans-serif;;
    margin-top: 30px;
    font-weight: 200;
}

.states-sect .card-box .desc {
    text-align: center;
}
ul.row.d-flex.partner-imgs.p-0.mb-0 {
    list-style: none;
}
@media(min-width:0px) and (max-width:1199px) {
    h2.comp.mb-3 {font-size: 28px;}
    .states-sect {
        padding-bottom: 0;
        margin-bottom: 3em;
    }

    .states-sect .mob-row {
        overflow: hidden;
        overflow-x: scroll;
        position: relative;
        bottom: -3em;
        padding: 16px 0px;
    }

    .states-sect .mob-row .mt-35 {
        margin-top: 0;
    }

    .states-sect .mob-row .col,.states-sect .mob-row>[class*=col-] {
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        max-width: 250px;
    }

    .states-sect .mob-row .card-box {
        margin-bottom: 10px!important;
    }
}







.contact-button {
    display: block;
    width: 100%;
 color: #fff;
  background-image: -webkit-linear-gradient(30deg, #7d58a5 3%, #3cade2 34%, #fff 50%);
  background-image: linear-gradient(30deg, #7d58a5 3%, #3cade2 34%, #fff 50%);
  background-size: 900px;
  background-repeat: no-repeat;
  background-position: 0%;
   padding: 10px 25px !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 15px;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border: 0px;
}
.contact-button:hover {
  background-position: 100%;
  color: #3cade2;
}


button.btn.btn-submit {
    background: linear-gradient(176deg,#33baeb 0,#7d58a5 100%);
    border: 0px;
    color: #fff;
    padding: 7px 50px;
    text-transform: uppercase;
    border-radius: 20px;
}
.form-control:focus {
    background-color: #fff;
    border-color: #3eaae0;
    box-shadow: 0 0 0 0.2rem rgb(112 106 178 / 0%);
}

label {
    margin-bottom: 0.2rem;
    font-weight: 500;
}



.content-box h2{
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 20px;
}
.content-box p {
    width: 98%;
}
.content-box span{
font-weight: 600;
}

/*responsive technology tab */
@media(min-width:0px) and (max-width:768px) {
    .technology-tab .nav-tabs {
       width: 400px; 
       margin: auto;
   
    }
} 
.technology-tab {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}
.technology-tab .nav-tabs {
    width: 35%;
    border-bottom: 0px solid #dee2e6;
    margin: auto;
    background: #79f21600;
    box-shadow: inset 0px -12px 36px #6fc48959, inset -20px -20px 60px #3dabe042;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 15px;
}
.technology-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #8ecfee;
    background-color: #ffffff42;
    border-color: transparent;
    box-shadow: inset 0px -12px 36px #6fc48959, inset -20px -20px 60px #3dabe042;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 15px;
}
.technology-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.technology-tab a {
    color: #60bce8;
}
.technology-tab .servicebox-col img{
    margin-top: 15px;
    width: 50px;
    height: 50px;
}
.technology-tab .servicebox-col h3 {
    margin-top: 20px;
}

ul.list-d {
    color: #b5aeae;
    padding-left: 25px;
    list-style: square;
}

hr {
    border-top: 1px solid rgb(62 170 224);
}
h5.title {
    font-size: 32px;
    font-weight: 600;
}

.mission-b img:hover {
    transition: all 0.7s cubic-bezier(.25,.8,.25,1);
    transform: rotate( 360deg);
    border-radius: 50%;
    background: #000;
}
.mission-b {
    padding: 30px 0px;
}
.br-l {
    border-left: 1px solid #43a3db;
    border-right: 1px solid #43a3db;
}
.mission-b p {
    width: 85%;
    margin: auto;
    text-align: center;
}
.mission-b img {
    border-radius: 50%;
    width: 50%;
    margin-bottom: -5px;
}
 
/* .image {
    width: 80%;
     transform: scale(0.1);
     animation: image 12s ease-out infinite;
}
 @keyframes image {
     25% {
         opacity: 1;
    }
     33.3% {
         opacity: 1;
         transform: translateY(2.28rem);
    }
     66.6% {
         opacity: 1;
         transform: translateY(3.12rem);
    }
     100% {
         opacity: 0;
         transform: translateY(8.8rem) scale(0.5);
    }
} */


.footer {
    background: #000000;
    
    overflow: hidden;
    margin-top: 70px
}
.footer .footer1 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  margin-bottom: 225px;
}
.footer p {
    color: #efefef;
    font-size: 14px;
    text-decoration: none;
}



.footer h5 {
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 0 5px 0;
    font-size: 23px
}

.footer .quick-links ul li {
    list-style:none;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
	padding-right: 10%;
    text-decoration: none;

}

.footer .quick-links ul li a {
    color: #efefef;
	/* list-style:none; */
	text-decoration: none;

}

.footer .quick-links ul li a::after {
    content: '';
	list-style:none;

    display: block;
    width: 0;
    margin-left: 0;
    height: 1px;
    background: #41a8de;
    transition: width .4s
}

.footer .quick-links ul li a:hover::after {
    width: 100px;
    transition: width .4s
}

.flogo p {
    text-align: left;
    margin: 5px 0 0;
    font-size: 13px
}

.footer p a {
    color: #efefef;
    text-decoration: none;
}

.flogo img {
   width: 220px;
    margin-bottom: 10px;
}

.getintouch i {
    font-size: 18px;
    width: 23px;
}

@media screen and (max-device-width: 480px){

.social-icon-bottom li a {
    color: #fff;
    transition: all .3s ease-in;
    font-size: 20px
}
}
/* footer resposive address*/
@media only screen and (max-width: 600px) 
{
   .footer .getintouch p {
        color: #efefef;
        font-size: 12px;
        margin-bottom: 11px;
        text-align:left;
    }
}
/* footer all link responsive*/
@media only screen and (max-width: 600px) 
{
   .footer .quick-links   ul li {
        color: #efefef;
        font-size: 12px;
        margin-bottom: 12px;
        text-align:left;
    }
}
.getintouch p {
    color: #efefef;
    font-size: 15px;
    margin-bottom: 11px;
    text-align: left;
}
.getintouch p::after {
    content: '';
    display: block;
    width: 0;
    margin-left: 0;
    height: 1px;
    background: #41a8de;
    transition: width .4s
}
.getintouch p:hover::after {
    width: 100px;
    transition: width .4s
}
.social-icon-bottom {
    text-align: left;
    padding: 0;
    margin: 10px 0 0
}
.social-icon-bottom li {
    display: inline-block;
    margin: 0 6px;
    text-align: center;
    margin-bottom:15px;
}
.social-icon-bottom li:hover {
  animation-name: linkb;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.social-icon-bottom li a {
    color: #fff;
    transition: all .3s ease-in;
    font-size: 20px
}

.social-icon-bottom li a:hover {
    color: #13acbd;
    transition: all .3s ease-in;
}

.logo-sec-footer {
    margin: 0 40px 0 0
}



/* #back-to-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    transition: opacity .5s ease-out;
    opacity: 0;
     background:linear-gradient(180deg,#518cc970 0,#5da67a57 100%);
    color: #fff;
    box-shadow: 4px 4px 16px rgb(62 170 223 / 16%), -4px -4px 16px rgb(114 103 175 / 26%);
    -webkit-box-shadow: 4px 4px 16px rgb(62 170 223 / 16%), -4px -4px 16px rgb(114 103 175 / 26%);
    -moz-box-shadow: 4px 4px 16px rgb(62 170 223 / 16%), -4px -4px 16px rgb(114 103 175 / 26%);
    font-size: 20px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 41px;
}

#back-to-top.show {
    opacity: 1
} */

.let-box{
    padding: 50px 40px;
    background: #8a8a8a00;
    box-shadow: inset 0px -12px 36px #6fc48959, inset -20px -20px 60px #3dabe042;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 50px;
}
.let-box .form-control {
    color: #fff;
    background: #8a8a8a00;
    box-shadow: inset 0px -12px 36px #6fc48959, inset -20px -20px 60px #3dabe042;
    border: 0px;
}

.let-box h2 {
    font-size: 56px;
    font-weight: 700;
}


/* portfolio-tab  */

.portfolio-tab .blogs-1{
    padding: 0px;
}
.profile-link p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.portfolio-tab .nav-tabs {
    width: 100%;
    margin: auto;
    border-bottom: 0px solid #dee2e6;
    color: #8ecfee;
    background-color: #ffffff00;
    border-color: transparent;
    box-shadow: inset 0px -12px 36px #ffffff00, inset -20px -20px 60px #ffffff00;
    border-radius: 0px;
    padding: 10px;
    
}

.portfolio-tab a {color: #c6c6c6;}
.portfolio-tab a.active {
    -webkit-box-reflect: below -10px linear-gradient(transparent, rgba(0,0,0,.2));
    background: -webkit-linear-gradient(#3cade2, #6bc496);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.portfolio-tab a:hover {
    -webkit-box-reflect: below -10px linear-gradient(transparent, rgba(0,0,0,.2));
    background: -webkit-linear-gradient(#3cade2, #6bc496);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;   
}


.box1 {
    display: flex;
    background: #8a8a8a00;
    box-shadow: inset 0px -12px 36px #6fc48959, inset -20px -20px 60px #3dabe042;
    padding: 20px 30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 30px;
}
span.bx {
    font-size: 100px;
    margin-right: 20px;
    font-weight: 900;
    padding: 22px;
    color: #fff;
    line-height: 70px;
    border-radius: 10px;
    background-image: linear-gradient(41deg, #7d58a5b8 12%, #3cade257 40%);
}
.box1 h5 {
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div#testimonial-slider1 {
    background: #8a8a8a00;
    box-shadow: inset 0px -12px 36px #6fc48959, inset -20px -20px 60px #3dabe042;
    padding: 20px 30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 30px;
    margin-top: 15px;
}

@media(min-width:0px) and (max-width:768px) {
    .hidden-sm{display: none;
	list-style: none;}
    #back-to-top {bottom: 70px;font-size: 16px;}
    .mobile {display: block; }
    .pd {padding: 8px;}
    .sticky-footer .d-flex{display:inherit !important;}
    .services-we-inner h4 {font-size: 20px;}
    .let-box h2 {font-size: 40px;}
    

    .circles li:nth-child(1){
        left: 25%;
        width: 50px;
        height: 3px;
        animation-delay: 0s;
    }


    .circles li:nth-child(2){
        left: 10%;
        width: 10px;
        height: 10px;
        animation-delay: 2s;
        animation-duration: 12s;
    }

    .circles li:nth-child(3){
        left: 70%;
        width: 30px;
        height: 5px;
        animation-delay: 4s;
    }

    .circles li:nth-child(4){
        left: 40%;
        width: 50px;
        height: 2px;
        animation-delay: 0s;
        animation-duration: 18s;
    }

    .circles li:nth-child(5){
        left: 65%;
        width: 15px;
        height: 15px;
        animation-delay: 0s;
    }

    .circles li:nth-child(6){
        left: 75%;
        width: 45px;
        height: 55px;
        animation-delay: 50s;
    }

    .circles li:nth-child(7){
        left: 35%;
        width: 10px;
        height: 10px;
        animation-delay: 7s;
    }

    .circles li:nth-child(8){
        left: 50%;
        width: 20px;
        height: 25px;
        animation-delay: 15s;
        animation-duration: 45s;
    }

    .circles li:nth-child(9){
        left: 20%;
        width: 15px;
        height: 15px;
        animation-delay: 2s;
        animation-duration: 35s;
    }

    .circles li:nth-child(10){
        left: 85%;
        width: 35px;
        height: 35px;
        animation-delay: 0s;
        animation-duration: 11s;
    }
    .circles li:nth-child(11){
        left: 5%;
        width: 40px;
        height: 40px;
        animation-delay: 0s;
        animation-duration: 11s;
    }
    #myModal {
        margin-top: 20%;
    }

}



h1.career-title {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
}
p.career-p {
    font-size: 24px;
    width: 60%;
}

img.img-fluid.career-img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 40px;
}




h1.comp-nam {
    font-size: 50px;
    font-weight: 600;
}


.p-100{
    padding: 125px;
}

h5.bg-title {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#c3ffff, #59ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* career page */
@media screen and (max-device-width: 600px){

    .career { 
        margin:auto;
        width:250px;
        height: auto;
        box-shadow:dark ;
        font-size: 15px;
      }

}