@charset "utf-8";
@import url(https: //fonts.googleapis.com/css2?family=Nunito+Sans:ital, wght@0, 200;
 0,
300;
0,
400;
0,
600;
1,
200;
1,
300;
1,
400;
1,
600&display=swap);
/*AFA8BA #121189 #4A4453 */
/*===========sunil sharma nixxit website Design=============*/
 /*=====USe bootstarp 4======*/
 /*=====Main Css File=====*/
* {
    magin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
aside,
b,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
main,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: none;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.navbar-toggler{
border:1px solid #000;
padding:5px 10px;
}




.navbar-collapse{
  background:#fff;
  padding:0;
}

@media (max-width: 991px){
  .navbar-collapse{
    padding:15px;
  }
}








.cls {
    clear: both;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border: none;
}

li,
ol,
ul {
    list-style: none;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

#page-warpper {
    width: auto;
}

p {
    color: #000;
}

.top-header {
    background: #ae21a0;
    color: #fff;
    padding: 0px 0;
    font-size: 13px;
    font-weight: 700;
}

a.nav-link.call-btn {
    background: #121189;
    color: #fff!important;
    border-radius: 9px;
    padding: 1px;
    margin-top: 6px;
}

li.nav-item {
    margin: 0 10px;
}

a.nav-link {
    font-weight: 700;
    font-size: 16px;
}

.dropdown-menu.show {
    padding: 0;
    border: 1px solid #fff;
}

p.second-cap {
    font-size: 16px;
    font-weight: normal;
    /* padding: 42px 0px; */
    margin-bottom: 26px;
}


/*a.dropdown-item {

    background: #121189;

    color: #fff;

    border-bottom: 1px solid #fff;

}*/

.copyright {
    background: #121189d9;
}

.copyright p.text-center {
    color: #fff;
}

p.heading {
    font-weight: 700;
    font-size: 18px;
}

section.slider {
    background: #0195be;
    padding: 50px 0;
}

section.services {
    padding: 100px 0;
    background: #55d99e21;
}

strong {
    color: #000;
    font-weight: 700;
}

.slider-caption p {
    color: #ffff;
}

.slider-caption h3 {
    font-size: 55px;
    line-height: initial;
    font-weight: 700;
    color: #fff;
}

.slider-caption {
    margin-top: 73px;
}

.main-header {
    border-bottom: 1px solid #ebebeb;
}

.icon-sape {
    background-color: #000;
    color: #fff;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 11111111;
}

.icon-sape {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    animation: one-animated 10s infinite;
    font-size: 25px;
    margin: auto;
}

@keyframes one-animated {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70% box-shadow:15px 15px 50px rgba(0, 0, 0, .2);
    }
    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%
    }
    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45% box-shadow:-10px -5px 50px rgba(0, 0, 0, .2);
    }
    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%
    }
}

.box h5 {
    padding: 14px;
}

.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125)!important;
    transition: all .2s ease-out;
    will-change: transform;
}

.box {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .12);
    border-radius: 1.5rem!important;
    text-align: center;
    padding: 27px 20px;
    background: #fff;
}

section.services {
    padding: 100px 0;
}

.testi-box {
    position: relative;
}

.testi-box:before {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 98%;
    height: 70%;
    content: "";
    background: #55d99e;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    z-index: 1;
}

.testimonials .item {
    background: #121189;
}

.testimonials .item p {
    color: #fff;
    padding: 50px;
}

.progress-container {
    background-color: rgba(150, 150, 150, .6);
    height: 10px;
    width: 100%
}

.progress-bar {
    background-color: #2196f3;
    height: 10px;
    width: 0%
}

.content {
    padding: 2em;
}

.pp {
    position: fixed;
    top: 37%;
    width: 100%;
    z-index: 1;
}

.blog-box {
    background: #55d99e45;
    text-align: center;
}

section.page-cover {
    background-image: url(../images/page-bg.jpg);
    color: #fff;
    text-align: center;
    padding: 67px 0;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.all-service {
    border: 1px solid #ccc;
    margin-top: 0px;
}

ul.side-bar {
    padding: 15px 15px;
}

.page-cover h1 {
    font-size: 25px;
    font-weight: bold;
    padding: 17px 0px;
}

.blog-info {
    background: #121189;
    color: #fff;
    padding: 12px 0px;
    text-align: center;
}

section.page-cover:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(75deg, rgba(26, 44, 121, .88) 10%, rgb(97 60 235))!important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.animate-border {
    position: relative;
    display: inline-block;
    width: 115px;
    height: 4px;
    background: #0195be;
    overflow: hidden;
    margin-top: 3px;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.disclamer.text-center {
    padding: 100px;
    background: #f6f6f6;
}

.main-footer {
    background: #0195be;
    color: #fff;
    padding: 50px 0;
}

li.title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
}

footer .container {
    background: url(../images/13.png);
    background-size: contain;
}

.blog-box {
    background: #55d99e45;
    border: 4px solid #ccc;
}

.img-caption {
    padding: 13px 13px;
    text-align: justify;
}

.img-caption h3 {
    margin-bottom: 13px;
}

a.rdmr {
    background: #6139ec;
    color: #fff;
    padding: 4px 7px;
}

img.size-img {
    height: 198px;
    width: 100%
}

.main-footer .btn-link {
    color: #fff;
    padding: 0;
    font-style: italic;
    font-weight: 700;
}

.page-contant-hare h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 25px;
    color: #ae21a0;
    font-weight: 700;
    margin: 10px 0;
}

.page-contant-hare p {
    color: #868894;
    line-height: 35px;
    font-size: 19px;
    text-align: justify;
}

.page-contant-hare ul li {
    color: #868894;
    line-height: 35px;
    font-size: 19px;
    text-align: justify;
}

.page-contant-hare a {
    color: #6faef4;
    font-weight: 700;
}

section.page-contant-hare {
    padding: 60px 0;
    background: #fcfbff;
}

.comment,
.page-contant-hare {
    background: #12118914;
    padding: 9px 16px;
}

.blog-img-hare {
    height: 350px!important;
    width: 100%!important;
}

.side-bar article {
    background: #ede9fd;
    margin-bottom: 21px;
}

h3.bg-title {
    background: #121189;
    color: #fff;
    padding: 6px 6px;
    text-transform: uppercase;
}

ul.list-inline.side-bar li {
    border: 1px solid #000;
    width: 100%;
    padding: 14px;
    background: #55d99e2e;
    margin-bottom: 8px;
}

ul.list-inline.side-bar li:hover {
    background: #121189;
    color: #fff;
    transition: 1s;
}

.centeredBox {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    height: 30px;
}

.ss {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    position: relative;
    animation-timing-function: linear;
}

@keyframes rotateMe {
    50% {
        transform: rotate(180deg);
    }
}

.slider-img {
    position: absolute;
    top: 86px;
}

.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

.progress-bar {
    height: 8px;
    background: #4caf50;
    width: 0%
}

.progress-container.fixed-line {
    position: fixed;
    z-index: 1111111111111111;
    width: 50.0%;
    top: 0%;
}

.progress-bar {
    height: 49px;
    background: #55d998;
    width: 0%;
    border-bottom: 1px solid #f79516;
}

.progress-container {
    width: 100%;
    height: 49px;
    background: #121189;
}

.progress-container p {
    display: none;
}

.progress-container.fixed-line p {
    display: inherit;
    color: #fff;
    z-index: 1111;
    width: 100%;
    overflow: hidden;
}

.testimonials {
    background-image: url(../images/bg1.jpg);
    padding: 100px 0px;
}

p.heading {
    font-size: 31px;
}

button.btn.btn-cu {
    background: #000;
    color: #fff;
    padding: 8px 24px;
    font-weight: bold;
}

button.btn.btn-cu:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    transition: 1s;
}

.box h5 {
    font-size: 21px;
    color: #0195be;
    padding: 8px 0px;
}

.testimonials .item p {
    position: relative;
}

.testimonials .item p:before {
    content: "\f10d";
    position: absolute;
    font-family: 'FontAwesome';
    top: 37px;
    left: 28px;
}


/*.testimonials .item p:after {

   content: "\f10e";

    position: absolute;

    font-family: 'FontAwesome';

    top: 37px;

    left: 28px;

}*/

h5.clint-name.p-0.text-center.text-white {
    font-size: 19px;
    padding: 0px !important;
    margin: 0px !important;
    font-style: italic;
    padding-bottom: 50px !important;
}

.testimonials .item p {
    color: #fff;
    /* padding: 18px 50px; */
    padding: 50px 50px 25px 50px;
}

.greeting-clint {
    border: 4px solid #646464;
    padding: 50px 50px 70px;
}

.greeting-clint h3 {
    font-size: 37px;
    color: #646464;
}

.logo-clint {
    background: #ffffff;
    background: #ffffff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    position: absolute;
    left: 0px;
    right: 0px;
    top: -69px;
}

img.img-fluid.clint-logo {
    width: 75% !important;
    margin: auto !important;
}

.our-clint {
    background-image: url(../images/pattern.png);
    padding: 100px 0px;
    position: relative;
    background-position: center center;
    background-attachment: fixed;
}

.testimonials h3.heading {
    font-size: 37px;
    color: #fff;
}

section.get-to-touch {
    padding: 50px 0px;
    background: #e9faf2;
}

.about-us {
    padding: 100px 0px;
}

ul.number-box.list-inline li {
    /* background: #000; */
    padding: 13px;
    text-align: center;
    width: 115px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .12);
    border-radius: 17px;
    margin: 23px 0px;
}

button.btn.btn-cu-nd {
    border: 2px solid #000;
    font-weight: bold;
}

button.btn.btn-cu-nd:hover {
    background: #000;
    color: #fff;
    font-weight: bold;
    transition: 1s;
}

p.number-area {
    font-size: 50px;
    font-weight: bold;
    color: #121189;
    font-style: italic;
    width: 50px;
    background: #000;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 34px;
    line-height: 50px;
}

section.services-hare {
    padding: 100px 0px;
}

span.sub-heading {
    color: #ae21a0;
    font-weight: bold;
    text-transform: capitalize;
    font-stretch: 36px !important;
    letter-spacing: 2px;
}

.plaming-caption {
    /* background: url(../images/process-bg.jpg) !important; */
    /* padding: 30px 30px 29px 30px; */
    color: #fff;
    margin-top: 30%;
}

img.mx-auto.d-block.icon {
    background: #000;
    padding: 11px;
    border-radius: 50%;
}

section.work-planing {
    background: #0195be;
    padding: 48px 0px;
}

p.number-txt {
    color: #fff;
    font-size: 13px;
}

.number-box-area {
    padding: 18px 16px;
    background-color: #ae21a0;
    border-radius: 10px 10px 50px 10px;
    margin-bottom: 26px;
    border: 1px solid #182AEE45;
}

.services-box {
    text-align: center;
    background-image: url(../images/counter-bg.png);
    border: 1px solid #ccc;
    padding: 50px 16px;
    margin-bottom: 30px;
}

h3.number-title {
    color: #fff;
}

h3.service-anme {
    font-size: 20px;
}

.contact-us-home {
    padding: 100px 0px;
    background: #f6f7f9;
}

.box-contactus {
    background: #0195be;
    color: #000;
    padding: 16px 27px;
    margin-bottom: 11px;
    border: 3px solid #000;
    text-align: center;
    border-radius: 19px;
    height: 225px;
}

.box-contactus h3 {
    color: #fff;
}

article.contct-form-home h3 {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-style: italic;
}

article.contct-form-home p {
    margin-bottom: 13px;
    text-align: center;
    margin-top: 6px;
}

.row.heading-section {
    margin-bottom: 55px;
}

.box-contactus h3 {
    font-size: 17px;
    color: #fff;
    margin-top: 17px;
    font-weight: normal;
}

article.contct-form-home {
    background: #fff;
    /* padding: 100px; */
    border: 1px solid #ccc;
    padding: 16px 39px;
}

.box-contactus i {
    color: #000;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    font-size: 22px;
}

a.rounded .fa {
    width: 29px !important;
    height: 29px;
    background: #000;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    margin-top: 16px;
}

a.navbar-brand {
    margin-top: -39px;
    width: 100px;
    background: #fff;
}

.design:before {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0px;
    width: 350px;
    padding: 19px 0px;
}




.design:after {
    position: absolute;
    left: 350px;
    top: 0px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 0 0 27px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.main-footer ul li {
    font-size: 14px;
    padding: 6px 0px;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #ae21a0;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

ul.side-bar li {
    border: 2px solid #121189;
    padding: 12px;
    margin-bottom: 5px;
}

ul.side-bar li:hover {
    background: #121189;
    cursor: pointer;
    color: #fff;
    transition: 1s;
    border: 2px solid #000;
}

ul.side-bar a {
    font-weight: bold;
}

article.contct-form-side {
    border: 1px solid #ccc;
}

section.blog-detais {
    padding: 50px 0px;
}

form#commentfrm {
    padding: 13px 8px;
}

h3.bg-title {
    background: #121189;
    color: #fff;
    padding: 11px 0px;
    text-transform: uppercase;
    font-size: 21px;
    text-align: center;
    font-style: italic;
    margin: 0px !important;
}

.services-box:hover {
    background: #0194bf;
    color: #fff;
    transition: 1s;
    border: 1px solid #55d99e;
}

.services-box:hover h3.service-anme {
    color: #fff;
    transition: 1s;
}

.services-box:hover p {
    color: #fff;
    transition: 1s;
}

.services-box:hover img.icon {
    transform: rotate(360deg);
    transition: 1s;
    background-color: #ae21a0;
}

.career .accordion>.card .card-header {
    padding: 0px;
}

button.btn.btn-link.collapsed:hover {
    text-decoration: none;
    color: #000;
}

button.btn.btn-link.collapsed {
    color: #121189;
    font-weight: bold;
}

.mega-menu {
    width: 704px;
    margin: auto;
    left: -226px;
    top: 67px;
}

.dropdown-menu.mega-menu.show {
    margin: auto;
}

.service-sec {
    float: left;
    width: 33.33%;
}

.service-sec a.dropdown-item {
    padding: 8px 13px;
    font-size: 13px;
}

.service-sec h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 10px;
}

article.service-page ul li {
    position: relative;
    margin-left: 24px;
    color: #868894;
    padding: 6px 0px;
}

article.service-page ul li:before {
    position: absolute;
    content: "\f14a";
    font-family: 'FontAwesome';
    left: -20px;
    color: #121189;
}

article.sub-services {
    padding: 31px 34px;
    background: #ffffff;
    margin-bottom: 3px;
}

strong {
    color: #707070!important;
    font-weight: 600 !important;
}


/*.service-details-hare h1, h2, h3, h4, h5, h6 {

    font-size: 22px;

    color: #333333;

    font-weight: 600;

    margin: 10px 0;

    text-align: justify;

}

.service-details-hare p{ text-align: justify; }



*/

.sub-services {
    border: 1px solid #ccc;
    background: #cccccc17 !important;
}

.sub-services {
    border: 1px solid #ccc;
}

.sub-services:nth-child(odd) {
    background: #cccccc17 !important;
}

.sub-services:nth-child(even) {
    background: #cccccc59 !important;
}

.service-side-bar {
    height: 100vh;
    min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 1%;
}

html {
    scroll-behavior: smooth;
}

.sub-services h3 {
    font-style: italic;
}

.icon-box {
    position: relative;
    width: 75px;
    height: 75px;
    color: #0a2aa6;
    font-size: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 110px;
    margin: 0 auto;
    z-index: 1;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.circles-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circle-two {
    position: absolute;
    left: 8px;
    bottom: 6px;
    width: 15px;
    height: 15px;
    z-index: 1;
    border-radius: 50%;
    display: inline-block;
    background-color: #55d998;
}

.circle-one {
    position: absolute;
    right: 8px;
    width: 15px;
    height: 15px;
    z-index: 1;
    border-radius: 50%;
    display: inline-block;
    background-color: #121189;
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

@-moz-keyframes rotateme {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
}

@-o-keyframes rotateme {
    0% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

.langauge-tech ul li .techonology-icon {
    width: 112px;
    margin: 36px 0px;
}

ul.flot-l {
    width: 50%;
    float: left;
}

ul.list-inline.bradcoms {
    width: 32%;
    margin: auto;
    background: #000;
    padding: 9px 16px;
    border-radius: 27px;
    border: 3px solid #fff;
}

a.dropdown-item:hover {
    /* background: #f0f8ff; */
    color: #121189;
    margin-left: 3px;
    transition: 1s;
}

section.blog-detais h2 {
    font-size: 20px;
    color: #0f1341;
}

section.blog-detais h3 {
    font-size: 19px;
    color: #0f1341;
}

section.blog-detais h4 {
    font-size: 20px;
    color: #0f1341;
}

section.blog-detais h5 {
    font-size: 20px;
    color: #0f1341;
}

section.blog-detais h6 {
    font-size: 20px;
    color: #0f1341;
}

h3.bg-title {
    color: #fff !important;
}

.hover-mask {
    border: 6px solid #55d99e;
}

.hover-mask a {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-mask img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-mask:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hover-mask a h2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    padding: 45% 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.hover-mask:hover a h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.hover-mask .glyphicon {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.hover-mask:hover .glyphicon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}

.register {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    margin-top: 3%;
    padding: 3%;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    padding: 10%;
    margin-top: 10%;
}

.btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}

.register .nav-tabs {
    margin-top: 8px;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 29%;
    float: right;
    padding: 6px 0px;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

ul.point-about li:before {
    position: absolute;
    content: "\f138";
    font-family: 'FontAwesome';
    left: 26px;
    color: #0195be;
}

ul.point-about {
    margin-left: 33px;
}

ul.point-about li {
    color: #868894;
    padding: 3px 0px;
}

.saph-img {
    border-radius: 30% 70% 69% 31% / 43% 44% 56% 57%
}

section.about-us.mid {
    background: aliceblue;
}

ul.number-box.list-inline.about-sec-undr li {
    width: 176px;
    background: #55d99e61;
    padding: 23px 0px;
}

ul.number-box.list-inline.about-sec-undr li p {
    color: #000;
    font-weight: bold;
}

.c-l {
    float: left;
}

.c-l p {
    float: left;
    font-weight: bold;
    color: #000 !important;
}

.c-r {
    float: right;
    width: 80%
}

.carrer-box li {
    padding: 10px;
}

ul.carr-point li {
    list-style: disc;
}

ul.social-link li a.rounded .fa {
    width: 20px !important;
    height: 20px;
    background: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-top: 0px !important;
    color: #000 !important;
    font-size: 10px;
}







