*{
    padding: 0px;
    margin: 0px;
}
body::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
    background-color: #00a6fb;
    outline: none;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    color: #0c0c0c;
    background-color: #fff;
}
.container{
    max-width: 94% !important;
    margin: auto;
}
.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}
::selection {
    color: #fff;
    background-color: #00a6fb;
}
::-moz-selection {
    color: #fff;
    background-color: #00a6fb;
}
.center {
    width: 50px;
    margin: auto;
}
.mouse-down {
    width: 30px !important;
    height: 50px;
    border: 1.5px solid #fff;
    border-radius: 20px;
    bottom: 40px;
    align-content: center;
    position: absolute;
}
i.fa.fa-long-arrow-right {
    text-indent: 6px;
    font-size: 10px;
}
.read-text {
    color: #fff !important;
    text-align: center;
    font-size: 13px !important;
    float: right;
    margin-top: 43px;
}
i.fa.fa-long-arrow-right {
    text-indent: 6px;
    font-size: 10px;
}
.read-text-hash {
    color: #737373 !important;
    text-align: center;
    font-size: 13px !important;
    float: right;
    margin-top: 43px;
}
.bullet {
    width:5px;
    height:5px;
    background:#fff;
    margin: auto auto;
    border-radius:8px;
    position:relative;

    -webkit-animation: scrollDownUp 3s infinite; /* Chrome, Safari, Opera */
    animation: scrollDownUp 3s infinite;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes scrollDownUp {
    0% {top: 5px;}
    50% {top: 20px;}
    100% {top: 5px;}
} 

/* Standard syntax */ 
@keyframes scrollDownUp {
    0% {top: 5px;}
    50% {top: 20px;}
    100% {top: 5px;}
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#011222;
    text-indent:-9999px;
    display:none;
    z-index: 999;
    -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;
}
#scroll:hover {
    background-color:#00a6fb;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.no-padding{
    padding: 0px;
}
/* #Navigation
================================================== */
.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    box-shadow: 0 0px 0px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 0px 0px 0 rgba(138, 155, 165, 0.15);
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #011222 !important;
}
.start-header.scroll-on .navbar-brand img{
    height: 70px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navigation-wrap{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar{
    padding: 0;
}
.navbar-brand img{
    height:90px;
    width: auto;
    display: block;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: #fff !important;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
    opacity: 0.8;
}
.nav-item.active .nav-link{
}
.nav-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 20px !important;
    padding: 5px 12px !important;
    font-weight: 600 !important;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.nav-item:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
    background-color: #fff0 !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
    width: 100%;
    display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}
h1{
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #212112;
    text-align: center;
}
p{
    text-align: center;
    margin: 0;
    padding-top: 10px;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
.hero-anime p{
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
    display: inline-block;
    transition: all 300ms linear;
    opacity: 1;
    transform: translate(0);
}
.hero-anime h1 span:nth-child(1){
    opacity: 0;
    transform: translateY(-20px);
}
.hero-anime h1 span:nth-child(2){
    opacity: 0;
    transform: translateY(-30px);
}
.hero-anime h1 span:nth-child(3){
    opacity: 0;
    transform: translateY(-50px);
}
.hero-anime h1 span:nth-child(4){
    opacity: 0;
    transform: translateY(-10px);
}
.hero-anime h1 span:nth-child(5){
    opacity: 0;
    transform: translateY(-50px);
}
.hero-anime h1 span:nth-child(6){
    opacity: 0;
    transform: translateY(-20px);
}
.hero-anime h1 span:nth-child(7){
    opacity: 0;
    transform: translateY(-40px);
}
.hero-anime h1 span:nth-child(8){
    opacity: 0;
    transform: translateY(-10px);
}
.hero-anime h1 span:nth-child(9){
    opacity: 0;
    transform: translateY(-30px);
}
.hero-anime h1 span:nth-child(10){
    opacity: 0;
    transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
.hero-anime h1 span:nth-child(11){
    opacity: 0;
    transform: translateY(30px);
}
.hero-anime h1 span:nth-child(12){
    opacity: 0;
    transform: translateY(50px);
}
.hero-anime h1 span:nth-child(13){
    opacity: 0;
    transform: translateY(20px);
}
.hero-anime h1 span:nth-child(14){
    opacity: 0;
    transform: translateY(30px);
}
.hero-anime h1 span:nth-child(15){
    opacity: 0;
    transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
} 
#switch {
    width: 60px;
    height: 8px;
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
.hero-anime #switch{
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}
.switched {
    border-color: #000 !important;
}
.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
    background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 10px!important;
    margin: 0;

}
.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    font-size: 18px !important;
    font-weight: 600;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    transition: all 200ms linear;
    border-radius: 2px;
}
.dropdown-item:hover, 
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129,103,169,.6);
}

.dark{
    color: #fff;
    background-color: #1f2029;
}
.dark h1{
    color: #fff;
}
.dark h1 span{
    transition-delay: 0ms !important;
}
.dark p{
    color: #fff;
    transition-delay: 0ms !important;
}
.dark .bg-light {
    background-color: #14151a !important;
}
.dark .start-header {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}
.dark .start-header.scroll-on {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}
.dark .nav-link{
    color: #fff !important;
}
.dark .nav-item.active .nav-link{
    color: #999 !important;
}
.dark .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.dark .dropdown-item {
    color: #fff;
}
.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}
.dark .navbar-light .navbar-toggler-icon:after, 
.dark .navbar-light .navbar-toggler-icon:before{
    background-color: #fff;
}
.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
    h1{
        font-size: 38px;
    }
    .nav-item:after{
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after{
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .dark .nav-item::before {
        background-color: #fff;
    }
    .dark .dropdown-toggle::after {
        background-color: #fff;
    }
    .dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}

/* #Link to page
================================================== */

.link-to-portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(12,12,12,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(12,12,12,.1);
}
a.get-touch-link {
    padding: 0.9rem 2.2rem;
    background-color: #00a6fb;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 58px;
}
a.get-touch-link:hover{
    color: #fff !important;
}
.get-touch {
    margin-left: 1rem;
    margin-top: -0.2rem;

}
a.nav-link.get-touch-link {
    color: #fff !important;
    padding: 0.3rem 2rem 0.3rem 2rem !important;
}
a.nav-link.get-touch-link:hover {
    color: #fff !important;
}
.bg-main {
    background-image: url(../images/19689.jpg);
    height: 625px;
    width: 100%;
    background-size: 100%;
}
#container {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    width: 100%;
    bottom: 36%;
    display: block;
    letter-spacing: -2px;
    left: 5%;
    position: absolute;
    line-height: 70px;
}
span.it-text {
    color: #00a6fb;
    font-family: 'Roboto', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
}

.thinkers-creators {
    padding: 10rem !important;
    text-align: center;
    background-color: #00a6fb;
}h3.about-text {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -2px;
}span.bold-text-hree {
    font-size: 3.2rem;
    font-weight: 800;
    color: #011222;
    font-family: 'Roboto', sans-serif;
}.btn-outline-secondary {
    color: #011222!important;
    border: solid 1.5px #011222 !important;
    font-size: 15px !important;
    background-color: #f7f7f7 !important;
    margin-top: 0.2rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 600 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-secondary:hover {
    color: #fff!important;
    border: solid 1.5px #011222 !important;
    font-size: 15px !important;
    background-color: #011222 !important;
    margin-top: 0.2rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 600 !important;
}
.no-padding.twelve-it-specialize {
    background-color: #efefef;
    padding: 4rem !important;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 7rem !important;
}h4.twelve-it-clients {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 200;
    margin-top: -1.5rem;
}.top-bar {
    width: 100%;
    clear: both;
}

.phone-icon {
    float: left;
    margin: 10px 0px 0px 0px;
    border-right: solid 1px #f1eded;
    padding-right: 11px;
}
.email-icon {
    float: left;
    margin: 10px 0px 0px 10px;
    border-right: solid 1px #f1eded;
    padding-right: 11px;
}
h4.bold-text {
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
a.get-touch-link {
    padding: 0.3rem 2rem 0.3rem 2rem !important;
    background-color: #00a6fb;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 58px;
}
a.get-touch-link:hover {
    padding: 0.3rem 2rem 0.3rem 2rem !important;
    background-color: #099ae4;
    color: #fff;
    border-radius: 58px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}
.get-touch {
    margin-left: 1rem;
}
.time-icon {
    float: left;
    margin: 10px 0px 0px 10px;
    border-right: solid 1px #f1eded;
    padding-right: 11px;
}
.float-le {
    float: left;
    color: #6f6f6f;
    font-size: 12.5px;
}
.float-rg {
    float: right;
}

img.mx-auto {
    margin-top: 0rem;
}
.top-bar {
    float: right;
    width: 88%;
}
.banner-main{
    height: 500px;
    background-color: #fafafa;
}
.container-banner{
    width: 90%;
    margin: auto;
}

.container-services {

}
.web-design {
    background-color: #d1437f;
    padding: 10rem;
    width:50%;
}
.web-development {
    background-color: #00a6fb;
    padding: 10rem; width:50%;
}.web-hosting {
    background-color: #ff9921;
    padding: 10rem; width:50%;
}
.android-apps {
    background-color: #f2643a;
    padding: 10rem; width:50%;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
span.thin-font {
    color: #7c54a3;
    font-weight: 100;
    letter-spacing: -4px;
}
span.thin-font-one {
    color: #fff;
    font-size: 4rem;
    font-weight: 200;
    margin-top: 9rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -2px;
}
.clr{
    clear: both;
    width: 100%;
}

.twelve-it-container {
    padding: 8rem;
    width: 100%;
    background-color: #f5f5f5;
}
h3.bold-text {
    color: #d0118b;
    font-weight: 100;
    letter-spacing: -2px;
    font-size: 60px;
}
span.thin-font {
    color: #1a6292;
    font-size: 50px;
    font-weight: 100;
    letter-spacing: -3px;
}
span.bold-text-two {
    color: #097a03;
    font-weight: bold;
    letter-spacing: -4px;
    font-size: 60px;
}
span.bold-text-hree {
    font-size: 3.2rem;
    font-weight: 800;
    color: #011222;
    font-family: 'Roboto', sans-serif;
}
.clr{
    clear: both;
}
.bg-two {
    width: 100%;
    background-color: #011222;
    background-image: url(../images/apple-devices-computer-contemporary-dark-234527.jpg);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 63px;
}

.it-heading {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 200;
    padding-top: 10.5rem;
    padding-left: 5rem;
    padding-bottom: 5rem;
}
span.thin-font-four {
    color: #097a03;
    font-weight: 100;
    letter-spacing: -3px;
    font-size: 53px;
}
span.thinkers-text {
    color: #097a03;
    font-weight: BOLD;
    letter-spacing: -4px;
    font-size: 60px;
}
span.thin-creators {
    font-size: 56px;
    font-weight: 100;
    letter-spacing: -3px;
    color: #0d3d5f;
    text-align: right;
}
.container-fluid.hash-bg.no-padding {
    background-color: #fff;
    padding: 94px;
    border-top: solid 1px #f3f3f3;
}
.img-thumbnail {
    padding: 1.4rem  !important;
    background-color: #fff;
    border: 0px solid #f1f1f1  !important;
    border-radius: .90rem !important;
    max-width: 100%;
    height: auto;
    box-shadow: 0 1px 15px 1px rgba(52,40,104,.08) !important;
}
.btn-outline-secondary {
    color: #011222!important;
    border: solid 1.5px #011222 !important;
    font-size: 15px !important;
    background-color: #f7f7f7 !important;
    margin-top: 0.2rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    font-weight: 600;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-secondary:hover {
    color: #fff!important;
    border: solid 1.5px #011222 !important;
    font-size: 15px !important;
    background-color: #011222 !important;
    margin-top: 0.2rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
}
.mt-4, .my-4 {
    margin-top: 0.5rem!important;
}

h6.developer-text {
    font-size: 1.2rem;
    color: #ababab;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-align: left;
    font-weight: 300;
}
.no-padding.clients-style {
    background-color: #f5f5f5;
    padding: 8rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
a.link {
    color: #fff;
    margin: 0.2rem;
    font-size: 7px;
    width: auto;
}
a.link:hover{
    opacity: 0.8;
}
.container-fluid.no-padding.connect {
    background-color: #011222;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
    line-height: 60px;
    border: solid 1px #061f35;
}
h6.get-text-style {
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.container-fluid.no-padding.row.thinkers-main {
    padding: 10rem !important;
}
.btn-get-style {
    color: #fff!important;
    border: solid 1.2px #ffffff !important;
    font-size: 15px !important;
    background-color: #00a6fb !important;
    margin-top: 0.7rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    outline: none;
    font-weight: 600 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-get-style:hover {
    color:#00a6fb!important;
    border: solid 1.2px #ffffff !important;
    font-size: 15px !important;
    background-color: #ffffff !important;
    margin-top: 0.7rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    outline: none;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 600 !important;
}
.btn-domain-style{
    color: #00a6fb!important;
    border: solid 1.2px #ffffff !important;
    font-size: 18px !important;
    background-color: #ffffff !important;
    margin-top: 0.7rem !important;
    border-radius: 40px !important;
    padding-left: 3rem;
    outline: none;
    padding-right: 3rem;
    font-family: 'Roboto', sans-serif;
    line-height: 42px;
    font-weight: 200 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-domain-style:hover {
    color: #fff!important;
    border: solid 1.2px #fff !important;
    font-size: 18px !important;
    background-color: #00a6fb !important;
    margin-top: 0.7rem !important;
    border-radius: 40px !important;
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: 'Roboto', sans-serif;
    line-height: 42px;
    outline: none;
    font-weight: 200 !important;
}
.btn-our-services {
    color:#00a6fb!important;
    float: left;
    border: solid 1.2px #00a6fb !important;
    font-size: 15px !important;
    background-color: #fff !important;
    margin-top: 0.7rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    outline: none;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 600 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-our-services:hover {
    color: #fff!important;
    border: solid 1.2px #00a6fb !important;
    font-size: 15px !important;
    background-color: #00a6fb !important;
    margin-top: 0.7rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    float: left;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    outline: none;
    font-weight: 600 !important;
}
b.small-bold {
    font-weight: 600 !important;
    letter-spacing: -0.4px;
}
h4.twelve-it-text {
    letter-spacing: inherit;
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: -2px;
    color: #00a6fb;
    padding-bottom: 1rem;
    text-align: left;
}
p.strategic-interface {
    text-align: left;
    line-height: 1.5rem;
    font-size: 16px;
    color: #888888 !important;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 1rem;
    font-weight: 300;
}
.no-padding.carers-style {
    background-color: #00a6fb;
    padding: 8rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;

}
h2.about-text {
    margin-bottom: 1.2rem;
    color: #097a03;
    font-size: 4rem;
    font-weight: 800;
    margin-top: 9rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -3px;
}
h5.we-are-hiring {
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
h3.about-text {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -2px;
}

.no-padding.software-it-specialize {
    background-color: #fff;
    padding: 4rem !important;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    background-image: -webkit-linear-gradient(40deg, #ffffff 50%, #f1f1f1 50%);
}
b.clients-text {
    font-size: 1.8rem;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
    letter-spacing: -0.9px;
    text-align: center;
}

.clients-align{
    margin: auto;
}
p.clients-text-main {
    letter-spacing: 0.1px;
    width: 70%;
    margin: auto;
    padding-top: 0.4rem;
    line-height: 1.5rem;
    font-size: 16px;
    color: #353535 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 2rem;
}
.no-padding.our-clints-main {
    background-color: #d4d4d4;
    padding: 4rem !important;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-align: center;
}
.no-padding.custom-digital-solutions{
    padding: 4rem !important;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 7rem !important;
    background-color: #fff;
}
.no-padding.twelve-it-specialize {
    background-color: #fff;
    padding: 4rem !important;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 7rem !important;
}
.text-warning {
    color:#fff !important;
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}
.text-dark {    
    color: #fff!important;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.4px;
    padding-top: 0.4rem;
}
.pt-3, .py-3 {
    padding-top: 0.8rem!important;
    line-height: 1.4rem;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
ul.align{
    color: #737373 !important;
    font-size: 14px !important;
    padding-top: 1rem;
    margin-bottom: 0rem;
    margin-left: 1rem;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -68px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.btn-careers-style {
    color: #00a6fb!important;
    border: solid 1.2px #ffffff !important;
    font-size: 15px !important;
    background-color: #ffffff !important;
    margin-top: 0.7rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    outline: none;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 200 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-careers-style:hover {
    color: #fff!important;
    border: solid 1.2px #fff !important;
    font-size: 15px !important;
    background-color: #00a6fb !important;
    margin-top: 0.7rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    outline: none;
    font-weight: 200 !important;
}
.icon-style {
    width: 65px;
    margin: auto;
    margin-bottom: 1rem;
}

.it-navibar-main {
    padding-left: 3rem;
    padding-right: 3rem;
}
p.abt-text {
    letter-spacing: 0.1px;
    width: 70%;
    margin: auto;
    padding-top: 0.4rem;
    line-height: 1.2rem;
    font-size: 14px;
    color: #888888 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
}
a.border-design{
    width: 90%;
    float: left;
    border: solid 1px #efefef;
    border-radius: 7px;
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    box-shadow: -webkit-box-shadow: 0px 5px 36px -6px rgb(239, 235, 235);
    -moz-box-shadow: 0px 5px 36px -6px rgb(239, 235, 235);
    box-shadow: 0px 5px 36px -6px rgb(239, 235, 235);
    padding-bottom: 0.5rem;
    margin-bottom:3rem;
}
a.border-design:hover{
    width: 90%;
    float: left;
    border: solid 1px #efefef;
    border-radius: 7px;
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    box-shadow: -webkit-box-shadow:0px 5px 36px -6px rgb(212, 212, 212);
    -moz-box-shadow:0px 5px 36px -6px rgb(212, 212, 212);
    box-shadow: 0px 5px 36px -6px rgb(212, 212, 212);
    padding-bottom: 0.5rem;
    margin-bottom:3rem;
}

p.team-text {
    letter-spacing: 0.1px;
    width: auto;
    margin: auto;
    padding-top: 0.6rem;
    line-height: 1.5rem;
    font-size: 16px;
    color: #888888 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    padding-bottom: 0.6rem;
}
h6.meet-text {
    font-size: 1.8rem;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
    letter-spacing: -0.9px;
    text-align: center;
}
.container-align.row {
    margin: auto;
    width: 90%;
}
button.btn.btn-success-secondary {
    float: right;
}
.btn-middle {
    width: 150px;
    margin: auto;
    margin-top: 2rem;
}
.container-fluid.white-bg.no-padding {
    background-color: #fff;
    padding: 94px;
    background-size: 100%;
    padding-top: 53px !important;
}
span.our-text {
    font-size: 60px;
    letter-spacing: -4px;
    color: #016093;
    font-weight: bold;
}
h3.services-text.text-center {
    font-size: 50px;
    font-weight: 100;
    letter-spacing: -2px;
    color: #097a03;
}
.clr{
    clear:both;
}
h1.keyy-text {
    float: left;
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
.footer-main {
    padding: 2rem !important;
    background-color: #011222;
    float: left;
    width: 100%;
    padding-bottom: 2.11rem !important;
}
.footer-logo{
    width:auto;
}
.container-fluid.no-padding.why-padding-style {
    padding: 5rem !important;
    text-align: center;
    background-color: #fff;
}
h2.keyy-text {
    float: left;
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
h3.keyy-text {
    float: left;
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
h4.keyy-text {
    float: left;
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
h5.keyy-text {
    float: left;
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
a {
    outline: none !important;
}
h6.keyy-text {
    float: left;
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
a.harf-link{
    a.harf-link:hover{
        box-shadow:1px solid #323!important;
    } 
}
a.harf-link:hover{
    box-shadow:1px solid #f5ecec!important;
}
img.img-fluid:hover {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
img.arrow-right {
    float: right;
    margin-top: 1.2rem;
}
h6.clients-heading {
    font-size: 1.2rem;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #989191;
    letter-spacing: -0.9px;
}
b.bold-we {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
    letter-spacing: -0.9px;
}
.container-fluid.white-style {
    background-color: #f3f3f3;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eaeaec!important;
}
.seo-main {
    background-image: -webkit-linear-gradient(30deg, #013A6B 60%, #004E95 40%);
    padding: 4rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.smo-main {
    background-image: -webkit-linear-gradient(30deg, #f2643a 50%, #ca461f 50%);
    padding: 4rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
p.seo-text-white {
    font-size: 16px;
    color: #fff!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 27px;
    padding-top: 1rem;
    letter-spacing: 0.1px;
    margin-bottom: 1rem;
}
.container-fluid.no-padding.software-development {
    padding: 4rem !important;
    background-image: url(../images/2644645.jpg);
    background-size: cover;
    background-position: bottom;
}
.container-fluid.no-padding.seo-smo {
    padding: 4rem !important;
    background-image: url(../images/seo-smo.jpg);
    background-size: cover;
    background-position: bottom;
}
.container-fluid.no-padding.domain-registration {
    padding: 4rem !important;
    background-image: url(../images/domain-registration.jpg);
    background-size: cover;
    background-position: bottom;
}

.container-fluid.no-padding.web-designing {
    padding: 4rem !important;
    background-image: url(../images/web-image.jpg);
    background-size: cover;
    background-position: bottom;
}
.container-fluid.no-padding.web-development-image {
    padding: 4rem !important;
    background-image: url(../images/web-development.png);
    background-size: cover;
    background-position: bottom;
}
.container-fluid.no-padding.android-image {
    padding: 4rem !important;
    background-image: url(../images/android-image.jpg);
    background-size: cover;
    background-position: bottom;
}
.container-fluid.no-padding.hosting-services-bg {
    padding: 4rem !important;
    background-image: url(../images/android-image.jpg);
    background-size: cover;
    background-position: bottom;
}
.box {
    width: 40%;
    position: relative;
    background: rgba(255,255,255,1);
    display: inline-block;
    margin: 1rem;
    cursor: pointer;
    color: #2c3e50;
    box-shadow: inset 0 0 0 3px #2c3e50;
    -webkit-transition: background 0.4s 0.5s;
    transition: background 0.4s 0.5s;
}

.box:hover {
    background: rgba(255,255,255,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.box h3 {
    width: 100%;
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 2rem;
}
.box span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    font-size: 2.2rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.box h3,
.box span {
    -webkit-transition: color 0.4s 0.5s;
    transition: color 0.4s 0.5s;
}

.box:hover h3,
.box:hover span {
    color: #fff;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.box svg {
    position: absolute;
    top: 0;
    left: 0;
}

.box svg line {
    stroke-width: 3;
    stroke: #ecf0f1;
    fill: none;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.box:hover svg line {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.box svg line.top,
.box svg line.bottom {
    stroke-dasharray: 330 240; 
}

.box svg line.left,
.box svg line.right {
    stroke-dasharray: 490 400;
}

.box:hover svg line.top {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
}

.box:hover svg line.bottom {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
}

.box:hover svg line.left {
    -webkit-transform: translateY(920px);
    transform: translateY(920px);
}

.box:hover svg line.right {
    -webkit-transform: translateY(-920px);
    transform: translateY(-920px);
}

/* Alternatives */

/* Color */
.demo-2 .box {
    box-shadow: inset 0 0 0 10px #2c3e50;
}

.demo-2 .box:hover h3,
.demo-2 .box:hover span {
    color: #fe6f83;
}

.demo-2 .box svg line {
    stroke-width: 8;
}

.demo-2 .box:hover svg line {
    stroke: #fe6f83;
}

/* Frame */
.demo-3 .box {
    width: auto;
    padding: 3rem;
    background: rgb(1, 18, 34);
    color: #fff;
    box-shadow: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    text-align: center;
    margin: 1rem;
}

.demo-3 .box:hover {
    background: rgba(0,0,0,0.4);
}

.demo-3 .box h3,
.demo-3 .box span {
    -webkit-transition: none;
    transition: none;
}

.demo-3 .box svg line {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.demo-3 .box:hover svg line {
    stroke-width: 10;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.demo-3 .box:hover svg line.top {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}

.demo-3 .box:hover svg line.bottom {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}

.demo-3 .box:hover svg line.left {
    -webkit-transform: translateY(460px);
    transform: translateY(460px);
}

.demo-3 .box:hover svg line.right {
    -webkit-transform: translateY(-460px);
    transform: translateY(-460px);
}

/* Spin */
.demo-4 .box {
    box-shadow: none;
    background: rgba(0,0,0,0.4);
    -webkit-transition: none;
    transition: none;
    color: #fff;
}

.demo-4 .box h3,
.demo-4 .box span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.demo-4 .box:hover h3,
.demo-4 .box:hover span {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.demo-4 .box svg line {
    stroke-width: 30;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.demo-4 .box:hover svg line {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.demo-4 .box:hover svg line {
    stroke-width: 0;
}

.demo-4 .box svg line.top,
.demo-4 .box svg line.bottom {
    stroke-dasharray: 300; 
}

.demo-4 .box svg line.left,
.demo-4 .box svg line.right {
    stroke-dasharray: 460;
}

.demo-4 .box:hover svg line.top {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}

.demo-4 .box:hover svg line.bottom {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}

.demo-4 .box:hover svg line.left {
    -webkit-transform: translateY(460px);
    transform: translateY(460px);
}

.demo-4 .box:hover svg line.right {
    -webkit-transform: translateY(-460px);
    transform: translateY(-460px);
}
.grid {
    background-color: #d1437f;
    padding: 5rem;
    margin: auto;
}

section.pricing-section.bg-1 {
    background-color: #00a6fb;
    float: left;
    width: 100%;
    padding: 5rem;
}
section.pricing-section.bg-3 {
    background-color: #011222;
    float: left;
    width: 100%;
    padding: 5rem;
}
section.pricing-section.bg-11 {
    background-color: #0488cc;
    float: left;
    width: 100%;
    padding: 5rem;
}
h2.seo__title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -2px;
    text-align: left;
    margin-bottom: 2rem;
}
h2.pricing-section__title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 2rem;
}
/* Sonam */
.pricing--sonam .pricing__item {
    margin: 0.5em;
    padding: 2em;
    cursor: default;
    border-radius: 10px;
    background: #1F1F1F;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 15px 30px -10px rgba(0,0,0,0.3);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    width: 23%;
    float: left;
}

.pricing--sonam .pricing__item:hover {
    background: #141315;
}

.pricing--sonam .pricing__title {
    width: 100%;
    padding: 0 0 0.5em;
    border-bottom:3px solid rgb(0, 166, 251);
    font-size: 1.5rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.pricing--sonam .pricing__price {
    color: #00a6fb;
    font-size: 2.75em;
    padding: 0.3em 0 0.3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}
.pricing--sonam .pricing__sentence {
    font-size: 1.5rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.pricing--sonam .pricing__feature-list {
    margin: 0;
    padding: 1em 1.25em 2em;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.pricing--sonam .pricing__action:hover,
.pricing--sonam .pricing__action:focus {
    background: #BD3C3C;
}

/* Jinpa */
.pricing--jinpa .pricing__item {
    font-family: 'Sahitya', serif;
    margin: 1.5em 0;
    padding: 2em;
    width: 25%;
    float: left;
    cursor: default;
    color: #fff;
    border: 1px solid #CBFFC8;
    -webkit-transition: background-color 0.6s, color 0.3s;
    transition: background-color 0.6s, color 0.3s;
}
.team-member figcaption p {
    color: #fff!important;
    font-size: 14px !important;
    margin-bottom: 0rem;
    text-align: center;
    letter-spacing: 0.2px;
}
.fa-2x {
    font-size: 2em;
    color: #fff;
}
.pricing--jinpa .pricing__item:nth-child(2) {
    border-right: none;
    border-left: none;
}

.pricing--jinpa .pricing__item:hover {
    background: #00a6fb;
}

.gray {
    color: #a5a5a5;
}

.team{
    margin:40px;
}

.team-member {
    margin: 40px 0;
    padding: 0;
}

.team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.team-member figure img {
    min-width: 100%;
}

.team-member figcaption p {
    font-size: 16px;
}

.team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-member figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
    display: inline-block;
    padding: 10px;
}

.team-member h4 {
    margin: 10px 0 0;
    padding: 0;
}

.team-member figcaption {
    padding: 50px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: #00a6fb99;
    /* Primary color, can be changed via colors.css */

    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
p.desig {
    color: #737373 !important;
    font-size: 14px !important;
    margin-bottom: 0rem;
    text-align: left;
    padding-top:5px;
    letter-spacing: 0.2px;
}
h4.leader-name {
    font-size: 1rem;
    font-weight: 800;
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
.team-member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, .97);
}

.team-member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pricing--jinpa .pricing__sentence {
    font-size: 1.5rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.pricing--jinpa .pricing__feature-list {
    margin: 0;
    padding: 1em 1em 2em 1em;
    margin: 0;
    padding: 1em 1.25em 2em;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.pricing--jinpa .pricing__item:hover .pricing__action {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pricing--jinpa .pricing__action:hover,
.pricing--jinpa .pricing__action:focus {
    background: #186b94;
}

@media screen and (max-width: 60em) {
    .pricing--jinpa .pricing__item {
        max-width: none;
        width: 100%;
        flex: none;
    }
    .pricing--jinpa .pricing__item:nth-child(2) {
        border: 1px solid #fff;
    }
}

/* Tenzin */
.pricing--tenzin .pricing__item {
    margin: 1em;
    padding: 2em 2.5em;
    text-align: left;
    color: #262b38;
    background: #EEF0F3;
    width: 30%;
    float: left;
    border-top: 3px solid #EEF0F3;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.pricing--tenzin .pricing__item:hover {
    border-color: #3e62e0;
}

.pricing--tenzin .pricing__price {
    border-top: 2px solid rgb(38, 43, 56);
    font-size: 3.75em;
    padding: 0.3em 0 0.3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    text-align: left;
}

.pricing--tenzin .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}

.pricing--tenzin .pricing__sentence {
    padding: 0 0 1em;
    color: #000000;
    border-bottom: 3px solid rgb(38, 43, 56);
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.pricing--tenzin .pricing__feature-list {
    margin: 0;
    padding: 0.25em 18px 1.5em;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.pricing--tenzin .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #0488cc;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border: solid 2px #0480bf;
}

.pricing--tenzin .pricing__action:hover,
.pricing--tenzin .pricing__action:focus {
    background-color: #0480bf;
}
span.thin-style {
    font-size: 4.2rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -5px;
}
/* Yama */
.pricing--yama .pricing__item {
    margin: 1em;
    padding: 0 0 2em;
    color: #fff;
    background: #1e1c20;
}

.pricing--yama .pricing__title {
    font-family: 'Playfair Display', serif;
    font-size: 2.35em;
    font-weight: 900;
    line-height: 1;
    width: 290px;
    margin: 0 auto;
    padding: 1em 1em 0em;
}

.pricing__amp {
    padding: 0.15em 0 0.1em;
    color: #0f0e0f;
}

.pricing--yama .pricing__sentence {
    margin-bottom: 2em;
    color: #555357;
}

.pricing--yama .pricing__price {
    font-size: 2em;
    font-weight: bold;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 0.75em;
    cursor: default;
    color: #ef7d46;
    background: #1a181b;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.pricing--yama .pricing__item:hover .pricing__price {
    color: #fff;
}

.pricing--yama .pricing__price::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #141315;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(-150%,0,0) skewX(40deg);
    transform: translate3d(-150%,0,0) skewX(40deg);
}

.pricing--yama .pricing__item:hover .pricing__price::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) skewX(0deg);
    transform: translate3d(0,0,0) skewX(0deg);
}

.pricing--yama .pricing__period {
    font-size: 0.5em;
    font-weight: normal;
    display: block;
    color: #2a272c;
}

.pricing--yama .pricing__feature-list {
    margin: 0;
    padding: 2em 1em;
    list-style: none;
    text-align: center;
    color: #6a6563;
}

.pricing--yama .pricing__action {
    font-weight: bold;
    margin: 0 2em;
    padding: 1em 2em;
    border-radius: 4px;
    background: #ef7d46;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.pricing--yama .pricing__action:hover,
.pricing--yama .pricing__action:focus {
    color: #ef7d46;
    background: #fff;
}

.follow {
    letter-spacing: -0.2px;
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
    font-size: 13px;
    font-weight: 500;
}
.social-icons {
    float: left;
    margin-left: 0.5rem;
}
.container-fluid.no-padding.why-padding-style {
    padding: 4rem !important;
    text-align: center;
    background-color: #f7f7f7;
}
img.ft-bg {
    margin-left: 5px;
}
img.ft-bg:hover {
    margin-left: 5px;
    opacity:0.4;   transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.call {
    float: left;
}
.number {
    letter-spacing: -0.2px;
    float: right;
    font-size: 15.5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
}

p.address {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    clear: both;
    letter-spacing: 0.2px;
}
p.bold-number-text{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
}
a.email-style{
    font-size: 16px;
    font-weight: 500;
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
}
.border-right {
    border-right:1px solid #eaeaec!important;
}
.margin-left {
    margin-right: 3rem;
    float: left;
}
.nav-link {
    padding: 0.2rem 0rem;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.nav-link :hover{
    opacity: 0.9;
}
a.nav-link:hover {
    color: #afcddc;
}
img.img-fluid-align {
    width: 100%;
    float: right;
}
.copy-right{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #7a7878;
    margin-top: 2.5rem;
}
h1.web-text {
    font-size: 5.2rem;
    font-weight: 800;
    color: #0c0c0c;
    margin-top: 0rem;
    margin-bottom: 4rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
    line-height: 85px;
}
p.web-text-hash {
    font-size: 16px;
    color: #0c0c0c !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
img.img-fluid-responsive {
    width: 70%;
    margin-left: 5rem;
    margin-top: 4rem;
}
img.img-fluid-res{
    width: 70%;
    margin-left: 5rem;
    margin-top: 6rem;
}
ul.ul-style {
    font-size: 22px;
    color: #0c0c0c !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-left: 2rem;
    line-height: 38px;
}
ol.ol-style {
    margin-left: 2rem;
    margin-top: 0.5rem;
    line-height: 28px;
    font-size: 16px;
    color: #0c0c0c !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
ol.order-list {
    margin-left: 1.5rem;
    font-size: 26px;
    font-weight: 800;
    color: #0c0c0c;
    margin-top: 0.3rem;
    font-family: 'Roboto', sans-serif;
    line-height: 56px;
}
img.img-fluid-dev {
    width: 86%;
    margin-left: 3rem;
    margin-top: 6rem;
}
img.img-fluid-app{
    width: 92%;
    margin-left: 0rem;
    margin-top: 0rem;
}
img.img-fluid-about{
    width: 86%;
    margin-left: 3rem;
    margin-top: 2rem;
}
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    padding: 1rem;
    border: solid 1px #f3f3f3;
    text-align: center;
    width: 15.11% !important;
    border-radius: 1rem;
    margin: auto;
    margin-left: 1rem;
    margin-right: 1rem;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.carousel {
    width: auto;
}
.carousel h1 {

}
.carousel-indicators li {
    background-color: #fff;
}
.carousel .box {
    float: left;
    width: 30%;
    margin-bottom: 1rem;
    margin-right: 1rem;
    border: solid 1px #f3f3f3;
    padding: 1rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    display: none;
}
.text-uppercase {
    text-transform: none !important;
}
.carousel .box p{
    font-size:20px;
    color:#0067ab;
    text-align:center;
    margin:0px;
}
.carousel .box p span{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.carousel .box p img{
    margin-bottom: 10px;
    margin: auto;
}
.slick-prev, .slick-next {
    background: url(../images/arrows.png);
    width: 22px;
    height: 33px;
    position: absolute;
    top: 45%;
    display: block;
    outline: none;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 100;
}
.slick-prev {
    background-position: 0px;
    left: 0px;
}
.slick-next {
    background-position: -22px;
    right: 0px;
}
ul.career-style {
    font-size: 14px;
    font-weight: 400;
    color: #5d5b5b;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    line-height: 0px;
    margin-left: 3.5rem;
}
li.li-style {
    margin-bottom: 3rem;
}

a.mail-style{
    font-size: 1.2rem !important;
    font-weight: 800;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
}
label {
    display: inline-block;
    margin-top: 2.5rem;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
}
.input.input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 2rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0c0c0c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0c0c0c;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.message_form{
    display: block;
    width: 100%;
    padding: 2rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0c0c0c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0c0c0c;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 200px;
    margin-bottom: 2rem;
}
.ribbon {
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
    color: white;
    font-size: 1.5rem;
    width: 100%;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.ribbon3 {
    display: block;
    width: calc(100% + 20px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    background: #0c0c0c;
    position: relative;
    top: 20px;
}
.ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
}
.ribbon3:before {
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-top: 10px solid #0c0c0c;
    border-left: 10px solid transparent;
}
.ribbon3:after {
    height: 0;
    width: 0;
    right: 0;
    bottom: -10px;
    border-top: 10px solid #0c0c0c;
    border-right: 10px solid transparent;
}
.btn-light {
    color: #fff;
    background-color: #0c0c0c;
    border-color: #0c0c0c;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    padding: 1.2rem 3.99rem;
}
.btn-light:hover{
    opacity: 0.8 !important;
}
.offer_main {
    width: 96%;
    border: solid 1px #333;
    text-align: center;
    margin: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 20px
}

.basic_paln {
    background-color: #0c0c0c;
    padding: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

p.text {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
    font-family: 'Roboto', sans-serif;
}

p.rupee {
    margin: 0;
    color: #71c138;
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -3px;
}

.web_pages {
    background-color: #272727;
}

.web_space {
    background-color: #0c0c0c;
}

p.web_text {
    padding-top: 12px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
}

p.WEB_rupee {
    margin: 0;
    color: #71c138;
    font-size: 3.2rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -3px;
    height: auto;
    margin-top: -23px;
}

p.domains_value {
    color: #fff;
    padding-top: 0;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px
}

.about_style {
    margin-top: 135px
}

.application_dev_img {
    margin-top: 135px
}

.small_text {
    margin: 0;
    color: #777;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-bottom: 10px;
}

.rupee_style {
    margin: 0;
    color: #71c138;
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -3px;
}

.web_plan_style {
    padding-top: 15px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-bottom: 0px;
}

.WEB_rupee_style {
    margin: 0;
    color: #71c138;
    font-size: 2.3rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    height: auto;
    margin-top: -22px;
    text-transform: lowercase;
}

.clients_inner {
    margin: auto;
    margin-top: 4%;
    text-align: center
}

.clients_inner_down {
    float: right;
    margin-top: 22%;
    text-align: center;
    width: 87%
}

.carousel-control {
    top: 44%;
    width: 0
}

.excellence_min {
    background-color: #222;
    padding: 10px
}

.clients_main {
    padding: 10px;
    background-color: #fcd900
}

.years {
    color: #fff;
    font-weight: 800;
    font-size: 56px;
    margin: 0
}

.exc_text {
    color: #fff;
    font-size: 24px;
    font-weight: 500
}

.Clients_style {
    color: #000;
    font-weight: 800;
    font-size: 56px;
    margin: 0
}
.web-design-main {
    background-color: #d1437f;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.web-developing-main{
    background-color: #00a6fb;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    transition: all .3s ease-in-out;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.web-hosting-main{
    background-color: #ff9921;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.android-apps-main{
    font-size: 3rem; padding: 10rem !important;
    background-color: #3cb54a;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.seo-services-main{
    font-size: 3rem; padding: 10rem !important;
    font-weight: 200;
    background-color: #f2643a;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.logo-designing-main{
    font-size: 3rem; padding: 10rem !important;
    font-weight: 200;
    background-color: #2d96cb;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.domain-main {
    background-color: #063e64;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
h1.header-link-text {
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
.grid {
    overflow: hidden;
    margin: 0;
    padding: 3em 0 0 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

/* Styles */
.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -0.135em;
    width: 33.333%;
    height: 400px;
    background: #000;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure {
    margin: 0 0 0rem !important;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;

    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-1 {
    background: #f69679;
}

figure.effect-1 img {
    min-width: 100%;
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
}

figure.effect-1 figcaption {

}

figure.effect-1 figcaption::before,
figure.effect-1 figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-1.website {
    background-color: #fff;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    height: 250px;
    text-align: center;
}
figure.effect-1.we-development {
    background-color: #ed1c24;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    height: 250px;
}
figure.effect-1.application {
    font-size: 3rem;
    padding: 10rem !important;
    background-color: #3cb54a;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
figure.effect-1.hosting {
    font-size: 3rem;
    padding: 10rem !important;
    font-weight: 200;
    background-color: #f2643a;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
figure.effect-1.digital{
    background-color: #00a6fb;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    transition: all .3s ease-in-out;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
figure.effect-1.domain {
    background-color: #063e64;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
figure.effect-1.seo-smo {
    background-color: #d1437f;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
figure.effect-1 figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-1 figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-1 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-1 p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

figure.effect-1 img,
figure.effect-1 h2 {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

figure.effect-1 img,
figure.effect-1 figcaption::before,
figure.effect-1 figcaption::after,
figure.effect-1 p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-1:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-1:hover figcaption::before,
figure.effect-1:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-1:hover h2,
figure.effect-1:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-1:hover figcaption::after,
figure.effect-1:hover h2,
figure.effect-1:hover p,
figure.effect-1:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.web-design-main:hover {
    background-image: url(../images/30084153.jpg);
    background-size: cover;
}
.web-developing-main:hover{
    background-image: url(../images/30084153.jpg);
    background-size: cover;
}
.web-hosting-main:hover{
    background-image: url(../images/30084153.jpg);
    background-size: cover;
}
.android-apps-main:hover{
    background-image: url(../images/30084153.jpg);
    background-size: cover;
}
.seo-services-main:hover{
    background-image: url(../images/30084153.jpg);
    background-size: cover;
}
.logo-designing-main:hover{
    background-image: url(../images/30084153.jpg);
    background-size: cover;
}
.domain-main:hover{
    background-image: url(../images/30084153.jpg);
    background-size: cover;    
}
a.link-main {
    text-decoration: none;
}

@media only screen and (max-width:1024px) {

}

@media only screen and (max-width:1000px) {
}*{
    padding: 0px;
    margin: 0px;
}
body::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
    background-color: #00a6fb;
    outline: none;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    color: #0c0c0c;
    background-color: #fff;
}
.container{
    max-width: 94% !important;
    margin: auto;
}
.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}
::selection {
    color: #fff;
    background-color: #00a6fb;
}
::-moz-selection {
    color: #fff;
    background-color: #00a6fb;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#011222;
    text-indent:-9999px;
    display:none;
    z-index: 999;
    -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;
}
#scroll:hover {
    background-color:#00a6fb;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.no-padding{
    padding: 0px;
}
/* #Navigation
================================================== */
.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    box-shadow: 0 0px 0px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 0px 0px 0 rgba(138, 155, 165, 0.15);
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #011222 !important;
}
.start-header.scroll-on .navbar-brand img{
    height: 70px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navigation-wrap{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar{
    padding: 0;
}
.navbar-brand img{
    height:90px;
    width: auto;
    display: block;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: #fff !important;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
    opacity: 0.8;
}
.nav-item.active .nav-link{
}
.nav-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 20px !important;
    padding: 5px 12px !important;
    font-weight: 600 !important;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.nav-item:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
    background-color: #fff0 !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
    width: 100%;
    display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}
h1{
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #212112;
    text-align: center;
}
p{
    text-align: center;
    margin: 0;
    padding-top: 10px;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
.hero-anime p{
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
    display: inline-block;
    transition: all 300ms linear;
    opacity: 1;
    transform: translate(0);
}
.hero-anime h1 span:nth-child(1){
    opacity: 0;
    transform: translateY(-20px);
}
.hero-anime h1 span:nth-child(2){
    opacity: 0;
    transform: translateY(-30px);
}
.hero-anime h1 span:nth-child(3){
    opacity: 0;
    transform: translateY(-50px);
}
.hero-anime h1 span:nth-child(4){
    opacity: 0;
    transform: translateY(-10px);
}
.hero-anime h1 span:nth-child(5){
    opacity: 0;
    transform: translateY(-50px);
}
.hero-anime h1 span:nth-child(6){
    opacity: 0;
    transform: translateY(-20px);
}
.hero-anime h1 span:nth-child(7){
    opacity: 0;
    transform: translateY(-40px);
}
.hero-anime h1 span:nth-child(8){
    opacity: 0;
    transform: translateY(-10px);
}
.hero-anime h1 span:nth-child(9){
    opacity: 0;
    transform: translateY(-30px);
}
.hero-anime h1 span:nth-child(10){
    opacity: 0;
    transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
.hero-anime h1 span:nth-child(11){
    opacity: 0;
    transform: translateY(30px);
}
.hero-anime h1 span:nth-child(12){
    opacity: 0;
    transform: translateY(50px);
}
.hero-anime h1 span:nth-child(13){
    opacity: 0;
    transform: translateY(20px);
}
.hero-anime h1 span:nth-child(14){
    opacity: 0;
    transform: translateY(30px);
}
.hero-anime h1 span:nth-child(15){
    opacity: 0;
    transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
} 
#switch {
    width: 60px;
    height: 8px;
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
.hero-anime #switch{
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}
.switched {
    border-color: #000 !important;
}
.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
    background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 10px!important;
    margin: 0;

}
.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    font-size: 18px !important;
    font-weight: 600;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    transition: all 200ms linear;
    border-radius: 2px;
}
.dropdown-item:hover, 
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129,103,169,.6);
}

.dark{
    color: #fff;
    background-color: #1f2029;
}
.dark h1{
    color: #fff;
}
.dark h1 span{
    transition-delay: 0ms !important;
}
.dark p{
    color: #fff;
    transition-delay: 0ms !important;
}
.dark .bg-light {
    background-color: #14151a !important;
}
.dark .start-header {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}
.dark .start-header.scroll-on {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}
.dark .nav-link{
    color: #fff !important;
}
.dark .nav-item.active .nav-link{
    color: #999 !important;
}
.dark .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.dark .dropdown-item {
    color: #fff;
}
.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}
.dark .navbar-light .navbar-toggler-icon:after, 
.dark .navbar-light .navbar-toggler-icon:before{
    background-color: #fff;
}
.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 768px) { 
    h1{
        font-size: 38px;
    }
    .nav-item:after{
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: none;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after{
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .dark .nav-item::before {
        background-color: #fff;
    }
    .dark .dropdown-toggle::after {
        background-color: #fff;
    }
    .dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}

/* #Link to page
================================================== */

.link-to-portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(12,12,12,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(12,12,12,.1);
}
a.get-touch-link {
    padding: 0.9rem 2.2rem;
    background-color: #00a6fb;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 58px;
}
a.get-touch-link:hover{
    color: #fff !important;
}
.get-touch {
    margin-left: 1rem;
    margin-top: -0.2rem;

}
a.nav-link.get-touch-link {
    color: #fff !important;
    padding: 0.3rem 2rem 0.3rem 2rem !important;
}
a.nav-link.get-touch-link:hover {
    color: #fff !important;
}
.bg-main {
    background-image: url(../images/19689.jpg);
    height: 625px;
    width: 100%;
    background-size: 100%;
}
#container {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    width: 100%;
    bottom: 36%;
    display: block;
    letter-spacing: -2px;
    left: 5%;
    position: absolute;
    line-height: 70px;
}
span.it-text {
    color: #00a6fb;
    font-family: 'Roboto', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
}
.get-text {
    background-color: #00a6fb;
    padding: 8rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.get-text:hover{

}

h3.about-text {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -2px;
}span.bold-text-hree {
    font-size: 3.2rem;
    font-weight: 800;
    color: #011222;
    font-family: 'Roboto', sans-serif;
}.btn-outline-secondary {
    color: #011222!important;
    border: solid 1.5px #011222 !important;
    font-size: 15px !important;
    background-color: #f7f7f7 !important;
    margin-top: 0.2rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 600 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-secondary:hover {
    color: #fff!important;
    border: solid 1.5px #011222 !important;
    font-size: 15px !important;
    background-color: #011222 !important;
    margin-top: 0.2rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 600 !important;
}
.no-padding.twelve-it-specialize {
    background-color: #efefef;
    padding: 4rem !important;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 7rem !important;
}.top-bar {
    width: 100%;
    clear: both;
}

.phone-icon {
    float: left;
    margin: 10px 0px 0px 0px;
    border-right: solid 1px #f1eded;
    padding-right: 11px;
}
.email-icon {
    float: left;
    margin: 10px 0px 0px 10px;
    border-right: solid 1px #f1eded;
    padding-right: 11px;
}
h4.bold-text {
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
a.get-touch-link {
    padding: 0.3rem 2rem 0.3rem 2rem !important;
    background-color: #00a6fb;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 58px;
}
a.get-touch-link:hover {
    padding: 0.3rem 2rem 0.3rem 2rem !important;
    background-color: #099ae4;
    color: #fff;
    border-radius: 58px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}
.get-touch {
    margin-left: 1rem;
}
.time-icon {
    float: left;
    margin: 10px 0px 0px 10px;
    border-right: solid 1px #f1eded;
    padding-right: 11px;
}
.float-le {
    float: left;
    color: #6f6f6f;
    font-size: 12.5px;
}
.float-rg {
    float: right;
}

img.mx-auto {
    margin-top: 0rem;
}
.top-bar {
    float: right;
    width: 88%;
}
.banner-main{
    height: 500px;
    background-color: #fafafa;
}
.container-banner{
    width: 90%;
    margin: auto;
}

.container-services {

}
.web-design {
    background-color: #d1437f;
    padding: 10rem;
    width:50%;
}
.web-development {
    background-color: #00a6fb;
    padding: 10rem; width:50%;
}.web-hosting {
    background-color: #ff9921;
    padding: 10rem; width:50%;
}
.android-apps {
    background-color: #f2643a;
    padding: 10rem; width:50%;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
span.thin-font {
    color: #7c54a3;
    font-weight: 100;
    letter-spacing: -4px;
}
span.thin-font-one {
    color: #fff;
    font-size: 4rem;
    font-weight: 200;
    margin-top: 9rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -2px;
}
.clr{
    clear: both;
    width: 100%;
}

.twelve-it-container {
    padding: 8rem;
    width: 100%;
    background-color: #f5f5f5;
}
h3.bold-text {
    color: #d0118b;
    font-weight: 100;
    letter-spacing: -2px;
    font-size: 60px;
}
span.thin-font {
    color: #1a6292;
    font-size: 50px;
    font-weight: 100;
    letter-spacing: -3px;
}
span.bold-text-two {
    color: #097a03;
    font-weight: bold;
    letter-spacing: -4px;
    font-size: 60px;
}
span.bold-text-hree {
    font-size: 3.2rem;
    font-weight: 800;
    color: #011222;
    font-family: 'Roboto', sans-serif;
}
span.thin-font-four {
    color: #097a03;
    font-weight: 100;
    letter-spacing: -3px;
    font-size: 53px;
}
span.thinkers-text {
    color: #097a03;
    font-weight: BOLD;
    letter-spacing: -4px;
    font-size: 60px;
}
span.thin-creators {
    font-size: 56px;
    font-weight: 100;
    letter-spacing: -3px;
    color: #0d3d5f;
    text-align: right;
}
.container-fluid.hash-bg.no-padding {
    background-color: #fff;
    padding: 94px;
    border-top: solid 1px #f3f3f3;
}
.img-thumbnail {
    padding: 1.4rem  !important;
    background-color: #fff;
    border: 0px solid #f1f1f1  !important;
    border-radius: .90rem !important;
    max-width: 100%;
    height: auto;
    box-shadow: 0 1px 15px 1px rgba(52,40,104,.08) !important;
}
.btn-outline-secondary {
    color: #011222!important;
    border: solid 1.5px #011222 !important;
    font-size: 15px !important;
    background-color: #fff !important;
    margin-top: 0.2rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    float: left;
    font-weight: 600;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-secondary:hover {
    color: #fff!important;
    float: left;
    border: solid 1.5px #011222 !important;
    font-size: 15px !important;
    background-color: #011222 !important;
    margin-top: 0.2rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
}
.mt-4, .my-4 {
    margin-top: 0.5rem!important;
}

h6.developer-text {
    font-size: 1.2rem;
    color: #ababab;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-align: left;
    font-weight: 300;
}
.no-padding.clients-style {
    background-color: #f5f5f5;
    padding: 8rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
a.link {
    color: #fff;
    margin: 0.2rem;
    font-size: 7px;
    width: auto;
}
a.link:hover{
    opacity: 0.8;
}
.container-fluid.no-padding.connect {
    background-color: #011222;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
    line-height: 60px;
    border: solid 1px #061f35;
}
h6.get-text-style {
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.container-fluid.no-padding.row.thinkers-main {
    padding: 10rem !important;
}
.btn-get-style {
    color: #fff!important;
    border: solid 1.2px #ffffff !important;
    font-size: 15px !important;
    background-color: #00a6fb !important;
    margin-top: 0.7rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    outline: none;
    font-weight: 600 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-get-style:hover {
    color:#00a6fb!important;
    border: solid 1.2px #ffffff !important;
    font-size: 15px !important;
    background-color: #ffffff !important;
    margin-top: 0.7rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    outline: none;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 600 !important;
}

.btn-our-services {
    color:#00a6fb!important;
    float: left;
    border: solid 1.2px #00a6fb !important;
    font-size: 15px !important;
    background-color: #fff !important;
    margin-top: 0.7rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    outline: none;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 600 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-our-services:hover {
    color: #fff!important;
    border: solid 1.2px #00a6fb !important;
    font-size: 15px !important;
    background-color: #00a6fb !important;
    margin-top: 0.7rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    float: left;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    outline: none;
    font-weight: 600 !important;
}
b.small-bold {
    font-weight: 600 !important;
    letter-spacing: -0.4px;
}
h4.twelve-it-text {
    letter-spacing: inherit;
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: -2px;
    color: #00a6fb;
    padding-bottom: 1rem;
    text-align: left;
}
p.strategic-interface {
    text-align: left;
    line-height: 1.5rem;
    font-size: 16px;
    color: #888888 !important;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 1rem;
    font-weight: 300;
}
.no-padding.carers-style {
    background-color: #011222;
    padding: 8rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;

}
h2.about-text {
    margin-bottom: 1.2rem;
    color: #097a03;
    font-size: 4rem;
    font-weight: 800;
    margin-top: 9rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -3px;
}
h5.we-are-hiring {
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
h3.about-text {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -2px;
    text-align: left;
}
p.para-text {
    text-align: left;
    line-height: 1.5rem;
    font-size: 16px;
    color: #888888 !important;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 1.3rem;
    font-weight: 300;
}
p.sft-text-small {
    color: #737373 !important;
    text-align: center;
    font-size: 14px !important;
    padding-top: 1rem;
    margin-bottom: 0rem;
    text-align: justify;
    letter-spacing: 0.2px;
}
.no-padding.software-it-specialize {
    background-color: #fff;
    padding: 4rem !important;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    background-image: -webkit-linear-gradient(40deg, #ffffff 50%, #f1f1f1 50%);
}
b.clients-text {
    font-size: 1.8rem;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
    letter-spacing: -0.9px;
    text-align: center;
}form {
    width: 100%;
}
.clients-in-box {
    width: 200px;
    background-color: #a7a7a7;
    padding: 0.5rem 2rem 0.5rem 2rem;
    border: solid 1px #fff;
    margin: 1rem;
}
.clients-align{
    margin: auto;
}
p.clients-text-main {
    letter-spacing: 0.1px;
    width: 70%;
    margin: auto;
    padding-top: 0.4rem;
    line-height: 1.5rem;
    font-size: 16px;
    color: #353535 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 2rem;
}
.no-padding.our-clints-main {
    background-color: #d4d4d4;
    padding: 4rem !important;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-align: center;
}
.no-padding.custom-digital-solutions{
    padding: 4rem !important;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 7rem !important;
    background-color: #fff;
}
.no-padding.twelve-it-specialize {
    background-color: #fff;
    padding: 4rem !important;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 7rem !important;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -68px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.btn-careers-style {
    color: #fff!important;
    border: solid 1.2px #ffffff !important;
    font-size: 15px !important;
    background-color: #011222 !important;
    margin-top: 0.7rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    outline: none;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 600 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-careers-style:hover {
    color: #011222!important;
    border: solid 1.2px #fff !important;
    font-size: 15px !important;
    background-color: #fff !important;
    margin-top: 0.7rem !important;
    border-radius: 26px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    outline: none;
    font-weight: 600 !important;
}
.icon-style {
    width: 65px;
    margin: auto;
    margin-bottom: 1rem;
}
span.thin {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #006396;
    text-align: center;
}
.it-navibar-main {
    padding-left: 3rem;
    padding-right: 3rem;
}
a.border-design{
    width: 90%;
    float: left;
    border: solid 1px #efefef;
    border-radius: 7px;
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    box-shadow: -webkit-box-shadow: 0px 5px 36px -6px rgb(239, 235, 235);
    -moz-box-shadow: 0px 5px 36px -6px rgb(239, 235, 235);
    box-shadow: 0px 5px 36px -6px rgb(239, 235, 235);
    padding-bottom: 0.5rem;
    margin-bottom:3rem;
}
a.border-design:hover{
    width: 90%;
    float: left;
    border: solid 1px #efefef;
    border-radius: 7px;
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    box-shadow: -webkit-box-shadow:0px 5px 36px -6px rgb(212, 212, 212);
    -moz-box-shadow:0px 5px 36px -6px rgb(212, 212, 212);
    box-shadow: 0px 5px 36px -6px rgb(212, 212, 212);
    padding-bottom: 0.5rem;
    margin-bottom:3rem;
}
b.bold-hash {
    font-size: 1rem;
    font-weight: 800;
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
p.team-text {
    letter-spacing: 0.1px;
    width: auto;
    margin: auto;
    padding-top: 0.6rem;
    line-height: 1.5rem;
    font-size: 16px;
    color: #888888 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    padding-bottom: 0.6rem;
}
h6.meet-text {
    font-size: 1.8rem;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
    letter-spacing: -0.9px;
    text-align: center;
}
.container-align.row {
    margin: auto;
    width: 90%;
}
button.btn.btn-success-secondary {
    float: right;
}
.btn-middle {
    width: 150px;
    margin: auto;
    margin-top: 2rem;
}
.container-fluid.white-bg.no-padding {
    background-color: #fff;
    padding: 94px;
    background-size: 100%;
    padding-top: 53px !important;
}
span.our-text {
    font-size: 60px;
    letter-spacing: -4px;
    color: #016093;
    font-weight: bold;
}
h3.services-text.text-center {
    font-size: 50px;
    font-weight: 100;
    letter-spacing: -2px;
    color: #097a03;
}
.clr{
    clear:both;
}
h1.keyy-text {
    float: left;
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
.footer-main {
    padding: 2rem !important;
    background-color: #011222;
    float: left;
    width: 100%;
    padding-bottom: 2.11rem !important;
}
.footer-logo{
    width:330px;
}
.contact-us-form{
    padding: 4rem !important;
    background-color: #051829;
    padding-bottom: 3rem !important;
    border-left: solid 1px #2d3342;
}
.container-fluid.no-padding.why-padding-style {
    padding: 5rem !important;
    text-align: center;
    background-color: #fff;
}
h2.keyy-text {
    float: left;
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
h3.keyy-text {
    float: left;
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
h4.keyy-text {
    float: left;
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
h5.keyy-text {
    float: left;
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
a {
    outline: none !important;
}
h6.keyy-text {
    float: left;
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
}
a.harf-link{
    a.harf-link:hover{
        box-shadow:1px solid #323!important;
    } 
}
a.harf-link:hover{
    box-shadow:1px solid #f5ecec!important;
}
img.img-fluid:hover {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
img.arrow-right {
    float: right;
    margin-top: 1.2rem;
}
h6.clients-heading {
    font-size: 1.2rem;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #989191;
    letter-spacing: -0.9px;
}
b.bold-we {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
    letter-spacing: -0.9px;
}
.container-fluid.white-style {
    background-color: #f3f3f3;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eaeaec!important;
}
.seo-main {
    background-image: -webkit-linear-gradient(30deg, #013A6B 60%, #004E95 40%);
    padding: 4rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.smo-main {
    background-image: -webkit-linear-gradient(30deg, #f2643a 50%, #ca461f 50%);
    padding: 4rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
p.seo-text-white {
    font-size: 16px;
    color: #fff!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 27px;
    padding-top: 1rem;
    letter-spacing: 0.1px;
    margin-bottom: 1rem;
}
.container-fluid.no-padding.software-development {
    padding: 4rem !important;
    background-image: url(../images/2644645.jpg);
    background-size: cover;
    background-position: bottom;
}
.container-fluid.no-padding.seo-smo {
    padding: 4rem !important;
    background-image: url(../images/seo-smo.jpg);
    background-size: cover;
    background-position: bottom;
}
.container-fluid.no-padding.domain-registration {
    padding: 4rem !important;
    background-image: url(../images/domain-registration.jpg);
    background-size: cover;
    background-position: bottom;
}
.container-fluid.careers.no-padding {
    padding: 3rem !important;
    background-color: #fff;
}
.container-fluid.no-padding.web-designing {
    padding: 4rem !important;
    background-image: url(../images/web-image.jpg);
    background-size: cover;
    background-position: bottom;
}
.container-fluid.no-padding.web-development-image {
    padding: 4rem !important;
    background-image: url(../images/web-development.png);
    background-size: cover;
    background-position: bottom;
}
.container-fluid.no-padding.android-image {
    padding: 4rem !important;
    background-image: url(../images/android-image.jpg);
    background-size: cover;
    background-position: bottom;
}
.container-fluid.no-padding.hosting-services-bg {
    padding: 4rem !important;
    background-image: url(../images/android-image.jpg);
    background-size: cover;
    background-position: bottom;
}

.grid {
    background-color: #006ea7;
    padding: 5rem;
    margin: auto;
}
h1.sft-text {
    font-size: 5.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
    margin-top: 3rem !important;
    text-align: left !important;
}

h2.seo__title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -2px;
    text-align: left;
    margin-bottom: 2rem;
}
h2.pricing-section__title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 2rem;
}



.pricing--sonam .pricing__sentence {
    font-size: 1.5rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.pricing--sonam .pricing__feature-list {
    margin: 0;
    padding: 1em 1.25em 2em;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.pricing--sonam .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 0.75em 2em;
    border-radius: 5px;
    background: #00a6fb;
    -webkit-transition: background 0.3s;
    font-family: 'Roboto', sans-serif;
    transition: background 0.3s;
    border: solid 2px #00a6fb;
    color: #fff;
    outline: none;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
}

.pricing--sonam .pricing__action:hover,
.pricing--sonam .pricing__action:focus {
    background: #038ad0;
}

.pricing--jinpa .pricing__title {
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0 0 0.5em;
    border-bottom: 2px solid rgb(255, 255, 255);
    font-size: 1.5rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.pricing--jinpa .pricing__price {
    transition: color 0.3s, background 0.3s;
    padding-top: 1rem;
    font-size: 3.75em;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    color: #fff;
}

.pricing--jinpa .pricing__sentence {
    font-size: 1.5rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.pricing--jinpa .pricing__feature-list {
    margin: 0;
    padding: 1em 1em 2em 1em;
    margin: 0;
    padding: 1em 1.25em 2em;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.pricing--jinpa .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 0.75em 2em;
    opacity: 0;
    border: solid 1px #fff;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
    background: #20749e;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    font-family: 'Roboto', sans-serif;
}

.pricing--jinpa .pricing__item:hover .pricing__action {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pricing--jinpa .pricing__action:hover,
.pricing--jinpa .pricing__action:focus {
    background: #186b94;
}

@media screen and (max-width: 60em) {
    .pricing--jinpa .pricing__item {
        max-width: none;
        width: 100%;
        flex: none;
    }
    .pricing--jinpa .pricing__item:nth-child(2) {
        border: 1px solid #fff;
    }
}

/* Tenzin */
.pricing--tenzin .pricing__item {
    margin: 1em;
    padding: 2em 2.5em;
    text-align: left;
    color: #262b38;
    background: #EEF0F3;
    width: 30%;
    float: left;
    border-top: 3px solid #EEF0F3;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.pricing--tenzin .pricing__item:hover {
    border-color: #3e62e0;
}

.pricing--tenzin .pricing__title {
    margin: 0;
    width: 100%;
    padding: 0 0 0.5em;
    border-bottom: 2px solid rgb(255, 255, 255);
    font-size: 1.5rem;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
}

.pricing--tenzin .pricing__price {
    border-top: 2px solid rgb(38, 43, 56);
    font-size: 3.75em;
    padding: 0.3em 0 0.3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    text-align: left;
}

.pricing--tenzin .pricing__sentence {
    padding: 0 0 1em;
    color: #000000;
    border-bottom: 3px solid rgb(38, 43, 56);
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.pricing--tenzin .pricing__feature-list {
    margin: 0;
    padding: 0.25em 18px 1.5em;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

span.thin-style {
    font-size: 4.2rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -5px;
}
/* Yama */
.pricing--yama .pricing__item {
    margin: 1em;
    padding: 0 0 2em;
    color: #fff;
    background: #1e1c20;
}

.pricing--yama .pricing__title {
    font-family: 'Playfair Display', serif;
    font-size: 2.35em;
    font-weight: 900;
    line-height: 1;
    width: 290px;
    margin: 0 auto;
    padding: 1em 1em 0em;
}

.pricing__amp {
    padding: 0.15em 0 0.1em;
    color: #0f0e0f;
}

.pricing--yama .pricing__sentence {
    margin-bottom: 2em;
    color: #555357;
}

.pricing--yama .pricing__price {
    font-size: 2em;
    font-weight: bold;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 0.75em;
    cursor: default;
    color: #ef7d46;
    background: #1a181b;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.pricing--yama .pricing__item:hover .pricing__price {
    color: #fff;
}

.pricing--yama .pricing__price::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #141315;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(-150%,0,0) skewX(40deg);
    transform: translate3d(-150%,0,0) skewX(40deg);
}

.pricing--yama .pricing__item:hover .pricing__price::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) skewX(0deg);
    transform: translate3d(0,0,0) skewX(0deg);
}

.pricing--yama .pricing__period {
    font-size: 0.5em;
    font-weight: normal;
    display: block;
    color: #2a272c;
}

.pricing--yama .pricing__feature-list {
    margin: 0;
    padding: 2em 1em;
    list-style: none;
    text-align: center;
    color: #6a6563;
}

.pricing--yama .pricing__action {
    font-weight: bold;
    margin: 0 2em;
    padding: 1em 2em;
    border-radius: 4px;
    background: #ef7d46;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.pricing--yama .pricing__action:hover,
.pricing--yama .pricing__action:focus {
    color: #ef7d46;
    background: #fff;
}

.follow {
    letter-spacing: -0.2px;
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
    font-size: 13px;
    font-weight: 500;
}
.social-icons {
    float: left;
    margin-left: 0.5rem;
}
.container-fluid.no-padding.why-padding-style {
    padding: 4rem !important;
    text-align: center;
    background-color: #f7f7f7;
}
img.ft-bg {
    margin-left: 5px;
}
img.ft-bg:hover {
    margin-left: 5px;
    opacity:0.4;   transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.call {
    float: left;
}
.number {
    letter-spacing: -0.2px;
    float: right;
    font-size: 15.5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
}

h2.conrtact {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-indent: 10px;
}
p.address {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    clear: both;
    letter-spacing: 0.2px;
}
p.bold-number-text{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
}
a.email-style{
    font-size: 16px;
    font-weight: 500;
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
}
.border-right {
    border-right:1px solid #eaeaec!important;
}
.margin-left {
    margin-right: 3rem;
    float: left;
}
.nav-link {
    padding: 0.2rem 0rem;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.nav-link :hover{
    opacity: 0.9;
}
a.nav-link:hover {
    color: #afcddc;
}
img.img-fluid-align {
    width: 100%;
    float: right;
}
.copy-right{
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #7a7878;
    margin-top: 2.666rem;
}
h1.web-text {
    font-size: 5.2rem;
    font-weight: 800;
    color: #0c0c0c;
    margin-top: 0rem;
    margin-bottom: 4rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -4px;
    line-height: 85px;
}
p.web-text-hash {
    font-size: 16px;
    color: #0c0c0c !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
img.img-fluid-responsive {
    width: 70%;
    margin-left: 5rem;
    margin-top: 4rem;
}
img.img-fluid-res{
    width: 70%;
    margin-left: 5rem;
    margin-top: 6rem;
}
ul.ul-style {
    font-size: 22px;
    color: #0c0c0c !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-left: 2rem;
    line-height: 38px;
}
ol.ol-style {
    margin-left: 2rem;
    margin-top: 0.5rem;
    line-height: 28px;
    font-size: 16px;
    color: #0c0c0c !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
ol.order-list {
    margin-left: 1.5rem;
    font-size: 26px;
    font-weight: 800;
    color: #0c0c0c;
    margin-top: 0.3rem;
    font-family: 'Roboto', sans-serif;
    line-height: 56px;
}
img.img-fluid-dev {
    width: 86%;
    margin-left: 3rem;
    margin-top: 6rem;
}
img.img-fluid-app{
    width: 92%;
    margin-left: 0rem;
    margin-top: 0rem;
}
img.img-fluid-about{
    width: 86%;
    margin-left: 3rem;
    margin-top: 2rem;
}
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    padding: 1rem;
    border: solid 1px #f3f3f3;
    text-align: center;
    width: 15.11% !important;
    border-radius: 1rem;
    margin: auto;
    margin-left: 1rem;
    margin-right: 1rem;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.carousel {
    width: auto;
}
.carousel h1 {

}

.carousel-control-next-icon, .carousel-control-prev-icon{
    display: none;
}
.text-uppercase {
    text-transform: none !important;
}
.carousel .box p{
    font-size:20px;
    color:#0067ab;
    text-align:center;
    margin:0px;
}
.carousel .box p span{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.carousel .box p img{
    margin-bottom: 10px;
    margin: auto;
}
.slick-prev, .slick-next {
    background: url(../images/arrows.png);
    width: 22px;
    height: 33px;
    position: absolute;
    top: 45%;
    display: block;
    outline: none;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 100;
}

.slick-prev {
    background-position: 0px;
    left: 0px;
}
.slick-next {
    background-position: -22px;
    right: 0px;
}

li.li-style {
    margin-bottom: 3rem;
}

::-webkit-input-placeholder {
    color: #b1b1b1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
:-ms-input-placeholder { 
    color: #b1b1b1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
::placeholder {
    color: #b1b1b1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.ribbon {
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
    color: white;
    font-size: 1.5rem;
    width: 100%;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.ribbon3 {
    display: block;
    width: calc(100% + 20px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    background: #0c0c0c;
    position: relative;
    top: 20px;
}
.ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
}
.ribbon3:before {
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-top: 10px solid #0c0c0c;
    border-left: 10px solid transparent;
}
.ribbon3:after {
    height: 0;
    width: 0;
    right: 0;
    bottom: -10px;
    border-top: 10px solid #0c0c0c;
    border-right: 10px solid transparent;
}

.offer_main {
    width: 96%;
    border: solid 1px #333;
    text-align: center;
    margin: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 20px
}

.basic_paln {
    background-color: #0c0c0c;
    padding: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

p.text {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
    font-family: 'Roboto', sans-serif;
}

p.rupee {
    margin: 0;
    color: #71c138;
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -3px;
}

.web_pages {
    background-color: #272727;
}

.web_space {
    background-color: #0c0c0c;
}

p.web_text {
    padding-top: 12px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
}

p.WEB_rupee {
    margin: 0;
    color: #71c138;
    font-size: 3.2rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -3px;
    height: auto;
    margin-top: -23px;
}

p.domains_value {
    color: #fff;
    padding-top: 0;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px
}

.about_style {
    margin-top: 135px
}

.application_dev_img {
    margin-top: 135px
}

.small_text {
    margin: 0;
    color: #777;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-bottom: 10px;
}

.rupee_style {
    margin: 0;
    color: #71c138;
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -3px;
}

.web_plan_style {
    padding-top: 15px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-bottom: 0px;
}

.WEB_rupee_style {
    margin: 0;
    color: #71c138;
    font-size: 2.3rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    height: auto;
    margin-top: -22px;
    text-transform: lowercase;
}

.clients_inner {
    margin: auto;
    margin-top: 4%;
    text-align: center
}

.clients_inner_down {
    float: right;
    margin-top: 22%;
    text-align: center;
    width: 87%
}

.carousel-control {
    top: 44%;
    width: 0
}

.excellence_min {
    background-color: #222;
    padding: 10px
}

.clients_main {
    padding: 10px;
    background-color: #fcd900
}

.years {
    color: #fff;
    font-weight: 800;
    font-size: 56px;
    margin: 0
}

.exc_text {
    color: #fff;
    font-size: 24px;
    font-weight: 500
}

.Clients_style {
    color: #000;
    font-weight: 800;
    font-size: 56px;
    margin: 0
}
.web-design-main {
    background-color: #d1437f;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.web-developing-main{
    background-color: #00a6fb;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    transition: all .3s ease-in-out;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.web-hosting-main{
    background-color: #ff9921;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.android-apps-main{
    font-size: 3rem; padding: 10rem !important;
    background-color: #3cb54a;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.seo-services-main{
    font-size: 3rem; padding: 10rem !important;
    font-weight: 200;
    background-color: #f2643a;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.logo-designing-main{
    font-size: 3rem; padding: 10rem !important;
    font-weight: 200;
    background-color: #2d96cb;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.domain-main {
    background-color: #063e64;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
h1.header-link-text {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
h2.header-link-text {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
p.para-small {
    color: #fff !important;
    text-align: center;
    font-size: 13px !important;
}
p.text-small {
    color: #737373 !important;
    text-align: center;
    font-size: 13px !important;
}
.grid {
    overflow: hidden;
    margin: 0;
    padding: 3em 0 0 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

/* Styles */
.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -0.135em;
    width: 33.333%;
    height: 400px;
    background: #000;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure {
    margin: 0 0 0rem !important;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;

    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-1 {
    background: #f69679;
}

figure.effect-1 img {
    min-width: 100%;
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
}

figure.effect-1 figcaption {

}

figure.effect-1 figcaption::before,
figure.effect-1 figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}
figure.effect-1.software {
    background-color: #ed1c24;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    height: 250px;
    padding: 5.5rem;
}
figure.effect-1.web-site {
    background-color: #e6e4e4;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    height: 250px;
    padding: 5.5rem;
}
.white-header {
    background-color: #00a6fb;
    height: 280px;
    padding-top: 6rem !important;
    text-align: center;
    padding: 3rem;
}
.black-header {
    background-color: #011222;
    height: 280px;
    padding-top: 6rem !important;
    text-align: center;
    padding: 3rem;
}
.container-fluid.white-slign-space {
    padding: 6rem !important;
    padding-top: 5rem !important;
}
.light-header {
    background-color: #fff;
    height: 280px;
    padding-top: 6rem !important;
    text-align: center;
    padding: 3rem;
    cursor: pointer;
    border-right: solid 1px #d0d0d0;
    border-top: solid 1px #d0d0d0;
}
.light-header:hover{
    background-color: #dcdcdc;
    opacity: 0.7;
}
span.span-text-two {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #00a6fb;
}
figure.effect-1.application {
    font-size: 3rem;
    padding: 10rem !important;
    background-color: #3cb54a;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
figure.effect-1.hosting {
    font-size: 3rem;
    padding: 10rem !important;
    font-weight: 200;
    background-color: #f2643a;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
figure.effect-1.digital{
    background-color: #00a6fb;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    transition: all .3s ease-in-out;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
figure.effect-1.domain {
    background-color: #063e64;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
figure.effect-1.seo-smo {
    background-color: #d1437f;
    padding: 10rem !important;
    font-size: 3rem;
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
figure.effect-1 figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-1 figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-1 p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

figure.effect-1 img,
figure.effect-1 h2 {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

figure.effect-1 img,
figure.effect-1 figcaption::before,
figure.effect-1 figcaption::after,
figure.effect-1 p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-1:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-1:hover figcaption::before,
figure.effect-1:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-1:hover h2,
figure.effect-1:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-1:hover figcaption::after,
figure.effect-1:hover h2,
figure.effect-1:hover p,
figure.effect-1:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.web-design-main:hover {
    background-image: url(../images/30084153.jpg);
    background-size: cover;
}
.web-developing-main:hover{
    background-image: url(../images/30084153.jpg);
    background-size: cover;
}
.web-hosting-main:hover{
    background-image: url(../images/30084153.jpg);
    background-size: cover;
}
.android-apps-main:hover{
    background-image: url(../images/30084153.jpg);
    background-size: cover;
}
.seo-services-main:hover{
    background-image: url(../images/30084153.jpg);
    background-size: cover;
}
.logo-designing-main:hover{
    background-image: url(../images/30084153.jpg);
    background-size: cover;
}
.domain-main:hover{
    background-image: url(../images/30084153.jpg);
    background-size: cover;    
}
a.link-main {
    text-decoration: none;
}

@media only screen and (max-width:1024px) {
    .navigation-wrap {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .navbar-brand img {
        height: auto;
        width: 160px;
        display: block;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }.nav-link {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 15px !important;
        padding: 5px 5px !important;
        font-weight: 600 !important;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
    }
    .mouse-down {
        width: 30px !important;
        height: 50px;
        border: 1.5px solid #fff;
        border-radius: 20px;
        bottom: 100px;
        align-content: center;
        position: absolute;
    }
    .get-touch {
        margin-left: 0rem;
    }
    a.nav-link.get-touch-link {
        color: #fff !important;
        padding: 0.1rem 2rem 0.1rem 2rem !important;
    }
    .bg-main {
        background-image: url(../images/19689.jpg);
        height: 625px;
        width: 100%;
        background-size: cover;
    }
    .get-text {
        background-color: #00a6fb;
        padding: 4rem !important;
        font-size: 3rem;
        font-weight: 200;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
    }
    h6.get-text-style {
        font-size: 2rem;
        font-weight: 200;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 0px;
    }
    h4.twelve-it-text {
        letter-spacing: inherit;
        font-size: 2rem;
        font-weight: 800;
        letter-spacing: 0px;
        color: #00a6fb;
        padding-bottom: 1rem;
        text-align: left;
    }
    p.strategic-interface {
        text-align: left;
        line-height: 1.5rem;
        font-size: 14px;
        color: #888888 !important;
        letter-spacing: 0.5px;
        font-family: 'Roboto', sans-serif;
        padding-bottom: 1rem;
        font-weight: 300;
    }span.bold-text-hree {
        font-size: 2rem;
        font-weight: 800;
        color: #011222;
        font-family: 'Roboto', sans-serif;
    }
    .no-padding.carers-style {
        background-color: #011222;
        padding: 4rem !important;
    }
    h5.we-are-hiring {
        font-size: 2rem;
        font-weight: 800;
        color: #fff;
        font-family: 'Roboto', sans-serif;
    }
    .thinkers-creators {
        padding: 4rem !important;
        text-align: center;
        background-color: #00a6fb;
    }
    h4.twelve-it-clients {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 200;
        margin-top: -1.5rem;
    }
    #container {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 3.5rem;
        font-weight: 800;
        width: 100%;
        bottom: 36%;
        display: block;
        letter-spacing: -2px;
        left: 0%;
        position: absolute;
        line-height: 70px;
        text-align: center;
    }
    .footer-logo {
        width: 280px;
    }
    .light-header {
        background-color: #fff;
        height: auto;
        padding-top: 3rem !important;
        text-align: center;
        padding: 2rem;
        cursor: pointer;
        border-right: solid 1px #d0d0d0;
        border-top: solid 1px #d0d0d0;
    }.black-header {
        background-color: #011222;
        height: auto;
        padding-top: 2rem !important;
        text-align: center;
        padding: 3rem;
    }
    .white-header {
        background-color: #00a6fb;
        height: auto;
        padding-top: 2rem !important;
        text-align: center;
        padding: 2rem;
    }read-text {
        color: #fff !important;
        text-align: center;
        font-size: 13px !important;
        float: right;
        margin-top: 5px;
    }.read-text-hash {
        color: #737373 !important;
        text-align: center;
        font-size: 13px !important;
        float: right;
        margin-top: 2px;
    }
    .pricing--sonam .pricing__item {
        margin: 0.5em;
        padding: 2em;
        cursor: default;
        border-radius: 10px;
        background: #1F1F1F;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 15px 30px -10px rgba(0,0,0,0.3);
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
        width: 48%;
        float: left;
    }.pricing--jinpa .pricing__item {
        font-family: 'Sahitya', serif;
        margin: 1.5em 0;
        padding: 2em;
        width: 48%;
        float: left;
        cursor: default;
        color: #fff;
        border: 1px solid #CBFFC8;
        -webkit-transition: background-color 0.6s, color 0.3s;
        transition: background-color 0.6s, color 0.3s;
    }.pricing--tenzin .pricing__item {
        margin: 1em;
        padding: 2em 2.5em;
        text-align: left;
        color: #262b38;
        background: #EEF0F3;
        width: 46%;
        float: left;
        border-top: 3px solid #EEF0F3;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s;
    }
    .mobile-padding{
        padding:0px;
    }
}
@media only screen and (max-width:768px) {
    .mobile-padding{
        padding:0px;
    }
    .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 0rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }
    .nav-link {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 12px !important;
        padding: 0px !important;
        font-weight: 600 !important;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        line-height: normal;
    }
    a.nav-link.get-touch-link {
        color: #fff !important;
        padding: 1rem !important;
    }
    .navbar-brand img {
        height: auto;
        width: 100px;
        display: block;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .get-text {
        background-color: #00a6fb;
        padding: 2rem !important;
    }
    .no-padding.custom-digital-solutions {
        padding: 2rem !important;
        font-weight: 200;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: center;
        padding-top: 2rem !important;
        background-color: #fff;
    }
    h6.get-text-style {
        font-size: 1.5rem;
        font-weight: 200;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 0px;
    }
    h4.twelve-it-text {
        font-size: 1.5rem;
        FONT-VARIANT: JIS04;
        letter-spacing: 0px;
        color: #00a6fb;
        padding-bottom: 0.5rem;
        text-align: left;
    }
    .no-padding.twelve-it-specialize {
        background-color: #fff;
        padding: 2rem !important;
        font-weight: 200;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: center;
        padding-top: 1rem !important;
    }
    .no-padding.carers-style {
        background-color: #011222;
        padding: 3rem !important;
    }.contact-us-form {
        padding: 2rem !important;
        background-color: #051829;
        padding-bottom: 1rem !important;
        border-left: solid 1px #2d3342;
    }.footer-logo {
        width: 160px;
    }
    p.address {
        font-size: 14px;
        font-weight: 500;
    }
    a.email-style {
        font-size: 14px;
        font-weight: 500;}
    .contact-us-form {
        padding: 2.5rem !important;
        background-color: #051829;
        padding-bottom: 4rem !important;
        border-left: solid 1px #2d3342;
    }
    .it-heading {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: left;
        font-size: 2rem;
        font-weight: 200;
        padding-top: 6.5rem;
        padding-left: 5rem;
        padding-bottom: 3rem;
    }
    .white-header {
        background-color: #00a6fb;
        height: auto;
        padding-top: 2rem !important;
        text-align: center;
        padding: 5rem;
    }
    .light-header {
        background-color: #fff;
        height: auto;
        padding-top: 3rem !important;
        text-align: center;
        padding: 4rem;
        cursor: pointer;
        border-right: solid 1px #d0d0d0;
        border-top: solid 1px #d0d0d0;
    }.black-header {
        background-color: #011222;
        height: auto;
        padding-top: 2rem !important;
        text-align: center;
        padding: 5rem;
    }
    h2.conrtact {
        font-size: 25px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        text-indent: 0px;
    }
    .container-fluid.white-slign-space {
        padding: 2rem !important;
        padding-top: 0rem !important;
    }
    .input.input {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: 1.5rem 0.75rem;
    }
    .btn-light {
        color: #fff;
        background-color: #0c0c0c;
        border-color: #0c0c0c;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        padding: 1rem 3rem;
    }
}
@media only screen and (max-width:736px) {
    i.fa.fa-align-justify {
        color: #fff;
    }
    .mobile-padding{
        padding:0px;
    }
    .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 0rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }
    .nav-link {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 12px !important;
        padding: 0px !important;
        font-weight: 600 !important;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        line-height: normal;
    }
    a.nav-link.get-touch-link {
        color: #fff !important;
        padding: 1rem !important;
    }
    .navbar-brand img {
        height: auto;
        width: 100px;
        display: block;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .get-text {
        background-color: #00a6fb;
        padding: 2rem !important;
    }
    .no-padding.custom-digital-solutions {
        padding: 2rem !important;
        font-weight: 200;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: center;
        padding-top: 2rem !important;
        background-color: #fff;
    }
    h6.get-text-style {
        font-size: 1.5rem;
        font-weight: 200;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 0px;
    }
    h4.twelve-it-text {
        font-size: 1.5rem;
        FONT-VARIANT: JIS04;
        letter-spacing: 0px;
        color: #00a6fb;
        padding-bottom: 0.5rem;
        text-align: left;
    }
    .no-padding.twelve-it-specialize {
        background-color: #fff;
        padding: 2rem !important;
        font-weight: 200;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: center;
        padding-top: 1rem !important;
    }
    .no-padding.carers-style {
        background-color: #011222;
        padding: 3rem !important;
    }.contact-us-form {
        padding: 2rem !important;
        background-color: #051829;
        padding-bottom: 1rem !important;
        border-left: solid 1px #2d3342;
    }.footer-logo {
        width: 160px;
    }
    p.address {
        font-size: 14px;
        font-weight: 500;
    }
    a.email-style {
        font-size: 14px;
        font-weight: 500;}
    .contact-us-form {
        padding: 2.5rem !important;
        background-color: #051829;
        padding-bottom: 4rem !important;
        border-left: solid 1px #2d3342;
    }
    .it-heading {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: left;
        font-size: 2rem;
        font-weight: 200;
        padding-top: 6.5rem;
        padding-left: 5rem;
        padding-bottom: 3rem;
    }
    .white-header {
        background-color: #00a6fb;
        height: auto;
        padding-top: 2rem !important;
        text-align: center;
        padding: 5rem;
    }
    .light-header {
        background-color: #fff;
        height: auto;
        padding-top: 3rem !important;
        text-align: center;
        padding: 4rem;
        cursor: pointer;
        border-right: solid 1px #d0d0d0;
        border-top: solid 1px #d0d0d0;
    }.black-header {
        background-color: #011222;
        height: auto;
        padding-top: 2rem !important;
        text-align: center;
        padding: 5rem;
    }
    h2.conrtact {
        font-size: 25px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        text-indent: 0px;
    }
    .container-fluid.white-slign-space {
        padding: 2rem !important;
        padding-top: 0rem !important;
    }
    .input.input {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: 1.5rem 0.75rem;
    }
    .btn-light {
        color: #fff;
        background-color: #0c0c0c;
        border-color: #0c0c0c;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        padding: 1rem 3rem;
    }
}
@media only screen and (max-width:700px) {
    .mobile-padding{
        padding:0px;
    }
    .container {
        max-width: 98% !important;
        margin: auto;
    }
    i.fa.fa-align-justify {
        color: #fff;
        font-size: 24px;
    }
    .navbar-light .navbar-toggler-icon {
        width: auto;
        height: auto;
        background-image: none;
        position: relative;
        border-bottom: 0px solid #000;
        transition: all 300ms linear;
    }.navbar-toggler {
        padding: 1rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-brand img {
        height: auto;
        width: 130px;
        display: block;
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        background-color: #d1437f;
    }
    .nav-link {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 14px !important;
        padding: 0px !important;
        font-weight: 600 !important;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        line-height: 31px;
    }
    a.nav-link.get-touch-link {
        color: #fff !important;
        padding: 0.5rem 2rem !important;
    }span.it-text {
        color: #00a6fb;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: 800;
    }
    #container {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: 800;
        width: 100%;
        bottom: auto;
        display: block;
        letter-spacing: 0;
        left: 0%;
        position: absolute;
        line-height: 30px;
        text-align: center;
    }
    .bg-main {
        background-image: none;
        padding: 8rem;
        width: 100%;
        background-size: cover;
        background-color: #212529;
        height: auto;
    }
    p.abt-text {
        letter-spacing: 0.1px;
        width: auto;
        margin: auto;
        padding-top: 0.4rem;
        line-height: 1.2rem;
        font-size: 14px;
        color: #888888 !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-align: center;
        margin-bottom: 1rem;
    }
    .container-fluid.no-padding.why-padding-style {
        padding: 2rem !important;
        text-align: center;
        background-color: #f7f7f7;
    }
    .icon-style {
        width: 45px;
        margin: auto;
        margin-bottom: 0.8rem;
    }
    .bg-two {
        width: 100%;
        background-color: #011222;
        background-image: none;
        background-size: initial;
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: initial;
    }
    .it-heading {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: left;
        font-size: 1.5rem;
        font-weight: 200;
        padding-top: 5.5rem;
        padding-left: 2rem;
        padding-bottom: 1rem;
    }
    .container-fluid.white-slign-space {
        padding: 3rem !important;
        padding-top: 2rem !important;
    }
    label {
        display: inline-block;
        margin-top: 0rem;
        font-size: 14px;
        font-weight: 800;
        font-family: 'Roboto', sans-serif;
        color: #0c0c0c;
    }
    .input.input {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: 1.5rem 0.75rem;
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width:667px) {
    .mobile-padding{
        padding:0px;
    }
    .container {
        max-width: 98% !important;
        margin: auto;
    }
    i.fa.fa-align-justify {
        color: #fff;
        font-size: 24px;
    }
    .navbar-light .navbar-toggler-icon {
        width: auto;
        height: auto;
        background-image: none;
        position: relative;
        border-bottom: 0px solid #000;
        transition: all 300ms linear;
    }.navbar-toggler {
        padding: 1rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-brand img {
        height: auto;
        width: 130px;
        display: block;
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        background-color: #d1437f;
    }
    .nav-link {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 14px !important;
        padding: 0px !important;
        font-weight: 600 !important;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        line-height: 31px;
    }
    a.nav-link.get-touch-link {
        color: #fff !important;
        padding: 0.5rem 2rem !important;
    }span.it-text {
        color: #00a6fb;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: 800;
    }
    #container {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: 800;
        width: 100%;
        bottom: auto;
        display: block;
        letter-spacing: 0;
        left: 0%;
        position: absolute;
        line-height: 30px;
        text-align: center;
    }
    .bg-main {
        background-image: none;
        padding: 8rem;
        width: 100%;
        background-size: cover;
        background-color: #212529;
        height: auto;
    }
    p.abt-text {
        letter-spacing: 0.1px;
        width: auto;
        margin: auto;
        padding-top: 0.4rem;
        line-height: 1.2rem;
        font-size: 14px;
        color: #888888 !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-align: center;
        margin-bottom: 1rem;
    }
    .container-fluid.no-padding.why-padding-style {
        padding: 2rem !important;
        text-align: center;
        background-color: #f7f7f7;
    }
    .icon-style {
        width: 45px;
        margin: auto;
        margin-bottom: 0.8rem;
    }
    .bg-two {
        width: 100%;
        background-color: #011222;
        background-image: none;
        background-size: initial;
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: initial;
    }
    .it-heading {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: left;
        font-size: 1.5rem;
        font-weight: 200;
        padding-top: 5.5rem;
        padding-left: 2rem;
        padding-bottom: 1rem;
    }
    .container-fluid.white-slign-space {
        padding: 3rem !important;
        padding-top: 2rem !important;
    }
    label {
        display: inline-block;
        margin-top: 0rem;
        font-size: 14px;
        font-weight: 800;
        font-family: 'Roboto', sans-serif;
        color: #0c0c0c;
    }
    .input.input {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: 1.5rem 0.75rem;
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width:412px) {
    .mobile-padding{
        padding:0px;
    }
    .container {
        max-width: 98% !important;
        margin: auto;
    }
    i.fa.fa-align-justify {
        color: #fff;
        font-size: 24px;
    }
    .navbar-light .navbar-toggler-icon {
        width: auto;
        height: auto;
        background-image: none;
        position: relative;
        border-bottom: 0px solid #000;
        transition: all 300ms linear;
    }.navbar-toggler {
        padding: 1rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-brand img {
        height: auto;
        width: 130px;
        display: block;
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        background-color: #d1437f;
    }
    .nav-link {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 14px !important;
        padding: 0px !important;
        font-weight: 600 !important;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        line-height: 31px;
    }
    a.nav-link.get-touch-link {
        color: #fff !important;
        padding: 0.5rem 2rem !important;
    }span.it-text {
        color: #00a6fb;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: 800;
    }
    #container {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: 800;
        width: 100%;
        bottom: auto;
        display: block;
        letter-spacing: 0;
        left: 0%;
        position: absolute;
        line-height: 30px;
        text-align: center;
    }
    .bg-main {
        background-image: none;
        padding: 8rem;
        width: 100%;
        background-size: cover;
        background-color: #212529;
        height: auto;
    }
    p.abt-text {
        letter-spacing: 0.1px;
        width: auto;
        margin: auto;
        padding-top: 0.4rem;
        line-height: 1.2rem;
        font-size: 14px;
        color: #888888 !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-align: center;
        margin-bottom: 1rem;
    }
    .container-fluid.no-padding.why-padding-style {
        padding: 2rem !important;
        text-align: center;
        background-color: #f7f7f7;
    }
    .icon-style {
        width: 45px;
        margin: auto;
        margin-bottom: 0.8rem;
    }
    .bg-two {
        width: 100%;
        background-color: #011222;
        background-image: none;
        background-size: initial;
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: initial;
    }
    .it-heading {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: left;
        font-size: 1.5rem;
        font-weight: 200;
        padding-top: 5.5rem;
        padding-left: 2rem;
        padding-bottom: 1rem;
    }
    .container-fluid.white-slign-space {
        padding: 3rem !important;
        padding-top: 2rem !important;
    }
    label {
        display: inline-block;
        margin-top: 0rem;
        font-size: 14px;
        font-weight: 800;
        font-family: 'Roboto', sans-serif;
        color: #0c0c0c;
    }
    .input.input {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: 1.5rem 0.75rem;
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width:375px) {
    .mobile-padding{
        padding:0px;
    }
    .container {
        max-width: 98% !important;
        margin: auto;
    }
    i.fa.fa-align-justify {
        color: #fff;
        font-size: 24px;
    }
    .navbar-light .navbar-toggler-icon {
        width: auto;
        height: auto;
        background-image: none;
        position: relative;
        border-bottom: 0px solid #000;
        transition: all 300ms linear;
    }.navbar-toggler {
        padding: 1rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-brand img {
        height: auto;
        width: 130px;
        display: block;
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        background-color: #d1437f;
    }
    .nav-link {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 14px !important;
        padding: 0px !important;
        font-weight: 600 !important;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        line-height: 31px;
    }
    a.nav-link.get-touch-link {
        color: #fff !important;
        padding: 0.5rem 2rem !important;
    }span.it-text {
        color: #00a6fb;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: 800;
    }
    #container {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: 800;
        width: 100%;
        bottom: auto;
        display: block;
        letter-spacing: 0;
        left: 0%;
        position: absolute;
        line-height: 30px;
        text-align: center;
    }
    .bg-main {
        background-image: none;
        padding: 8rem;
        width: 100%;
        background-size: cover;
        background-color: #212529;
        height: auto;
    }
    p.abt-text {
        letter-spacing: 0.1px;
        width: auto;
        margin: auto;
        padding-top: 0.4rem;
        line-height: 1.2rem;
        font-size: 14px;
        color: #888888 !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-align: center;
        margin-bottom: 1rem;
    }
    .container-fluid.no-padding.why-padding-style {
        padding: 2rem !important;
        text-align: center;
        background-color: #f7f7f7;
    }
    .icon-style {
        width: 45px;
        margin: auto;
        margin-bottom: 0.8rem;
    }
    .bg-two {
        width: 100%;
        background-color: #011222;
        background-image: none;
        background-size: initial;
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: initial;
    }
    .it-heading {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: left;
        font-size: 1.5rem;
        font-weight: 200;
        padding-top: 5.5rem;
        padding-left: 2rem;
        padding-bottom: 1rem;
    }
    .container-fluid.white-slign-space {
        padding: 3rem !important;
        padding-top: 2rem !important;
    }
    label {
        display: inline-block;
        margin-top: 0rem;
        font-size: 14px;
        font-weight: 800;
        font-family: 'Roboto', sans-serif;
        color: #0c0c0c;
    }
    .input.input {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: 1.5rem 0.75rem;
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width:300px) {
    .mobile-padding{
        padding:0px;
    }
    .container {
        max-width: 98% !important;
        margin: auto;
    }
    i.fa.fa-align-justify {
        color: #fff;
        font-size: 24px;
    }
    .navbar-light .navbar-toggler-icon {
        width: auto;
        height: auto;
        background-image: none;
        position: relative;
        border-bottom: 0px solid #000;
        transition: all 300ms linear;
    }.navbar-toggler {
        padding: 1rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-brand img {
        height: auto;
        width: 130px;
        display: block;
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        background-color: #d1437f;
    }
    .nav-link {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 14px !important;
        padding: 0px !important;
        font-weight: 600 !important;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        line-height: 31px;
    }
    a.nav-link.get-touch-link {
        color: #fff !important;
        padding: 0.5rem 2rem !important;
    }span.it-text {
        color: #00a6fb;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: 800;
    }
    #container {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: 800;
        width: 100%;
        bottom: auto;
        display: block;
        letter-spacing: 0;
        left: 0%;
        position: absolute;
        line-height: 30px;
        text-align: center;
    }
    .bg-main {
        background-image: none;
        padding: 8rem;
        width: 100%;
        background-size: cover;
        background-color: #212529;
        height: auto;
    }
    p.abt-text {
        letter-spacing: 0.1px;
        width: auto;
        margin: auto;
        padding-top: 0.4rem;
        line-height: 1.2rem;
        font-size: 14px;
        color: #888888 !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-align: center;
        margin-bottom: 1rem;
    }
    .container-fluid.no-padding.why-padding-style {
        padding: 2rem !important;
        text-align: center;
        background-color: #f7f7f7;
    }
    .icon-style {
        width: 45px;
        margin: auto;
        margin-bottom: 0.8rem;
    }
    .bg-two {
        width: 100%;
        background-color: #011222;
        background-image: none;
        background-size: initial;
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: initial;
    }
    .it-heading {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: left;
        font-size: 1.5rem;
        font-weight: 200;
        padding-top: 5.5rem;
        padding-left: 2rem;
        padding-bottom: 1rem;
    }
    .container-fluid.white-slign-space {
        padding: 3rem !important;
        padding-top: 2rem !important;
    }
    label {
        display: inline-block;
        margin-top: 0rem;
        font-size: 14px;
        font-weight: 800;
        font-family: 'Roboto', sans-serif;
        color: #0c0c0c;
    }
    .input.input {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: 1.5rem 0.75rem;
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width:250px) {
    .mobile-padding{
        padding:0px;
    }
    .container {
        max-width: 98% !important;
        margin: auto;
    }
    i.fa.fa-align-justify {
        color: #fff;
        font-size: 24px;
    }
    .navbar-light .navbar-toggler-icon {
        width: auto;
        height: auto;
        background-image: none;
        position: relative;
        border-bottom: 0px solid #000;
        transition: all 300ms linear;
    }.navbar-toggler {
        padding: 1rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-brand img {
        height: auto;
        width: 130px;
        display: block;
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        background-color: #d1437f;
    }
    .nav-link {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 14px !important;
        padding: 0px !important;
        font-weight: 600 !important;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        line-height: 31px;
    }
    a.nav-link.get-touch-link {
        color: #fff !important;
        padding: 0.5rem 2rem !important;
    }span.it-text {
        color: #00a6fb;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: 800;
    }
    #container {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: 800;
        width: 100%;
        bottom: auto;
        display: block;
        letter-spacing: 0;
        left: 0%;
        position: absolute;
        line-height: 30px;
        text-align: center;
    }
    .bg-main {
        background-image: none;
        padding: 8rem;
        width: 100%;
        background-size: cover;
        background-color: #212529;
        height: auto;
    }
    p.abt-text {
        letter-spacing: 0.1px;
        width: auto;
        margin: auto;
        padding-top: 0.4rem;
        line-height: 1.2rem;
        font-size: 14px;
        color: #888888 !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-align: center;
        margin-bottom: 1rem;
    }
    .container-fluid.no-padding.why-padding-style {
        padding: 2rem !important;
        text-align: center;
        background-color: #f7f7f7;
    }
    .icon-style {
        width: 45px;
        margin: auto;
        margin-bottom: 0.8rem;
    }
    .bg-two {
        width: 100%;
        background-color: #011222;
        background-image: none;
        background-size: initial;
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: initial;
    }
    .it-heading {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -1px;
        text-align: left;
        font-size: 1.5rem;
        font-weight: 200;
        padding-top: 5.5rem;
        padding-left: 2rem;
        padding-bottom: 1rem;
    }
    .container-fluid.white-slign-space {
        padding: 3rem !important;
        padding-top: 2rem !important;
    }
    label {
        display: inline-block;
        margin-top: 0rem;
        font-size: 14px;
        font-weight: 800;
        font-family: 'Roboto', sans-serif;
        color: #0c0c0c;
    }
    .input.input {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: 1.5rem 0.75rem;
        margin-bottom: 2rem;
    }
}