@charset "utf-8";
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    overflow-y: auto;
    overflow-x: hidden !important;
    background-size: cover;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family:'robotoregular';
}

*:focus {
    outline: none;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}
a:hover {
    color: inherit !important;
    text-decoration: none;
}
img,video{
    width: 100%;
}


@font-face {
    font-family:'DINPro-Bold';
    src: url('../fonts/DINPro-Bold.eot');
	src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINPro-Bold.woff2') format('woff2'),
		url('../fonts/DINPro-Bold.woff') format('woff'),
		url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 10px;
    background: transparent;
    overflow: overlay
}

::-webkit-scrollbar-thumb {
    background: #5146af;
    border-radius: 5px;
} */
.pos-rel{
    position: relative;
}
.section {
    float: left;
    width: 100vw;
    margin: 15px 0;
    overflow-x: hidden;
}
.marg-0{
    margin: 0 !important;
}

nav.navbar{
    padding:0 50px !important;
}
.n-row {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 0;
}
.logo{
    width: 200px;
    padding: 25px;
    margin-left: 22px;
}
.headerbg{
    padding: 0;
    height: 100vh;
    overflow: hidden;
    background: url(../images/bannersrpm.png) center center fixed;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-bg img {
    width: 100%;
}
.bannerheader{
    position: absolute;
    top: 30%;
    text-align: center;
    overflow-x: hidden;
}
.bannerheader h1{
    color: #ffffff;
    font-size: 80px;
    text-align: center;
    text-transform: uppercase;
    font-family:'DINPro-Bold';
    margin-bottom: 60px;
}
.cloudimg{
    width: 250px;
    position: relative;
}
.cloudsec h2{
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    font-family:'robotoregular'; 
    position: absolute;
    bottom: 15%;
    left: 30%;
    font-size: 28px;
}
.cloudsec::after {
    display: block;
    content: "";
    width: 30px;
    height: 35px;
    background: transparent url(../images/rightarrow.png) no-repeat;
    position: absolute;
    top: 60px;
    right: 0px;
    background-size: 30px 30px;
}
.cloudsec:last-child::after{
    display: none;
}
.extraspace {
    height: 40px;
}

.headingtext h2{
    color: #0b0f1f;
    font-family: 'DINPro-Bold';
    text-align: center;
    text-transform: uppercase;
}
/* .headingtext span{
    color: #e80203;
} */
.line{
    width: 70px;
    height: 4px;
    background: #5146af;
    margin: auto;
}
.achivesec1 .headingtext{
    margin-bottom: 20px;
}
.achivesec1 .headingtext .line{
    margin: 5px;
}
.achivesec1 .headingtext h2{
    text-align: left !important; 
}
.heading{
    background: url(../images/cloudbg.png);
    background-size: 176px;
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 100px;
    position: relative;
    margin-bottom: 20px;
}

.heading h2{
    color: #e80203;
    font-family: 'robotoregular';
    font-weight: 400;
    text-transform: capitalize;
    position: absolute;
    bottom: 5px;
    left: 5px;
}
p{
    font-size: 18px;
    line-height: 28px;
    color: #010000;
    font-family: 'robotolight';
    margin: 20px 0;
}
.listitems ul{
color: #092079;
font-family: 'robotolight';
font-size: 18px;
padding-inline-start: 15px;
list-style: none;
text-transform: capitalize;
margin-left: 10px;
margin-bottom: 0;
line-height: 1.3;
}

.listitems ul li:before { 
    content: "";
    border-color: transparent #e10103;
    border-style: solid;
    border-width: 0.32em 0 0.32em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -25px;
    top: 20px;
    position: relative;
}
.purplebg{
    background-color: #fafbff;
}
.achivesec1{
    padding: 0px 80px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.readbtn{
    background: transparent;
    border: 1px solid #092079;
    border-radius: 50px;
    padding: 0 30px;
    height: 42px;
    cursor: pointer;
    text-transform: capitalize;
    background: linear-gradient(to right, #092079 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}
.readbtn:hover{
color: #ffffff;
background-position: left bottom;
}
video{
    width: 100%;
    margin-bottom: -6px;
    object-fit: cover;
}
.card{
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
    border: none !important;
}
.card-header{
    background: #ffffff !important;
    border-bottom:0 !important;
}
.card-header h4{
    color: #e80203;
    font-family: 'robotomedium';
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
}
.card p{
    font-size: 14px;
    line-height: 25px;
}
.subtext{
    display: flex;
    justify-content: space-between;
}
.subtext label{
    color: #092079;
    font-size: 12px;
    font-family: 'robotoregular';
}
.footersec{
    background: #00071e;
    color: #ffffff;
}
.footer1sec img{
    width: 18% !important;
}
.br-btm{
    border-bottom: 1px solid #f6f5f538;
}
.footer1sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}
.buttonIn { 
    width: 400px; 
    position: relative; 
} 
  
.buttonIn input { 
    margin: 0px; 
    padding: 20px;
    width: 100%;
    outline: none;
    height: 50px;
    border-radius: 50px;
    border: none;
    font-family: 'robotoregular';
} 
  
.buttonIn button { 
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
    border: none;
    top: 0px;
    height: 50px;
    width: 150px;
    cursor: pointer;
    color: #ffffff;
    background-color: #092079;
    transform: translateX(2px);
    border-radius: 50px !important;
    font-family: 'robotoregular';
    font-size: 18px;
} 
.footer2sec {
    padding: 40px 0px;
    border-bottom: 1px solid #f6f5f538;
    margin: 0;
}
.footer2sec p,.footer2sec a{
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    font-family: 'robotolight';
    width: 300px;
}
.footer2sec h3{
    font-family: 'DINPro-Bold';
    margin-bottom: 40px;
}
.footer2sec h5{
    font-family: 'robotomedium';
}
.footer3sec{
    text-align: center;
    font-size: 14px;
    font-family: 'robotolight';
    color:#ffffff;
    padding: 20px 0px;
}
.contacticon{
    display: flex;
}
.contacticon img{
    width: 40px;
    margin-right: 35px;
}
.cloudmblsec{
    display: flex;
    justify-content: center;
}
.cloudsec1{
    position: relative;
    margin-left: 20px;
}
.cloudsec1:nth-of-type(1){
    margin-left: 0px;
}
.cloudsec1 h2{
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 10px;
}
.cloudsec1::after {
    display: block;
    content: "";
    width: 20px;
    height: 25px;
    background: transparent url(../images/rightarrow.png) no-repeat;
    position: absolute;
    top: 20px;
    right: -22px;
    background-size: 15px 15px;
}
.cloudsec1:last-child::after{
    display: none;
}
.applimg{
    position: relative;
    top: 6%;
}
.applimg1{
    margin-bottom: 20px;
}
.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}
ul.brandsection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    list-style: none;
    padding-inline-start: 0px;
}
ul.brandsection li {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    text-align: center;
    height: 214px;
    line-height: 214px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
ul.brandsection li img {
    opacity: 0.7;
    max-height: 110px;
    max-width: 150px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
ul.brandsection li:hover {
    background-color: #092079;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 6px;
}
ul.brandsection li:hover img {
    opacity: 1;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.author .img{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}
.author .img img{
    border-radius: 50%;
}
.text{
    font-family: 'robotoregular';
    font-size: 14px;
}
.text span {
    color: #888;
}
.testimonial{
    padding: 40px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    position: relative;
}
.testimonial p{
    min-height: 190px;
}
.testimonial [class^="icon"] {
    position: absolute;
    top: -20px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #5146af;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.icon-quote-left:before {
    content: "";
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/Icons/left-quote.png) no-repeat 0 0;
    background-size: 80%;
    position: absolute;
    top: 30%;
    left: 30%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.carousel-inner{
    overflow: auto !important;
}
.achivementsec{
padding-top: 5rem;
padding-bottom: 5rem;
margin: 0;
overflow: hidden;
}
.achivementsec .has-bg:before {
    top: -100px;
    bottom: -100px;
    content: "";
    background: url("../images/achivebg.png");
    background-color: #00917c;
    width: 200%;
    position: absolute;
    left: -150%;
    z-index: -1;
}
.blogsec .card p{
    height: 122px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
    .cloudmblsec,.applimg1,.bannerimg{
        display: none;
    }  
}
@media only screen and (max-width: 767px) {
    .footer2sec p,.footer2sec a{
        width: auto;
    }
    .headingtext::after {
        left: 5%;
    }
    .headingtext1::after {
        left: 0%;
    }
    .headingtext h2{
    text-align: left;
    padding-left: 15px;
    font-size: 25px;
    }
    .line{
        margin-left: 15px;
    }
    .heading h2,.footer2sec h3 {
        font-size: 25px;
    }
    .achivesec1 .headingtext h2{
        padding-left: 0px;  
    }
    .achivesec1{
        padding: 20px !important;
        position: relative;
    }
    .card {
        margin-bottom: 10px;
    }
    p,.listitems ul,.footer2sec p, .footer2sec a{
        font-size: 14px;
    }
    .footer2sec {
        padding: 40px 15px;
    }
    .headerbg {
        height: auto;
    }
    .bannerheader h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .cloudsec h2{
        font-size: 16px;  
    }
    .logo {
        width: 130px;
         padding: 10px;
         margin-left: 0px;
    }
    .footer1sec{
        padding: 10px;
        margin: 15px;
        display: block;
    }
    .buttonIn {
        width: auto;
        top: 10px;
    }
    .buttonIn input,.buttonIn button{
        height: 40px;
        font-size: 14px;
    }
    .buttonIn button{
        width: 92px;
    }
    .cloudsection{
        display: none;
    }
    .bannerheader {
        top: 40%;
    }
    .cloudimg {
        width: 85px;
    }
    .applimg,.applimg3{
        display: none;
    }
    .listitems ul li:before{
        top:15px;
    }
    .footer1sec img {
        width: 30% !important;
    }
    .headerbg{
        background: none;
    }
    nav.navbar {
        padding: 0px !important;
    }
    ul.brandsection li img {
        max-width: 80px;
        height: auto;
    }
    ul.brandsection li{
        height: auto;
    line-height: 8;
    }
    .testimonial p{
        min-height: auto;
    }
    .testimonial [class^="icon"] {
        position: relative;
    }
    .achivementsec{
        padding: 0;
    }
    .achivementsec .has-bg:before{
        background: none;
    }
  }
  @media (min-width: 768px) and (max-width:900px){
    .nav-link {
        padding: 0px 5px !important;
        font-size: 16px;
    }
    nav.navbar {
        padding: 0 25px !important;
    }
    .logo {
        width: 170px;
       margin-left: 0px;
    }
  }

  