@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Dancing+Script:wght@400;500&family=EB+Garamond:wght@400;500;600;800&family=Montserrat:wght@200;300;400;500;600&family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url(“https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css”)
body {
    background: #FFF;
    margin: 0 !important;
    padding: 0px !important;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

body,
html {
    height: 100%;
    scroll-behavior: smooth;
}
section {
    overflow: hidden;
}
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
input,
select,
textarea,
ul,
li {
    margin: 0;
    padding: 0;
    
}
:root {
  --blue: #0e65bf;
  --white: #ffffff;
}



ul li {
    list-style: none;
}

:focus {
    outline: none;
}

img {
    border: none;
    width: 100%;
}

a {
    transition: all ease 0.5s;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

a,
a:link,
a:visited,
input {
    outline: none;
}
.owl-dots {
    display: none;
}
button.navbar-toggler{
    position: relative;
}

button.navbar-toggler span:first-child {
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0;
    transform: rotate(45deg);
}
button.navbar-toggler span:nth-child(3) {
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: rotate(131deg);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
button.navbar-toggler.collapsed span:first-child {
    width: 17px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
     transform: rotate(0deg);
}
button.navbar-toggler.collapsed span:nth-child(2) {
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 9px;
    right: 0;
}
button.navbar-toggler.collapsed span:nth-child(3) {
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    top:18px;
    right: 0;
     transform: rotate(0deg);
}

.navbar-toggler span {
    transition: .4s;
}
a.navbar-brand img {
    width: 250px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    height: 90px;
    transition: .3s;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: inherit;
    align-items: center;
}

img.mobile-vw {
    display: none;
}
a.nav-link i {
    display: none;
}
 a.nav-link.connect i {
    display: block;
}   
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: #fff ;
    transition: .2s;
    height: 72px;
}

.banner {
    background: url(../img/Srishti%20banner3.jpg);
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-content {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    height: 100%;
}
.our-s ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
        margin-top: 30px;
}
.our-s ul li {
    background: #0d75d1;
    margin: 7px;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 15px;
        box-shadow: -3px 3px 15px 2px #0000001c;
    
}
.our-s ul li h4 {
    color: #fff;
}
.our-s ul li p {
    color: #fff;
    text-align: center;
}
.banner-content h1 {
    color: #fff;
    margin-bottom: 10px;
}
.banner-content p {
    color: #fff;margin-bottom: 10px;
}

img.abt-image-s {
    border-radius: 30px;
    position: relative;
}
.abt-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.abt-content p{
    line-height: 28px;
    
}

.abt-content h5 {
    color: #1d1d1d;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 21px;
}
.abt-content h2 {
    font-size: 42px;
    color: var(--blue);
    margin-bottom: 20px;
}

.abt-content p:last-child {
    margin-top: 12px;
}
.abt-content ul {
    display: flex;
    flex-wrap: wrap;
}
.abt-content ul li {
    width: 50%;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: -1px;
}
.abt-content ul li i {
    margin-right: 5px;
    color: var(--blue);
}
section.common.abt-section {
    padding-top: 90px 0px;
}
section.common {
    padding: 50px 0px;
}
.abt-content ul {
    margin-top: 20px;
}
.abt-sec {
    position: relative;
}
.abt-sec button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(50% , 50%);
    transform: translate(-50%, -50%);
}
.abt-sec button i {
    font-size: 29px;
    color: var(--blue);
}
.abt-sec button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 40px;
    border: 0;
}
.abt-sec button::after {
    position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0px;
    opacity: 1;
    transform-origin: center;
    animation: anim 1000ms linear infinite;
}

.abt-sec button::before {
   position: absolute;
            content: '';
            bottom: -7px;
            top: -7px;
            left: -7px;
            right: -7px;
            background-color: transparent;
            border-radius: 50%;
            border: 4px solid #fff;
            margin: 0px;
            opacity: 0.8;
            transform-origin: center;
            animation: anim 1000ms linear 400ms infinite;
}

 @keyframes anim {
            from {
                margin: 0px;
                opacity: 1;
            }

            to {
                margin: -15px;
                opacity: 0;
            }
        }



.abt-sec::after {
    position: absolute;
    content: 'watch video';
    bottom: 0px;
    /* top: 0; */
    left: 0;
    background-color: var(--blue);
    border-radius: 0px 190px 0px 0px;
    /* border: 4px solid #fff; */
    margin: 0px;
    opacity: 1;
    width: 54%;
    height: 50%;
    padding: 20px;
    color: #fff;
}
i.bi.bi-whatsapp {
    color: green;
    font-size: 22px;
}
i.bi.bi-telephone-fill {
    font-size: 22px;
    color: #181818cc;
}
ul.navbar-nav {
    align-items: center;
}
button.get-t {
    margin-left: 10px;
    border: 1px solid var(--blue);
    background: #fff;
    color: var(--blue);
    border-radius: 30px;
    padding: 4px 20px;
    transition: .3s;
}
button.get-t:hover {
    background: var(--blue);
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--blue);
}
section.common.service-section {
    background: #cccccc59;
}
.grid-icons img {
    width: 40px;
    height: 40px;
}
.grid-actions {
    display: flex;
    justify-content: space-between;
}
.btn-grid button {
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px;
    border: 0;
    font-size: 30px;
    position: relative;
/*    overflow: hidden;*/
}
.service-grid {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    margin-bottom: 25px;
    min-height: 200px;
}
span.fill {
    width: 10px;
    height: 10px;
    position: absolute;
    background: var(--blue);
    top: 15px;
    right: 0;
    border-radius: 30px;
    opacity: .5;
    transition: .3s;
}
.btn-grid button:hover span.fill {
    transform: scale(3.8);
    opacity: 1;
    right: 16px;
    
}
.btn-grid button i {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0e65bf;
}
.btn-grid button:hover  i {
    color: #fff;
    
}
.grid-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.service-grid h5 {
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}
h2.main-heading {
    font-size: 42px;
    color: var(--blue);
    margin-bottom: 20px;
}
.service-grid p {
    font-size: 15px;
}
.service-grid h5 {
    font-size: 18px;
}
.icon-p img {
    width: 60px;
    height: 60px;
} 
a.flex-p {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.deiatils-p {
    background: #fff;
    position: absolute;
    width: 90%;
    bottom: -26px;
    right: 20px;
    left: 20px;
    padding: 11px;
    border-radius: 10px;
}
.portfolio-grid {
    position: relative;
    margin-bottom: 60px;
}
.icon-p {
    margin-right: 18px;
}
a.flex-p h5 {
    color: #000;
}
.img-portfoio img {
    border-radius: 10px;
}
section.common.portfolio {
    background: #020439;
        opacity: .95;
}
 h2.main-heading.text-center {
    color: #fff;
    margin-bottom: 40px;
}   
.white{
    color: #fff !important;
} 
.img-g {
    100px: inherit;
    width: 80px;
    height: 80px;
    background: #1b6ac1;
    padding: 20px;
    border-radius: 60px;
    border: 3px solid #fff;
    margin-right: 40px;
    margin-left: -60px;
}
.img-g img {
    width: 30px;
    height: 30px;
        object-fit: contain;
}
.grd-ab {
    display: flex;
    align-items: center;
    background: #fff !important;
    padding: 18px;
        border-radius: 10px;
}
.abt-grd {
    margin-left: 80px;
}
.abt-grd ul li {
    margin-bottom: 20px;
}
.abt-contents.white h5 {
    margin: 15px 0px;
}
.abt-contents.white p {
    margin: 15px 0px;
}
.abt-grd ul li:nth-child(2){
       margin-left: 70px;
        margin-right: -70px;
}
.abt-buttons .get-t {
    background: #1b6ac1;
    padding: 10px 30px;
    margin-top: 20px;
    display: flex;
    width: fit-content;
    align-items: center;
    border-radius: 8px;
    color: #fff;
}
.abt-buttons .get-t i {
    margin-left: 5px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    z-index: 99999;
    height: 70px !important;
    transition: .3s;
        box-shadow: 1px 2px 13px 0px #ccccccb3;
}
.sticky + .inner-banner2 {
  margin-top:  160px;
}
section.common.portfolio::after {
    position: absolute;
    background-image: url(../img/services-bg.png);
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.common.portfolio {
    position: relative;
}
.b-icons img {
    width: 50px;
    height: 50px;
}
.b-grid {
    width: 48%;
    margin-bottom: 22px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 20px;
    margin-right: 22px;
    position: relative;
    border-radius: 10px;
}
.business-grd-main {
    display: flex;
    flex-wrap: wrap;
        justify-content: center;
}

.b-grid:nth-child(2), .b-grid:nth-child(4) {
    margin-right: 0px;
}
h3.business-heading {
    font-size: 20px;
    margin: 10px 0px;
}
.business-area {
    width: 100%;
    height: 100%;
    background: #020439;
    display: flex;
    flex-direction: column;
    padding: 30px;
    justify-content: center;
    color: #fff;
    position: relative;
    opacity: .95;
    border-radius: 10px;
}
.business-area::after {
    position: absolute;
    background-image: url(../img/bg-shape.png);
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .1;
}
.business-area h5 {
    margin-bottom: 10px;
}
.business-area h3 {
    margin-bottom: 10px;
}
a.view-more {
    background: #1b6ac1;
    color: #fff;
    padding: 7px 34px;
    margin-top: 10px;
    display: flex;
    width: fit-content;
    border-radius: 30px;
}
.b-grid::after {
    position: absolute;
    content: "1";
    width: 50px;
    height: 50px;
    background: #e2f1fc;
    top: 0;
    right: 0;
    border-radius: 0px 0px 0px 80px;
    color: #1b6ac1;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
}
.b-grid:nth-child(1)::after {
    content: "1";
}
.b-grid:nth-child(2)::after {
    content: "2";
}
.b-grid:nth-child(3)::after {
    content: "3";
}
.b-grid:nth-child(4)::after {
    content: "4";
}
section.common.portfolio {
    overflow-y: hidden;
}
section.common.testimonials {
    background: url(../img/bg-testimonials.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
}
.client-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-img img {
    width: 50px !important;
    height: 50px;
    border-radius: 40px;
    object-fit: cover;
}
.clients-se {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.client-img{
    margin-right: 15px;
}
/*
.client-slider {
    background: #ffffff85;
    padding: 20px;
    border-radius: 20px;
}
*/

.client-slider .item {
    padding: 38px;
}
.testimonial-bg {
    background: #ffffffa6;
    padding: 20px;
    border-radius: 20px;
}
.testimonial-bg h2 {
    color: var(--blue) !important;
    margin: 20px 0px !important;
}
.owl-nav {
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
}
div#choice {
    display: flex;
    flex-direction: column-reverse;
}
div#choice .owl-nav button {
    width: 40px;
    height: 40px;
    background: #000;
}
div#choice .owl-nav button:first-child {
   margin-right: 10px;
}
div#choice .owl-nav button {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid var(--blue);
    display: flex;
    position: relative;
}
div#choice .owl-nav button span {
    font-size: 33px;
    position: absolute;
    top: 42%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: var(--blue);
}
section.prefooter {
    background: #282828;
    padding: 30px 200px;
}
.form-group.news {
    display: flex;
    align-items: center;
    position: relative;
}
.form-group.news input {
    height: 45px;
    border-radius: 12px;
}
.form-group.news button {
    width: 40px;
    height: 40px;
    background: var(--blue);
    color: #fff;
    border-radius: 10px;
    border: 0;
    right: 3px;
    position: absolute;
}
 section.prefooter h5 {
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 18px;
} 
section.prefooter h3 {
    margin-bottom: 10px;
} 
section.prefooter .row {
    align-items: center;
}
.footer-main {
    background: #202020;
    color: #fff;
}
.footer-itms {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
}
.copyright {
    display: flex;
    justify-content: space-between;
}
.social-icons ul {
    display: flex;
    justify-content: space-between;
}
.social-icons ul li {
    margin-right: 15px;
}
.footer-itms ul h5 {
    font-size: 17px;
    margin-bottom: 14px;
}
ul.usefull-links.odd {
    margin-top: 38px;
}
.footer-itms ul li a {
    color: #fff !important;
    font-weight: 200;
}
.footer-itms ul li {
    margin-bottom: 10px;
}
.copyright {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 15px 0px;
}
.social-icons li a {
    color: #fff;
}

.service-grid:hover, .portfolio-grid:hover, .b-grid:hover, .grd-ab:hover, .partners:hover{
    transform: translateY(-10px)
}
.service-grid, .portfolio-grid, .b-grid, .grd-ab, .partners{
    transition: .4s;
}
a.get-t:hover, .view-more:hover, .form-group.news button:hover {
    background: #0f4581;
}
/*-------------Header banner css start--------------*/
.navbar-light .navbar-toggler {
    /* color: rgba(0,0,0,.55); */
    border-color: transparent;
}

iframe.youtube-video {
    width: 100%;
}
section.inner-banner {
    background: #404040;
}
section.inner-banner {
   padding: 10px;
}
.main-nav-company ul {
    display: flex;
    justify-content: space-between;
}
a.company-links {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding: 7px;
}
.com-features-img {
    margin-right: 10px;
}
.com-features-img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.company-grid-details {
    color: #3c3535;
}
.main-nav-company ul li {
    width: 24%;
}
.p-bar {
    margin-top: 20px;
}
.p-bar label {
    font-weight: 600;
}
 section.company-rout {
    padding-top: 20px;
}  

.btn-close {
    position: absolute;
    top: -7px;
    right: -7px;
    background: var(--blue);
    opacity: 1;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
}
.btn-close i{
    color: #fff;
}
.overlay-cont {
    position: absolute;
    bottom: 0;
    top: 0;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    display: flex;
    align-items: center;
    color: #fff;
    background: #0e65bfd9;
    opacity: 0;
    transition: .4s;
    border-radius: 6px 6px 0px 0px;
}
.partner-img {
    position: relative;
}
.partners:hover .overlay-cont {
    opacity: 1;
}
.partner-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid var(--blue);
}
.partner-details h5 {
    margin: 10px 0px;
}
.partners {
    margin: 10px;
}
.overlay-cont a i {
    color: #fff;
}
.partner-details span {
    color: var(--blue);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.leadership-team {
    background: url(../img/team-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.partner-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 6px 6px 0px 0px;
}

.blue{
    color: var(--blue) !important;
}
div#leadership-tm {
    position: relative;
}

div#leadership-tm .owl-nav button {
    width: 30px;
    height: 30px;
    background: var(--blue);
    border-radius: 30px;
    color: #fff;
    font-size: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
        top: 50%;
    
}
div#leadership-tm .owl-prev {
    position: absolute;
    left: 0;
}
div#leadership-tm .owl-next {
    position: absolute; right: 0;
}
.owl-nav button span {
    font-size: 33px;
    position: absolute;
    top: 42%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: #fff;
}
section#awards h2 {
    margin-bottom: 5px;
}
section#awards p {
    margin-bottom: 25px;
}
a.company-links:hover {
    border: 1px solid var(--blue);
    background: var(--blue);
}
a.company-links:hover .company-grid-details {
    color: #fff;
}

a.company-links:hover .com-features-img img {
    filter: brightness(0) invert(1);
}
.overlay-industry {
    position: absolute;
    top: 0;
    background: var(--blue);
    bottom: 0;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: .4s;
}
.industry-grid {
    position: relative;
    margin-bottom: 20px;
}
.industry-grid h4 {
    text-align: center;
    background: #000;
    padding: 10px;
    color: #fff;
    font-size: 20px;
}
.industry-grid:hover .overlay-industry  {
    opacity: .95;
}
a.learn-more {
    background: #fff;
    text-align: center;
    padding: 3px;
    font-size: 20px;
}
.overlay-industry p {
    font-weight: 100;
    line-height: 26px;
    font-size: 15px;
}
.technology-grid {
    padding: 15px;
    box-shadow: 1px 2px 13px 0px #ccccccb3;
    position: relative;
    margin-bottom: 25px;
}
.technology-details {
    margin-top: 12px;
}
.technology-details h5 {
    margin-bottom: 10px;
    color: var(--blue);
}
a.t-learnmore {
    display: flex;
    align-items: center;
    background: #e7e7e7;
    padding: 6px 14px;
    color: #000;
    margin-top: 16px;
    position: relative;}
.technology-img img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}
a.Portf {
    background: #fff;
    padding: 3px;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    bottom: -28px;
    right: 16px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 30px;
    /* border: 1px solid #ccc; */
}
.technology-img  {
   position: relative;
}
a.t-learnmore::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 66px;
    /* background: #000; */
    z-index: 999;
    height: 100%;
    border-left: 26px solid transparent;
    border-bottom: 36px solid var(--blue);
}
a.t-learnmore i {
    position: absolute;
    right: 12px;
    z-index: 9999;
    top: 0;
    font-size: 25px;
    color: #fff;
    top: 16%;
}
a.t-learnmore:hover {
    background: var(--blue);
    color: #fff;
}
a.Portf:hover {
    background: var(--blue);
    color: #fff;
}
section.inner-page-brdcums {
    padding: 10px 0px;
}
ol.breadcrumb {
    margin-bottom: 0px;
}
.tech-img img {
    height: 350px;
    object-fit: cover;
}

.tech-details h4 {
    margin: 19px 0px 12px 0px;
    color: var(--blue);
    font-size: 21px;
        line-height: 35px;
}
.key-features {
    background: var(--blue);
    padding: 15px;
    color: #fff;
    border-radius: 1px;
}
.key-features h5 {
    margin-bottom: 20px;
}
.key-features ul li {
    margin-bottom: 10px;
}
.tags h5 {
    color: var(--blue);
    margin-bottom: 15px;
    margin-top: 30px;
}
.tags ul {
    display: flex;
    flex-wrap: wrap;
}

.tags ul li {
    border: 1px solid var(--blue);
    padding: 5px 17px;
    margin-right: 11px;
    margin-bottom: 10px;
    color: var(--blue);
    font-size: 15px;
}
a.nav-link.active {
    color: var(--blue) !important;
}
.technology-details p {
    font-size: 15px;
    color: #424040;
}
.mobile-app-grd p {
    font-weight: 400;
}
.mobile-g-head span {
    width: 35px;
    height: 35px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
}
.mobile-g-head {
    display: flex;
    color: #484848;
}
ul.t-mobile li {
    margin-right: 15px;
    width: 47%;
    margin-top: 30px;
}
ul.t-mobile {
    display: flex;
    flex-wrap: wrap;
}
.mobile-web-grd {
    display: flex;
    align-items: baseline;
}
section.common.web-based-dev {
    background: #0d3895;
}
.mobile-web-grd span {
    font-size: 40px;
    color: #fff;
    margin-right: 10px;
}
.num-web{
    font-size: 30px;
    margin-right: 10px;
    color: #fff;
}
.mobile-g-head h4 {
    margin-bottom: 15px;
    font-size: 19px;
}
ul.t-mobile.t-web li {
    margin-top: 10px;
}
.mobile-g-head p {
    font-size: 15px;
    font-weight: 100;
}

.mobile-g-head.flex-column h4 {
    color: #fff;
}

.mobile-g-head.flex-column p {
    color: #fff;
}
.enter-prisep-grd img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.enter-prisep-grd p {
    font-weight: 400;
}
.certificate-se p {
    margin-bottom: 20px;
}

.certificate-se h4 {
    margin-bottom: 15px;
}
.certificate-se {
    padding: 20px;
}
.enter-prisep-grd h4 {
    font-size: 20px;
}
section.cloud-area {
    background: url(../img/cloud-based-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
        height: 250px;
    display: flex;
    align-items: center;
    color: #fff;
}
.col-lg-5.right-line h3 {
    font-size: 40px;
}
.col-lg-5.right-line {
    border-right: 3px solid #FFF;
}
.cloud h5 {
    margin-bottom: 20px;
     font-size: 26px;
}

.cloud {
    margin-left: 30px;
}
.cloud p {
    font-size: 17px;
}
.contact-grid {
    background: #fff;
    box-shadow: 0px 0px 37px 0px rgb(0 0 0 / 20%);
    padding: 13px;
    margin-bottom: 22px;
    min-height: 150px;
    width: 100%;
    display: flex;
}
.contact-icon {
    border: 1px solid var(--blue);
    padding: 10px;
    margin-right: 20px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-icon i {
    font-size: 23px;
    color: var(--blue);
}
.contact-details h5 {
    margin-bottom: 5px;
        font-size: 17px;
}
.contact-details p {
    font-size: 15px;
    margin-bottom: 3px;
}
.g-touch {
    padding: 20px 100px 20px 100px;
}
.g-touch h4 {
    margin-bottom: 20px;
}
button.send-button {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 6px 3px;
    border: 1px solid #fff;
    color: #fff;
    background: var(--blue);
}
.technology-details.technology-details2 {
    display: flex;
    justify-content: space-between;
}
.technology-details2 h5 {
    margin-bottom: 0px;
    font-size: 16px;
}
.technology-details.technology-details2 p {
    display: flex;
    align-items: center;
    color: #3c3535;
}
.technology-details.technology-details2 p i {
    margin-right: 5px;
}


.technology-img2 {
    width: 100%;
    height: 165px;
    background: #a5beef;
    display: flex;
    align-items: center;
    justify-content: center;
}
.technology-grid.inner .technology-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 70px;
}
.technology-grid.inner {
    box-shadow: 1px 2px 13px 0px #cccccc70;
}
/*
.col-lg-4.till22:nth-child(1) .technology-img {
    background: #ff000047 !important;
}
.col-lg-4.till22:nth-child(2) .technology-img {
    background: #42c2f35c !important;
}
.col-lg-4.till22:nth-child(3) .technology-img {
    background: #00498c38 !important;
}
.col-lg-4.till22:nth-child(4) .technology-img {
    background: #5141fa59 !important
}
.col-lg-4.till22:nth-child(5) .technology-img {
    background: #06060647 !important;
}
.col-lg-4.till22:nth-child(6) .technology-img {
    background: #22fba152 !important;
}
.col-lg-4.till22:nth-child(7) .technology-img {
    background: #ff000047 !important;
}
.col-lg-4.till22:nth-child(8) .technology-img {
    background: #42c2f35c !important;
}
.col-lg-4.till22:nth-child(9) .technology-img {
    background: #00498c38 !important;
}
.col-lg-4.till22:nth-child(10) .technology-img {
    background: #5141fa59 !important
}
.col-lg-4.till22:nth-child(11) .technology-img {
    background: #06060647 !important;
}
.col-lg-4.till22:nth-child(12) .technology-img {
    background: #22fba152 !important;
}
.col-lg-4.till22:nth-child(13) .technology-img {
    background: #ff000047 !important;
}
.col-lg-4.till22:nth-child(14) .technology-img {
    background: #42c2f35c !important;
}
.col-lg-4.till22:nth-child(15) .technology-img {
    background: #00498c38 !important;
}
.col-lg-4.till22:nth-child(16) .technology-img {
    background: #5141fa59 !important
}
.col-lg-4.till22:nth-child(17) .technology-img {
    background: #06060647 !important;
}
.col-lg-4.till22:nth-child(18) .technology-img {
    background: #22fba152 !important;
}
*/





























.company-grid-details h5 {
    font-size: 15px;
}
.com-features-img.portfolio-icons img {
    width: 40px;
    margin: 0px 10px;
}
a.company-links.active {
    border: 1px solid var(--blue);
    background: var(--blue);
}
a.company-links.active .com-features-img img {
    filter: brightness(0) invert(1);
}
a.company-links.active .company-grid-details {
    color: #fff;
}

.blog-details h5 {
    margin-top: 35px;
}
.date-blog {
    position: absolute;
    right: 16px;
    bottom: -26px;
    z-index: 999;
    background: var(--blue);
    display: flex;
    flex-direction: column;
    width: 42px;
    align-items: center;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.blog-img{
    position: relative;
}
a.technology-grid.blog {
    display: block;
    color: #000;
    padding-bottom: 35px;
    min-height: 374px;
    cursor: pointer;
}
a.technology-grid.blog.award {
    min-height: inherit;
    padding-bottom: 20px;
}
a.technology-grid.blog.news{
    min-height: 329px;
    padding-bottom: 0px !important;
}

a.technology-grid.blog.news h5 {
    margin-top: 20px;
}
  .btn-grid button::after {
    position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #104eb1;
    margin: 0px;
    opacity: 1;
    transform-origin: center;
    animation: anim2 1000ms linear infinite;
}  
    
  .btn-grid button::before {
    position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0px;
    opacity: 0.8;
    transform-origin: center;
    animation: anim2 1000ms linear 400ms infinite;
}  

.alert.alert-success {
    margin-bottom: 0px !important;
}
   @keyframes anim2 {
            from {
                margin: 0px;
                opacity: 1;
            }

            to {
                margin: -5px;
                opacity: 0;
            }
        }
  
    
    
    
    
}

section.mm-mar {
    max-height: 52vh;
}
img.world-map {
    max-height: 260px;
    object-fit: contain;
}
slider-main{
   height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.carousel-caption {
    position: absolute;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-s.awards-list ul li {
    width: 150px;
    background: none;
    padding: 0;
    box-shadow: -3px 3px 15px 2px #00000052;
}

.our-s.awards-list ul li img {
    /* width: 150px; */
    background: none;
    border-radius: 9px;
}
.banner-content p i {
    margin-right: 5px;
}
.carousel-control-prev{
    left: -50px;
}
.carousel-control-next {
    right: -50px; 
}
.disc h5 {
    text-transform: uppercase !important;
}
.mobile-banner-content{
    display: none;
}
.tech-img.portfolio-images img {
    height: inherit;
    max-height: 700px;
    object-fit: inherit;
    max-width: 100%;
}
.ed-choice>p {
    height: 95px;
}

.technology-grid.inner.portfolio-grd {
    display: flex;
    background: #67b2ff2b;
    border-radius: 16px;
    box-shadow: none !important;
}

.technology-grid.inner.portfolio-grd .technology-img {
    max-width: 120px;
}
.technology-grid.inner.portfolio-grd .technology-details {
    flex: 1;
}
.port-img img {
    /* height: inherit !important; */
    /* width: 100%; */
    border-radius: 16px  !important;
    height: inherit !important;
    width: inherit !important;
}
.technology-img.technology-img2.port-img {
    height: 120px;
    width: 120px;
    background: none !important;
}
.technology-details.technology-details2.port-details {
    padding: 15px;
    display: flex;
    justify-content: inherit !important;
    flex-direction: column;
    margin-top: 0px !important;
}
.technology-details.technology-details2.port-details h5 {
    font-size: 18px;
    margin-bottom: 8px;
}

li.breadcrumb-item a {
    color: #0e65bf !important;
}
.technology-details.technology-details2.port-details p {
    color: #0e65bf;
}
.technology-details.technology-details2.port-details h5 {
    color: #181818;
}
input.ReloadBtn {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
div#CaptchaImageCode {
    width: 100%;
    margin-top: 4px;
}
canvas#CapCode {
    width: 100%;
    height: 90px;
}
input#UserCaptchaCode {
    font-size: 14px;
    width: 100%;
}












/*-------------media start--------------*/
@media only screen and (max-width: 1200px) {
    
    
    
}
@media only screen and (max-width: 991px) {
    
    
 .carousel-caption.container {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    transform: inherit;
    height: 470px;
}   
 .banner-content p {
    color: #fff;
}   
 .banner-content h1 {
    color: #fff;
}   
    
 section.slider-main {
    display: none;
}   
    
    
    
    
    
    
    
    
    
 img.web-vw {
/*    display: none;*/
}
img.mobile-vw {
    display: none;
} 
img.mobile-vw {
/*    width: 25px !important;*/
}  
a.navbar-brand img {
    width: 120px;
    filter: brightness(0) invert(1);
 
}    
 nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    height: auto;
}   
 nav.navbar {
    background: #104eb1 !important;
     border-bottom: 3px solid #fff;
}   
 a.nav-link i {
    display: block;
    width: 25px;
} 
button.navbar-toggler.collapsed {
    width: 27px;
    height: 27px;
}
a.nav-link {
    display: flex;
    border-bottom: 1px solid #ffffff30;
    color: #fff !important;
    align-items: center;
    padding: 13px 10px;
}
.our-s ul li {
    width: 29%;}
    
 .navbar-collapse {
    flex-basis: 100%;
    flex-grow: inherit;
    align-items: center;
    position: absolute;
    width: 100%;
    background: #2B2D42;
    top: 59px;
    left: 0;
    right: 0;
    padding: 20px;
     z-index: 99;
}   
    
 .abt-content ul {
    flex-direction: column;
}   
    
 .abt-content ul li {
     width: 100%;
     letter-spacing: 0px;
}   
 ul.navbar-nav {
    align-items: initial;
}  
 .abt-grd {
     margin-left: 0px; 
      display: block;
}  
 .img-g {
    margin-left: 0px;
    margin-bottom: 10px;
}  
 .abt-grd ul li:nth-child(2) {
    margin-left: 0px;
     margin-right: 0px;
}   
 .grd-ab {
    display: block;
}   
.banner {
    background: linear-gradient(to bottom, rgb(0 0 0 / 44%), rgb(255 255 255 / 0%)), url(../img/mobile-banner.jpg);
    background-position: center;
} 
.our-s ul li:nth-child(1) {
    background: #104eb1;
    box-shadow: inset 0 0 30px #0c2f66;
}
    .our-s ul li:nth-child(2) {
    background: #4caf50;
    box-shadow: inset 0 0 30px #1b7a1f;
}
  .our-s ul li:nth-child(3) {
    background: #f44336;
    box-shadow: inset 0 0 30px #a71c17;
}
  .our-s ul li:nth-child(4) {
    background: #1dacff;
    box-shadow: inset 0 0 30px #1364a3;
}
    .our-s ul li:nth-child(5) {
    background: #444444;
    box-shadow: inset 0 0 30px #20202c;
}
   .our-s ul li:nth-child(6) {
    background: #ff7e22;
    box-shadow: inset 0 0 30px #af5313;
}
   li.nav-item .get-t {
    width: 100%;
    margin-top: 25px;
    margin-left: 0px;
    color: #fff;
    background: #104eb1;
} 
 i.bi.bi-telephone-fill {
    color: #fff;
}   
 .b-grid {
    width: 100%;
    margin-right: 0;
}   
 .business-grd-main {
    margin-top: 20px;
}   
 .abt-grd ul {
    margin-top: 20px;
}   
    
 .owl-nav {
    justify-content: center;
     margin-right: 0px; 
}   
 .client-slider .item {
    padding: 16px;
}   
 h2.main-heading {
    font-size: 30px;
}   
 .abt-content h2 {
    font-size: 30px;
}   
section.prefooter {
    background: #282828;
    padding: 20px 10px;
}  
    
  section.prefooter h3 {
    margin-bottom: 20px;
}  
    
  section.prefooter h5 {
    margin-bottom: 20px;
}  
.footer-itms {
    flex-wrap: wrap;
}
 .footer-itms ul {
    margin: 16px 10px;
}   
.copyright {
    flex-direction: column-reverse;
}  
 .social-icons ul {
    justify-content: space-around;
}
 .social-icons {
    margin: 18px 0px;
}   
 .copy-r {
    text-align: center;
}
.abt-buttons .get-t {
    width: 100%;
    justify-content: center;
}    
 section.common.pratheesha .main-heading {
    text-align: center !important;
    margin: 20px 0px;
}   
 .main-nav-company ul li {
    width: 100%;
    margin-bottom: 10px;
}   
.main-nav-company ul {
    flex-direction: column;
}    
 a.company-links {
    padding: 3px;
}   
 section.company-rout {
    padding-top: 25px;
}  
 .sticky {
    height: auto !important;
}   
 .client-details h4 {
    font-size: 18px;
}   
  .partner-img img {
    height: 400px;
}  
 .overlay-industry {
    position: inherit;
    top: 0;
    background: #ffffff;
    opacity: 1;
    color: #000;
     border: 1px solid #ccc;
}  
 a.learn-more {
    background: #104eb1;
    color: #fff;
    margin-top: 20px;
         border-radius: 8px;
} 
    
 .tech-img img {
    height: 165px;
}   
 .key-features {
    margin-top: 20px;
}   
 .tags ul li {
    padding: 5px 10px;
}   
    ul.t-mobile li{
        margin-right: 0px;
        width: 100%;
        margin-top: 10px;
    }   
    
    .mobile-g-head {
    align-items: baseline;
}
   .mobile-g-head h4 {
    color: #383636;
    align-items: baseline;
}  
  .mobile-web-grd h4 {
    color: #fff;
} 
    
    .mb{
        flex-direction: column-reverse;
    }    
    .col-lg-5.right-line h3 {
    font-size: 23px;
    margin-bottom: 14px;
}
    
  .cloud {
     margin-left: 0px; 
}  
    
  .cloud h5 {
    margin-bottom: 10px;
     font-size: inherit; 
}  
 .g-touch {
    padding: 30px 10px;
}   
    
 .contact-grid {
    background: #fff;
     box-shadow: none; 
    padding: 20px;
    margin-bottom: 13px;
     min-height: inherit; 
    width: 100%;
    border: 1px solid #ccc;
    display: flex;
}   
  ul.usefull-links.odd {
    margin-top: 53px !important;
}  
   
    
}



@media only screen and (max-width: 320px) {
  .our-s ul li {
    width: 28%;
}  
  .our-s ul li p {
    font-size: 12px;
}  
  .our-s ul li h4 {
    font-size: 15px;
    font-weight: bold;
}  
}

@media only screen and (max-width: 991px) {
    
    .carousel-caption.container {
    display: none !important;
} 
 .mobile-banner-content{
    display: block;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     .col-lg-4 {
        width: 50% !important;
    }
    .b-grid {
        width: 45% !important;
            margin: 10px;
}
    .abt-content ul {
     flex-direction: row; 
} 
    .abt-content ul li {
    width: 50%;
}
    
    .our-s ul {
    justify-content: space-between;
}
}


@media only screen and (max-width: 767px) {
    
    .img.d-block.w-100 {
    height: 100% !important;
    object-fit: cover !important;
}
  .carousel-item.second-banner.active {
    height: 98%;
}

.carousel-item.second-banner.active .carousel-caption {
    top: 76px;
}
    

.carousel-item.last-banner.active .carousel-caption {
    top: -40px;
}
.carousel-item.last-banner.active {
    height: 54%;
}    
    
  
    
 .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
         transform: inherit;
     height: 470px;
}   
    
  .banner-content h1, .banner-content p {
    color: #fff;
      display: flex;
      align-items: baseline;
}  
    
    
    
    
    
    
    
    .col-lg-4 {
        width: 100% !important;
    }
    .b-grid {
        width: 100% !important;
        
}
    .b-grid:nth-child(2), .b-grid:nth-child(4) {
    margin-right: 10px;
}
   .abt-content ul {
     flex-direction: column; 
} 
   .abt-content ul li {
    width: 100%;
} 
    
  .btn-grid button::after {
    position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #104eb1;
    margin: 0px;
    opacity: 1;
    transform-origin: center;
    animation: anim2 1000ms linear infinite;
}  
    
  .btn-grid button::before {
    position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0px;
    opacity: 0.8;
    transform-origin: center;
    animation: anim2 1000ms linear 400ms infinite;
}  
    
    
   .btn-grid button:hover i {
    color: #104eb1;
} 
  .btn-grid button {
     overflow: inherit; 
}  
  span.fill {
    display: none;
}  
   @keyframes anim2 {
            from {
                margin: 0px;
                opacity: 1;
            }

            to {
                margin: -5px;
                opacity: 0;
            }
        }
  
   .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible !important;
} 
    
 
 .carousel-caption.container {
    display: none !important;
}   
    
  .carousel-item.second-banner.active {
    height: inherit;
}  
  .banner-content {
/*     height: inherit; */
}  
 section.common.mobile-banner-content {
    padding: 0;
    padding-top: 25px;
}   
    
   .our-s.awards-list ul li {
   width: 48%;
       margin: 0px;
       margin-bottom: 18px;
    } 
    .our-s ul {
    margin: 20px 0px;
}
    
  section.common.mobile-banner-content.Laurels {
    padding-top: 0px;
}  
 section.common.abt-section {
    padding-bottom: 10px;
}   
    
    
    
    
    
}

@media only screen and (max-width: 420px) {
    
    
}
 @media only screen and (max-width: 580px) {
    
    
 
      
}  
    





















