@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{
    color: #0b0f1f;
    font-family: 'DINPro-Bold';
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.headingtext span{
    color: #e80203;
}
.headingtext::after{
    content: '';
    position: absolute;
    width: 240px;
    height: 2px;
    left: 42%;
    top: 45px;
    background: #4875dd;
}
.headingtext1{
    text-align: left !important;
}
.headingtext1::after{
    left: 30px;
}
.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{
    display: flex;
    margin-left: 10px;
} */
.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;
}
.testcarousel{
    border: 1px solid #4875dd;
    border-radius: 10px;
    overflow: hidden;
}
.slidediv{
    margin: auto;
    padding: 0px 120px !important;
    text-align: center;
}
.slidediv img{
width: 40px;
text-align: center;
margin-bottom: 20px;
}
.achivesec{
    background: url("../images/achivebg.png");
    background-position: bottom;
    background-repeat: no-repeat;
}
.achivesec1,.slidediv{
    padding: 0px 80px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.readbtn{
    background: transparent;
    border: 1px solid #e80203;
    border-radius: 50px;
    padding: 0 30px;
    height: 42px;
    cursor: pointer;
    text-transform: capitalize;
}
.readbtn:hover{
background: #e80203;
color: #ffffff;
}
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: #4875dd;
    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;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none !important;
}

.carousel-control-next-icon:after
{
    display: block;
    content: "";
    width: 30px;
    height: 35px;
    background: transparent url(../images/Icons/right-arrow.svg) no-repeat;
    position: absolute;
    left: 70px;
    background-size: 30px 30px;
}

.carousel-control-prev-icon:after {
    display: block;
    content: "";
    width: 30px;
    height: 35px;
    background: transparent url(../images/Icons/left-arrow.svg) no-repeat;
    position: absolute;
    right: 70px;
    background-size: 30px 30px;
}
.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%;
}
/* .typing{
    opacity: 0;
    animation: showup-1 7s infinite;
}
.typing span{
    animation: reveal-1 7s infinite;
    margin-left:-50vw;
  animation: slidein-1 7s infinite;
}
@keyframes showup-1 {
    0% {opacity:0;border-right-color: transparent;}
    20% {opacity:1;}
    35% {border-right-color: #AAA;}
    80% {opacity:1;}
    100% {opacity:0;}
}
@keyframes reveal-1 {
    0% {opacity:0;width:0px;height:0;}
    20% {opacity:1;width:0px;height:30px;}
    30% {width:550px;}
    80% {opacity:1;}
    100% {opacity:0;width:550px;height:30px;}
}
@keyframes slidein-1 {
    0% { margin-left:-500px; }
    20% { margin-left:-500px; }
    30% { margin-left:0px; }
    100% { margin-left:0px; }
} */
.applimg1{
    margin-bottom: 20px;
}
.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}
@media only screen and (min-width: 769px) {
    .cloudmblsec,.applimg1,.bannerimg{
        display: none;
    }  
}
@media only screen and (max-width: 768px) {
    .footer2sec p,.footer2sec a{
        width: auto;
    }
    .headingtext::after {
        left: 5%;
    }
    .headingtext1::after {
        left: 0%;
    }
    .headingtext{
    text-align: left;
    padding-left: 15px;
    font-size: 25px;
    }
    .heading h2,.footer2sec h3 {
        font-size: 25px;
    }
    .headingtext1{
        padding-left: 0px;  
    }
    .achivesec1 ,.slidediv{
        padding: 20px !important;
        position: relative;
    }
    .card {
        margin-bottom: 10px;
    }
    p,.listitems ul,.slidediv p,.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;
    }
  }
  @media (min-width: 769px) and (max-width:900px){
    .nav-link {
        padding: 0px 5px !important;
        font-size: 16px;
    }
  }

  